[c-nsp] cisco 2901 qos
Michael Sprouffske
msprouffske at yahoo.com
Tue Nov 5 14:00:01 EST 2013
class-map match-any Best-effort
match ip precedence 0 1
class-map match-any Priority-Three
match ip precedence 2 3
class-map match-any Priority-Two
match ip precedence 4 6 7
class-map match-any Priority-One
match ip precedence 5
!
!
policy-map ELA_QUEUING_POLICY
class Priority-One
bandwidth percent 40
random-detect
class Priority-Two
bandwidth percent 20
random-detect
class Best-effort
bandwidth percent 20
random-detect
class Priority-Three
policy-map ELA_SHAPING_POLICY
class class-default
shape average 10000000
service-policy ELA_QUEUING_POLICY
Does this actually shape my trafffic for the class-default if i'm matching best-effort on ip pres 1 and 0? Or does that shape command need to be in the class best-effort and say remove the class-default?
More information about the cisco-nsp
mailing list