cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
907
Views
0
Helpful
3
Replies

Policy-Map output

cisco.net
Level 1
Level 1

Hello,

I have configured the Service Policy/Policy map for Internet bandwidth (16Mb) on Cisco 7600 Router gig interface.

While checking the "Sh policy-map interface gi1/1" it is reflecting as:-

Service-policy input: input16Mb

class-map: GBE_16Mb (match-all)

Match: any

police :

16384000 bps 512000 limit 512000 extended limit

Earl in slot 11 :

7368793 bytes

30 second offered rate 931696 bps

aggregate-forwarded 7368793 bytes action: transmit

exceeded 0 bytes action: drop

aggregate-forward 1242344 bps exceed 0 bps

PLease help me to understand the output. specially this line -->

16384000 bps 512000 limit 512000 extended limit

3 Replies 3

yjdabear
VIP Alumni
VIP Alumni

It reflects how your policy-map is configured:

policy-map input16Mb

class GBE_16Mb

police 16384000 512000 512000 conform-action transmit exceed-action drop

Hi dear,

But in actual i have not configured as (which is reflecting in o/p) "police 16384000 512000 512000 conform-action transmit exceed-action drop ".

It has configured as " police 16384000 conform-action transmit exceed-action drop" . I am querrying for how come this 512000 is reflecting in the output. even we have not manually configured the same.

Hi,

Those are the default values of Bc and Be. To understand more about Bc and Be, you need to understand more about QoS.