cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
302
Views
5
Helpful
2
Replies

QoS experts!

joyride_us
Level 1
Level 1

Hi,

you classify traffic with class-map statements and then :

1. what is the difference between

1.1 shape average 128000

1.2 bandwidth 128000

2. how do you address the problem : you need to GUARANTEE AT LEAST (!) 128Kbps

Am I right thinking that the GUARANTEE is done through an LLQ : but LLQ is exactly 128 not AT LEAST ?

Thank you

2 Replies 2

Kevin Dorrell
Level 10
Level 10

The bandwidth guarantees at least that much bandwidth to the class. That is why it will not allow you to allocate a total of more than the available bandwidth of the link. But if there ar any leftovers, then the class also gets a share of them.

The shape average limits the average traffic to under the figure. If it has more than that amount of traffic to transmit, then it will buffer it up into a hold buffer. You use that typically when you know that the remote end has a limited bandwidth and you want to be sure not to lose any of the traffic to it.

LLQ not only guarantees at least that amount of bandwidth, but also that the traffic in that class should have absolute priority on the link up to the specified bandwidth. Beyond that limit, if there is any spare capacity then the class gets a fair share of the leftovers as well, but not priority.

Hope this helps.

Kevin Dorrell

Luxembourg

Hi Kevin,

exactly what I was looking for!

Thank you