cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
841
Views
10
Helpful
3
Replies

Bandwidth under the gig interface

alsayed
Level 1
Level 1

HI Experts

if i have a link(300M) runing on the gig interface(int g0/1)do i need to configure the actual Bandwith in gig interface?

e.g:

interface g0/1

Bandwidth 300

waht does the effect if i didn't configure the Bandwidth under the gig interface

N.B:THIS INTERFACE HAS ADVERTISED INTO THE EIGRO DOMAIN...

10xs

3 Replies 3

mheusinger
Level 10
Level 10

Hi,

the bandwidth statement influences mainly two things: IP routing metric and QoS behaviour.

1) IP routing

From the configured bandwidth some protocols like OSPF or EIGRP deduce routing metric. EIGRP, which you are using, will in fact take the minimum bandwidth along the path. So it only matters if for some networks the lowest bandwidth is above 300 Mbps.

By the way the proper interface command will be "bandwidth 300000" as the value is in kbps!

2) QoS

bandwidth will influence allocated bandwidth in CBWFQ, if configured based on percentages. In your case, as far as I understand, The SP limits the Gig to 300 Mbps. It then is required to configure nested policies, if you want to implement QoS on this interface. Have f.e. a look at "QoS Child Service Policy for Priority Class"

http://www.cisco.com/en/US/products/ps6566/products_feature_guide09186a008078528b.html

So I would always set the bandwidth parameter according to the maximum traffic throughput possible, regardless of physical interface speeds.

Hope this helps!

Regards, Martin

royalblues
Level 10
Level 10

yes,

You should configure the exact bandwidth statement under the interface when you are using a routing protocol like OSPF & EIGRP as these use it to calculate the metric.

In your case EIGRP will see it as a 1 GIG link & as you know EIGRP can use 50% of the bandwidth for its routing updates unless configured otherwise.

So it is always advisable to configure the correct bandwidth under the interface

HTH, rate if it does

Narayan

HI 10XS FOR ALL UR REPLY1

Review Cisco Networking products for a $25 gift card