How to configure rate-limit input & rate-limit output command under SVI's in Cisco 4500X
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2013 08:39 AM - edited 03-07-2019 04:28 PM
I want to configure rate-limit command under SVI's created in 4500X, but when I try to run this command it doesn't support this.Can anyone help me and letting me know how can I configure the rate-limit command under SVI's
Many Many Thanks for help.
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2013 10:09 AM
Rate-limit (CAR) was the old way of doing policing. Check the configuration guide here for 4500:
You can do either shaping or policing, guaranteeing bandwidths to different classes and so on.
Daniel Dib
CCIE #37149
CCIE #37149
CCDE #20160011
Please rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2013 07:59 PM
Thanks Daniel , but Can we configure Rate-Limit in 4500X ? or we have to configure classes & policy map for the same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2013 10:21 PM
I don't think this command is available any longer, at least I couldn't find it in the command reference. You need to start using the new tools for QoS.
Daniel Dib
CCIE #37149
CCIE #37149
CCDE #20160011
Please rate helpful posts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2013 10:51 PM
Thanks Daniel, how shall I configure the below command with shape average command in 4500X ? I have created the configs below , can you please confirm if its correct ?
Old Way
rate-limit input 4096000 768000 1536000 conform-action transmit exceed-action drop
rate-limit output 4096000 768000 1536000 conform-action transmit exceed-action drop
New WAY
4500X# configure terminal
4500X(config)# policy-map policy1
4500X(config-pmap)# class 4MB
4500X(config-pmap-c)# shape average 4096000
4500X(config-pmap-c)# exit
4500X(config-pmap)# exit
4500X(config)# interface vlan 30
4500X(config-if)# service-policy output policy1
4500X(config-if)# service-policy input policy1
