I have a VPN (Actually, three of them) going from a Cisco 2600 series router at my main location to three remote offices with Cisco 1700 series routers. All routers have built in VPN AIM modules.
Let's say the subnet at a remote office is 172.16.100.0
I have traffic from my main network (lets call it 172.16.1.0) routed through a Frame relay connection to a 3rd party IP Address, let's call it 42.42.42.42. So, from my main site and any T1 connected sites, the route on my "default gateway" router is "ip route 42.42.42.0 255.255.255.0 172.16.1.5" (router connected to the frame relay) and this works great.
Well, I need to be able to route data to this location from my VPN connected sites. I've tried several things, but nothing works. I don't think an ip route statement will work. I tried putting that IP address as part of the crypto map, but I don't know if I did it right.
Can someone tell me what I need to do to make this work. I started playing around with "ip vrf" stuff last night, but I don't think that is right. Thanks...
Let's say the subnet at a remote office is 172.16.100.0
I have traffic from my main network (lets call it 172.16.1.0) routed through a Frame relay connection to a 3rd party IP Address, let's call it 42.42.42.42. So, from my main site and any T1 connected sites, the route on my "default gateway" router is "ip route 42.42.42.0 255.255.255.0 172.16.1.5" (router connected to the frame relay) and this works great.
Well, I need to be able to route data to this location from my VPN connected sites. I've tried several things, but nothing works. I don't think an ip route statement will work. I tried putting that IP address as part of the crypto map, but I don't know if I did it right.
Can someone tell me what I need to do to make this work. I started playing around with "ip vrf" stuff last night, but I don't think that is right. Thanks...