cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5660
Views
4
Helpful
4
Replies

Bandwidth limitation on Router ISR4431

2004anand
Level 1
Level 1

Hi All,

I have single ISP used for two project, I have configured subinterface on router lan interface for projects.

Now i am want to apply rate limit for bandwidth on interface for specific project, Kindly share configuration for bandwidth limitation.

Router:ISR4431

IOS:X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.4(3)S4

Please let me know any additional information required. 

Thank You.

4 Replies 4

Hi

You can configure police or traffic shaping to limit bandwidth, please see the following links to know the proper configuration:

https://supportforums.cisco.com/discussion/10956426/limiting-bandwidth-cisco-router-possible-1800-series

http://packetlife.net/blog/2008/jul/30/policing-versus-shaping/

Hope it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

D_Lebedev
Level 3
Level 3

Hi,

This is my config.Limit is 3mbit/s

And you can change it as you need.

Hope it helps

mls qos
class-map match-all rate-limit
description Bandwidth Control
match ip dscp default

policy-map 3meg
class rate-limit
police 3072000 192000 exceed-action drop   


int faX/Y
service-policy input 3meg

Hello,

in addition to the other posts, you could also rate limit directly on the interface. This example would limit traffic to 20Mbit:

interface GigabitEthernet0/0.1
 rate-limit output 20000000 3750000 7500000 conform-action set-prec-
transmit 5 exceed-action set-prec-transmit 0

FYI - ISR 4331 etc don't support the 'rate-limit' command, which is likely why the original poster was asking

Review Cisco Networking products for a $25 gift card