05-08-2008 10:27 PM - edited 03-03-2019 09:52 PM
Hi,
From PE router to CE router connected with serial E1 link. Now the customer is using 2 mbps bandwidth. I want to reduce the bandwidth. Can I use Bandwidth command in the PE interface?
05-08-2008 11:34 PM
The bandwidth command will not affect how much bandwidth there actually is. Changing the bandwidth under the interface will effect routing protocols ie. EIGRP/OSPF path calculation and QOS configuration.
If you want to actually restrict the amount of available bandwidth you need to look at either policing or shaping the traffic on the serial interface.
Jon
05-08-2008 11:51 PM
Thanks jon
05-09-2008 02:27 PM
example:
access-list 1 permit any any
class-map POLICE
match access-group 1
policy-map REDUCE_BANDWIDTH
class POLICE
police 500000 conform-action transmit exceed-action drop
int s0/1
service-policy in REDUCE_BANDWIDTH
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