I’m not too sure on the “class voice-control” bandwidth? what does that statement exactly handle?
!
class-map match-any voice-control
match ip dscp af31
match access-group 101
class-map match-any voice
match ip dscp ef
match access-group 100
!
!
policy-map wan-edge
class voice
priority 6144
class voice-control
bandwidth 8
class class-default
fair-queue
{ 2 comments… read them below or add one }
OK.. got it @ the class voice priority 6144 is for 6M of priority?
That is the amount of bandwidth reserved for this class in the event of any congestion
You must log in to post a comment.