Hi all,

I have some questions on QoS

1.) Can I define LLQ with " qos percent " in one class and " qos bandwifth "
in another class?
!
class-map Media
 match ip dscp ef
!
class-map Control
 match ip dscp cs3
!
policy-map LLQ
 class media
  *priority percent 33*
 class control
 * bandwidth 18*
 class class-default
  fair-queue

2.) I have 1M frame-relay link between 2 sites. Based on QoS SRND,
frame-relay cir = mincir = 95% of Link Speed. My question is, should I use
1M = 1000 or 1024?
IF 1M = 1000, then
 frame-relay cir = 950000

IF 2M = 1024, then
 frame-relay cir = 972800

Please kindly advice. Thanks

Reply via email to