10-10-2009 09:54 AM - edited 03-04-2019 06:19 AM
Hi,
Our Service provider cannot provide one pipe of 6MB, so we got two pipe of each 3MB. Both links with Ethernet interface.
Our requirement is to connect GRE Tunnel to our consultant-corporate network.
Autocad file would be transferred on this link so need 6MB VPN Tunnel.
Consultant-Corporate-network standards is to use EIGRP as routing protocol.
Need to understand how to combine two pipe to use full bandwidth or what options I have.
10-10-2009 10:04 AM
Amin
Who established the requirement to connect GRE Tunnel to our consultant-corporate network? Why is it important that it be GRE?
I do not see a good alternative to combine 2 links of 3Mb to get result of 6Mb. The obvious choice would be PPP Multilink, except that I do not believe that it works over Ethernet.
Perhaps you might configure 2 GRE tunnels (one on each of the Ethernet interfaces) and use one tunnel for normal traffic and reserve the other tunnel for the Autocad.
HTH
Rick
10-10-2009 10:57 AM
The Consultant-IT team send requirement as IPSEC GRE with EIGRP protocol.
If you can help to confirm if PPP multilink works with Ethernet then I can suggest this option.
Can you help on how to configure one tunnel for normal traffic and another tunnel for Autocad.
10-10-2009 11:12 AM
PPP multilink does not work with Ethernet interface.
Multilink is for serial interfaces.
10-10-2009 11:24 AM
So I am left with one option as Rick mentioned.
Can you help on how to configure one tunnel for normal traffic and another tunnel for Autocad.
10-10-2009 12:15 PM
Amin
Here are my suggestions about how to configure this:
- configure 2 GRE tunnels
- configure IPSec on both tunnels
- configure EIGRP to run on one of the tunnels
- if you want the second tunnel to function as a backup for failure of the first tunnel (in the case of a failure of the first tunnel then it would then share traffic for Autocad with other traffic) configure EIGRP on the second tunnel and apply an offset list to make the metric worse than the metric on the primary tunnel. If you want the second tunnel reserved only for Autocad then do not configure EIGRP on the second tunnel.
- Configure Policy Based Routing to identify the Autocad traffic and route that traffic through the second tunnel.
HTH
Rick
10-10-2009 01:25 PM
Hi Rick,
Attached is the config for R1 and R2 with network IP input. Can you help in plugging the missing PBR commands,as I dont have sound idea on it.
I would need Tunnel20 to be used only to pass AutoCad traffic from autocad host on R2 to destination ip network on R1.
Is it possible to prevent traffic for Autocad Host from Tunnel10 from both R1 and R2.
10-11-2009 07:08 AM
Hi,
Can get help on PBR config based on simulated config
10-11-2009 09:10 AM
The solution may be simple. I would suggest you to test the following.
Just create one loopback interface on remote router and, on local router, 2 tunnel interfaces and 2 static routes to the tunnel destination address, then use per-packet load balance, as bellow. What needs to be tested is how gre/ipsec will handle the possibility of out-of-order packets.
! ---
! remote router
int lo0
ip add 1.1.1.1 255.255.255.255
! ---
! local router
int lo1
ip add 2.2.2.2 255.255.255.255
int tu 0
tunnel destination 1.1.1.1
tunnel source lo1
ip route 1.1.1.1 255.255.255.255 fa0/0
ip route 1.1.1.1 255.255.255.255 fa0/1
ip cef
int f0/0
ip load-sharing per-packet
int f0/1
ip load-sharing per-packet
10-11-2009 11:25 AM
Hi,
I am looking for config Help as Rik stated
Config Requirement:
" I would need Tunnel20 to be used only to pass AutoCad traffic from autocad host on R2 to destination ip network on R1.
Is it possible to prevent traffic for Autocad Host from Tunnel10 from both R1 and R2.
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