I'm having trouble with my queuing config and was hoping that someone could take a look please? I have created the following:
class-map match-any critical
match protocol rtp
class-map match-any priority
match access-group 180
class-map match-all rdp
policy-map queue
class critical
priority percent 35
class priority
bandwidth percent 40
class class-default
fair-queue
random-detect dscp-based
And then:
int s0/0/0:0
service-policy input queue
Then when I do a show int, the available bandwidth goes to 1kpbs (formerly 1536kbps)
Output queue: 0/1000/64/916 (size/max total/threshold/drops)
Conversations 0/2/256 (active/max active/max total)
Reserved Conversations 2/2 (allocated/max allocated)
Available Bandwidth 1 kilobits/sec
This is a 2mbps serial interface on a 2800 running Version 12.3(8r)T7.
So, why would the available bandwidth become 1kpbs? Is available bandwidth referring to the bandwidth that's left for the class-default? Or the bandwidth availble to the critical & priority class?
I should also mention that it wouldn't allow me to increase the priority bandwidth to above 35%. Also, bandwidth is configured as 2048 on the interface.
Any help gratefully recieved!
Thanks,
J