Need help in rate limit command ISR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 05:57 AM - edited 03-08-2019 03:02 AM
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
- Labels:
-
Other Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2015 07:42 AM
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
