cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2504
Views
0
Helpful
3
Replies

priority-queue out

tedauction
Level 1
Level 1

Hello I have been told to use the following config in normal workstation interfaces:

interface XXXXXX
srr-queue bandwidth share 1 20 20 60
srr-queue bandwidth shape 3 0 0 0
service-policy input Markin

I understand this will give queue 1 30% bandwidth with the remainder shared between queues 2,3, & 4 according to the ratios.

My question is, what difference would it make if I also entered the command 'priority-queue out' on this interface ?

and is there any advantage of using 'priority-queue out' on a normal workstation interface ?

Thank you kindly.

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni

It will make sure everything in the priority queue is serviced first before anything else until its empty , sometimes this can cause starvation of other queues so you need to be careful implementing it but generally works well

 Priority queue is serviced until empty before the other queues are serviced. You enable the priority queue by using the priority-queue out interface configuration command.

Hello
Just like to add, Shape weights take precedence of Shared when both are enabled ,and both are ignored when the priority queue is enabled hence this relates to mark answer.

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Joseph W. Doherty
Hall of Fame
Hall of Fame

Also to add to Mark's an Paul's posts . .

and is there any advantage of using 'priority-queue out' on a normal workstation interface ?

Sure, as described by Mark, it guarantees traffic in PQ will be transmitted first.  Useful for traffic like VoIP bearer, if you had a VoIP phone and PC hung off the port.  Downloading data to the PC would have minimal adverse impact to a concurrent VoIP call.