We'll be reusing the diagram from the first post:
Quick disclaimer, as mentioned in part 1, all these examples are being done on real equipment - obviously, as GNS3 can't emulate a 3560 - even though I used GNS3 for the diagram. GNS3 just lends itself to making easy diagrams.
R1, R2 and R3 are all
running IPX and IP. No routing is taking place here, this is all one big VLAN
(Vlan 705). All routers are using 192.168.0.X on Fa0/0.705, where X is their
router number. We're using a subinterface in order to use COS values, as COS is
only carried on trunk links. All routers also have an IPX address of
123.YYY.YYY.YYYY, where the Ys represent their MAC address. We'll look at the
MACs of my physical gear more closely as we proceed. The switches have no IP
addresses on them whatsoever.
These topics will be covered in this post:
- Setting COS, DSCP via "mls qos cos"
- DSCP Passthrough
- DSCP Mutations
- Per-port classification & remarking via service-policy
- Matching MAC Access Lists
- Trusting Cisco phones
- Ingress Policing
- Aggregate Ingress Policing
- VLAN-based Marking
- Per-Port, Per-VLAN Policing
- Shared Mode & Shaped Mode
- Weighted Tail Drop
- Queue Sets
- Priority Queuing
Let's get started!