12-07-2010 11:36 PM
Hi,
I have 3 sites (A ,B & C)with the following setup:
- Site A is VPN to B
- Site A is VPN to C
All tunnelling is using VTI (route-based)method.
I need to route all traffic from Site B to Site C (thru Site A) and vise-versa.
Can it be done? What methods should I try?
Thank you
12-08-2010 04:15 AM
Since VTI are routed interfaces, just make routing as it were standard interface, either static or dynamic routing between all your site
s and it will work.
VTI interface allow multicast traffic to pass, so EIGRP and OSPF will work through it.
12-09-2010 12:04 AM
Hi,
Will using IP static routing work for my case?
This is my current ip route:
Site B@192.168.2.1
ip route 192.168.0.0 255.255.0.0 10.10.10.1
Site C@192.168.3.1
ip route 192.168.0.0 255.255.0.0 10.20.20.1
Site A@192.168.1.1
ip route 192.168.2.0 255.255.255.0 10.10.10.2
ip route 192.168.3.0 255.255.255.0 10.20.20.2
----------------------------------------------------------
At Site-A, I tried to use RIP v2 as below:
-Router rip
-version 2
-network 192.168.0.0
-network 10.0.0.0
BUT Still not working.
Please help. Thank you
12-09-2010 12:10 AM
I assume 10.20.20.X and 10.10.10.1 are your tunnel's IP ? Try to ping tunnel end from central site so you'll see if your tunnels are up and working. If tunnels down then it won't work.
12-09-2010 12:33 AM
Hi,
both tunnel are up. Are my config correct?
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