cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
242
Views
0
Helpful
2
Replies

Raye-limit on Cat 6500

brlance
Level 1
Level 1

I want to rate limit on a Vlan interface. are the following commands going to rate-limit what I want.

Conf t

Int vlan 1

Rate-limit input access-group 100 25000000 4687500 4687500 conform-action transmit exceed-action drop

Rate-limit output access-group 101 25000000 4687500 4687500 conform-action transmit exceed-action drop

exit

conf t

Access-list 100 permit ip any 205.141.209.128 255.255.255.128

Access-list 100 permit ip any 192.136.34.0 255.255.255.0

Access-list 100 permit ip any 205.142.126.0 255.255.254.0

Access-list 100 permit ip any 205.142.125.0 255.255.255.0

Access-list 101 permit ip 205.141.209.128 255.255.255.128 any

Access-list 101 permit ip 192.136.34.0 255.255.255.0 any

Access-list 101 permit ip 205.142.126.0 255.255.254.0 any

Access-list 101 permit ip 205.142.125.0 255.255.255.0 any

2 Replies 2

Prashanth Krishnappa
Cisco Employee
Cisco Employee

6500s do not support rate limiting on VLAN interfaces. You need to use policing instead.

http://www.cisco.com/warp/public/473/102.html

This Rate-limit would actually be put on the MFSC2. does that make a difference?