Hi!
SG presents:
mls qos
!
class-map match-any EF_AND_CS5
match ip dscp ef cs5
!
policy-map RATE_LIMIT
class EF_AND_CS5
police 1000000 16000 exceed-action drop
I have configured it in another way:
mls qos aggregate-policer AGG 1000000 15625 exceed-action drop
mls qos
class-map match-all DSCP
match ip dscp ef
class-map match-all CS
match ip dscp cs5
policy-map INORD
class DSCP
police aggregate AGG
class CS
police aggregate AGG
!
int ran f0/10 - 11
service-policy input INORD
am I correct using this approach, or it is designed for different stuff ? Also, I have a subquestion: why SG sets Bc=16000 ? I assume that 1Mbps=1 000 000 bps, so Bc=CIR*Tc, Bc=125000 bits, or Bc=15625 bytes, am I correct?