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

EIGRP Best Path

Mokhalil82
Level 4
Level 4

Hi Guys

 

I have 2 routed links between two sites a 10G on 10G bearer and 5G on 10G bearer. Will be configuring EIGRP either side. How can I get the traffic to primarily use the 10G link. 

May be a simple question for someone. Any help will be much appreciated. Someone mentioned something about using a bandwidth command.

 

Thanks

1 Accepted Solution

Accepted Solutions

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

The bandwidth command should do it.  Here is doc with config example:

R2# configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

R2(config)# interface ethernet0

R2(config-if)# bandwidth 5000

R2(config-if)# end

http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13673-14.html

HTH

View solution in original post

2 Replies 2

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

The bandwidth command should do it.  Here is doc with config example:

R2# configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

R2(config)# interface ethernet0

R2(config-if)# bandwidth 5000

R2(config-if)# end

http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/13673-14.html

HTH

Thanks Reza I thought it was as simple as that, just making sure