09-18-2019 01:02 AM
Hi,
I Have a Cisco Router and a 6506 Switche which are interconnected through GRE and EIGRP, using only 2M CAT6 cable, but when i do IPERF bandwidth test between two computers one is connected to 6509 and one is connected to my router, the bandwidth test shows only 8Mbps throughput, is there any way to increase the amount of bandwidth between two computers.
Regards
09-18-2019 01:31 AM - edited 09-18-2019 01:33 AM
Hello
The reason why tunnel interfaces have such a low BW is to make that tunnel less preferred to routing protocols.
When you have tunnel interface it very possible to initiate recursive routing ( that is the path to the tunnel destination is via the tunnel itself) and this is easily done because a tunnel - tunnel connection is seen as only 1 hop count away from each other but the underlying physical path could be multiple hops away so to the routing protocols the tunnel path is deemed a better path, that why is the interface Bw is very low it will have a much higher interface cost and can assist in making the tunnel a less preferred option in routing.
So if you increase the tunnels interface BW you need to make sure this change doesn't adversely effect your overall routing
09-18-2019 01:36 AM - edited 09-18-2019 01:37 AM
Thank you paul, so what is the best practice, how to use tunnel interfaces while utilizing the optimum througput available on physical link?
09-18-2019 02:14 AM
Hello
You can set the tunnel BW to the same of its related physical interface Bw but just beware of what could occur after the such change as I stated previously.
09-18-2019 02:18 AM
Paul, i have already changed the bandwidth value to 100mbps, but still when i do iperf bandwidth test , it shows only 8mbps.
09-18-2019 02:34 AM
Hello
Changing any interface BW doesn't change the actual interface BW as i stated previously is only changes the routing cost of that interface.
09-18-2019 02:47 AM
Sir, i need a solution, so i could reach 100mbps throughput on the link.
09-18-2019 03:22 AM - edited 09-18-2019 03:38 AM
Hello
@masoodst123 wrote:
Sir, i need a solution, so i could reach 100mbps throughput on the link.
Do you have other options following the BW command under the tunnel interface?
int tun xx
bandwidth inherit xxxx
bandwidth receive xxxx
What ios feature set are you using?.
09-18-2019 03:26 AM
thanks, by changing the MTU size, the throughput size increased.
09-18-2019 08:13 AM
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