cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
355
Views
0
Helpful
1
Replies

Qos query

mahesh-gohil
Level 1
Level 1

Dear friends,

can anyone explain in detail meaning of 24000 and 48000 in detail and two option (transmit and drop)of exceed-action in below command

police cir 128000 24000 48000 conform-action set-mpls-exp-imposition-transmit 5 exceed-action drop/transmit

thanks in advance

mahesh

1 Reply 1

milan.kulik
Level 10
Level 10

Hi,

IMHO, 24000 is bc value and 48000 be value in two-rate police command

(see http://www.cisco.com/en/US/docs/ios/qos/command/reference/qos_n1.html#wp1036698 )

I'm not sure what's the default PIR value if not specified, if I remember correctly, should be PIR=CIR.

You can chose what to do with the traffic exceeding the first token bucket limit (transmit or drop or any other action described in the document mentioned).

You can also decide what to do with traffic exceeding the second token bucket (violate action).

See also http://www.cisco.com/en/US/docs/ios/12_2t/qos/command/reference/qftcmd5.html#wp1082631

for details.

show policy-map

could also halp you what's exaclty configured.

BR,

Milan