cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
2762
Views
0
Helpful
1
Replies

Need help in rate limit command ISR

sheilacortez1
Level 1
Level 1

Hi,

I am about to upgrade a router from 3925 to new ISR 43xx however i am facing problem in command below as it seems it is not available anymore in new ISR.. (those in red)

is there any way that i can configure rate limit in ISR to acomplish requirements?  Thanks in advance

interface GigabitEthernet0/0

ip address 123.123.123.2 255.255.255.252
ip nat outside
rate-limit output access-group 1 5000000 8000000 9000000 conform-action transmit exceed-action drop
rate-limit output access-group 2 5000000 8000000 9000000 conform-action transmit exceed-action drop

1 Reply 1

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hello ,

I believe with ISR rate limiting can be done on per interface level with shaping or policing.

You can try the below example.

 
access-list 201 permit ip any 192.168.100.0 0.0.0.255 
class-map match-any VLAN100
match access-group 201     

policy-map POLICY1
class VLAN100
shape average 2000[or 2K] -Traffic Shaping(bps)

APPLY on interface 
interface f0/1
service-policy [input/output] POLICY1

Hope it Helps..

-GI

Rate if it Helpss