cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
818
Views
0
Helpful
4
Replies

How to route traffic (from VPN)?

jazzlim2004
Level 1
Level 1

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

4 Replies 4

Bastien Migette
Cisco Employee
Cisco Employee

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.

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

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.

Hi,

both tunnel are up. Are my config correct?