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

How to configure rate-limit input & rate-limit output command under SVI's in Cisco 4500X

Chandra Dimri
Level 1
Level 1

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.

4 Replies 4

daniel.dib
Level 7
Level 7

Rate-limit (CAR) was the old way of doing policing. Check the configuration guide here for 4500:

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/15.02SG/configuration/guide/qos.html#wp1437716

You can do either shaping or policing, guaranteeing bandwidths to different classes and so on.

Daniel Dib
CCIE #37149

Daniel Dib
CCIE #37149
CCDE #20160011

Please rate helpful posts.

Thanks Daniel , but Can we configure Rate-Limit in 4500X ? or we have to configure classes & policy map for the same

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

Daniel Dib
CCIE #37149
CCDE #20160011

Please rate helpful posts.

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