05-09-2019 03:35 PM
Hi there!
I need to limit the bandwidth on interface router, I try to limit the outside traffic in my router at 25% of 100%. What options I have?
Any thoughts?
05-09-2019 07:23 PM
05-09-2019 07:34 PM
Is this configuration valid?
R1(config)#access-list 101 permit tcp 7.97.110.32 0.0.0.255 7.96.3.0 0.0.0.255
R1(config)#class-map LIMIT
R1(config)#match access-group 101
R1(config)#policy-map LIMIT
R1(config)#class-map LIMIT
R1(config)#bandwidth percent 25
R1(config)#int Gi9.
R1(config-if)#service-policy output LIMIT
Regards!
05-09-2019 08:18 PM
05-09-2019 10:25 PM
@Zagam that creates a guaranatee of bandwidth rather than an upper limit.
05-09-2019 10:26 PM
The abswer us different for each router.You haven't quite given enough information to really help. Is this being done on a DSL or an Ethernet WAN interface?
In short, you can use the old fashioned rate-limit command.
https://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/command/reference/fqos_r/qrfcmd8.html
05-10-2019 06:50 AM
Hi there!
I have this configuration in Router 899, on Gigabith interface, and is WAN.
Also I have this configuration in Router 877 on Dialer interface and is WAN also.
Regards!
05-11-2019 09:14 PM
05-12-2019 08:48 AM
05-13-2019 10:42 AM
Hi there!
*100% of permitted/available (WAN) bandwidth.
*outside traffic
How can do that? some document for do this?
Regards!
05-13-2019 04:15 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide