Use the values in the following table when setting the CIR, CBS, EIR, and EBS parameters.
Parameter | Values | Range | Increments of |
---|---|---|---|
cir - Committed information rate | bits per second | 22000 through 300000000000 | Starts at 22000 then is rounded up to next achievable rate. |
cbs - Committed burst size | Bytes per second | 1250 through 37500000000 | 1 Byte |
eir - Excess information rate | bits per second | 22000 through 300000000000 | Starts at 22000 then is rounded up to next achievable rate. |
ebs - Excess burst size | Bytes per second | 1250 through 37500000000 | 1 Byte |
Note
The parameters cir and eir are configured in bits per second, cbs and ebs are configured in Bytes per second.device(config-policymap-class)# police cir 600000000 device(config-policymap-class)# police cir 700000000 cbs 8000000000 device(config-policymap-class)# police cir 7000000000 cbs 70000000 eir 500000000 device(config-policymap-class)# police cir 7000000000 cbs 70000000 eir 500000000 ebs 90000000 device(config-policymap-class)# police cir 700000 eir 800000 device(config-policymap-class)# police cir 700000 eir 800000 ebs 6000000
The MAC address entries in the MAC-address table which are already learnt are not be flushed when you configure the CIR or EIR value as 0. You must explicitly clear the entries in MAC-address table by using the clear mac-address-table dynamic command.