03-31-2015 01:28 PM - edited 03-07-2019 11:21 PM
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
Solved! Go to Solution.
03-31-2015 05:28 PM
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
03-31-2015 05:28 PM
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
03-31-2015 10:55 PM
Thanks Reza I thought it was as simple as that, just making sure
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