cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1199
Views
0
Helpful
2
Replies

2811 - how can I limit the bandwidth on the interface?

ogadri
Level 1
Level 1

Hello,

I want to limit the bandwidth on the 2811 FE interface.

I'd like to bring it from 100 to 34 Mbps up and 34 MBPs down.

Could you please give me the sequence of command to apply in this case?

Thanks a lot,

simone

2 Replies 2

plumbis000
Level 1
Level 1

You are looking for Policing. Check out this section from the IOS Configuration Guide.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800bd8ed.html

Joseph W. Doherty
Hall of Fame
Hall of Fame

(NB: syntax might be off)

policy-map Yourname

class class-default

police (or shape) 34 mbps

int fa #

service-policy Yourname output

service-policy Yourname input

PS:

I think a shaper or policer can also be used for input, as above, but it won't actually keep the traffic hitting the interface inbound to your restricted rate except as it's admitted to your router, internally. It's usually better to control traffic outbound.

Review Cisco Networking for a $25 gift card