Hi,

I have a 384K frame-relay link. Hence, I have:

!
map-class frame-relay FRTS-384
 frame-relay cir 364800
 frame-relay bc 3648
 frame-ralay be 0
 frame-relay mincir 364800
 frame-relay fragment 480
!

Now, I want to do LLQ on voice, so:

!
policy-map LLQ
 class media
  priority percent 33
 class control
  bandwidth percent 5
 class class-default
  fair-queue
!

*Question*: In the policy-map LLQ, I have "bandwidth percent 5". So can I
assume that is 5% of the CIR value? If I want to use "priority x" and
"bandwidth y" without using the *percent command*, how I can calculate the
bandwidth value for class media and class control?

Thanks.

Reply via email to