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

Rate-Limit on a Vlan between two hosts

dmooreami
Level 3
Level 3

I am trying to limit two hosts to 5megs from 8:30am-11:59p and to 10megs from 0:01-8:00. Below is what what I have on for my rate-limit setup. The acl's and Time-range have been left out

rate-limit output access-group 101 5000000 1000000 1000000 conform-action transmit exceed-action drop

rate-limit output access-group 102 10000000 1000000 1000000 conform-action transmit exceed-action drop

matches: access-group 101

params: 5000000 bps, 1000000 limit, 1000000 extended limit

conformed 14396395 packets, 12143M bytes; action: transmit

exceeded 168559 packets, 254008659 bytes; action: drop

last packet: 12ms ago, current burst: 720095 bytes

last cleared 22:14:25 ago, conformed 1213000 bps, exceeded 25000 bps

Looks to me Acl-101 is working. I can't seem to get a clear explanation what the "1000000" "1000000" are. Are those the peak "burst" limits of 1meg or have I limited my endpoint to actually only 1meg? Any link here on CCO to clear this up would be appreciated. Thanks

1 Reply 1

Laurent Aubert
Cisco Employee
Cisco Employee

Hi,

These numbers represent your Normal Burst and exceed burst values.

You will have detailed explanation here:

http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/polcing_shping_oview_ps6922_TSD_Products_Configuration_Guide_Chapter.html#wp1000977

Let me know if you need further explanation.

HTH

Laurent.