Hi, I wanted to ask a few questions about when to set what on the 6500. I have looked through the SRND many times but I am still fuzzy on some parts, well somewhere between fuzzy and muddy...
If I need to mark all of my SCCP traffic with DSCP 24 up to 128 and then mark anything higher than that to CS1, I think I understand where to start... set qos cos-dscp-map 0 8 16 24 32 46 48 56 set qos policed 24:8 set qos policer microflow POICE rate 128 burst 8000 policed-dscp This a point of confusion for me, to use microflow or aggregate. I have read the definitions but I am not certain which one applies in this situation. Microflow applies the bandwidth limit specified in a microflow policing rule separately to each flow that matches any ACEs that use that particular microflow policing rule. Aggregate applies the bandwidth limits specified in an aggregate policing rule cumulatively to all flows that match any ACEs that use that particular aggregate policing rule. set qos acl ip SCCP dscp 24 microflow POLICE tcp any range 2000 2002 any commit qos acl SCCP I get a bit confused when I get to this point as well. Minus many of the known needed commands, I'm not sure about the following... set port qos 3/1 port-based set port qos 3/2 port-based If 3/1 is a phone and 3/2 is the CCM I'm not sure if I should be marking either as vlan-based as opposed to port-based.... Probably dependent on the answer to the previous statement, I'm confused if this should be a VLAN based acl or a port based ACL set qos acl map SCCP 3/1-2 or set qos acl map SCCP 100 (100 being the voice vlan) I know this is a bunch of questions but if anyone has ideas on any of them it would be appreciated.
