cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
407
Views
0
Helpful
3
Replies

Bandwidth

KaliRathinam
Level 1
Level 1

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?

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

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

Thanks jon

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

Review Cisco Networking products for a $25 gift card