02-19-2007 02:51 AM - edited 03-03-2019 03:48 PM
Hi,
I want to redirect traffic from a host in our European network to a host in our US network. The routing table has a dedicated 2mb link to the US already installed, however I don't want to use this. I want to use a route map to set the next hop address of the traffic between the 2 hosts to a VPN router. Can this be done just for the 2 host that want to talk over this VPN and still allow all other traffic to traverse the route installed on the routing table?
Any help rated.
Gavin
02-19-2007 04:29 AM
Hi Gavin
You can achieve this by using source based routing but need more info how your networks are connected and where the source and destination is placed etc., so throw more lite and also if possible do post out a small topological diagram..
regds
02-19-2007 05:19 AM
Hi,
Please see an attached diagram with my proposed configuration included. Any insights would be great.
So source of the traffic is VLAN 155 and the destination hosts are listed. They are reachable through the WWW GRE Tunnels and via the Savvis WAN. I want the traffic to these hosts to go through the GRE tunnels.
Thanks
02-19-2007 06:26 AM
Hi Gavin,
I see you are using the policy route map inside the interface vlan 155. This is not an ideal thing to do. In cases were you are using PBR and applying it to SVI's, under the route-map you should use set ip default next hop command and not set ip next hop.
Other than that everything else looks fine. Just ensure your reverse traffic takes the same path.
HTH
Hoogen
Do rate if this soln helps out :)
02-19-2007 04:34 AM
Hi Gavin,
Yes this scenario is possible. Just make sure you have this PBR in place on both locations so that you avoid assymetric routing.
You have to only ensure that while configuring your PBR which might look like.
!
Route-map PBR permit 10
match ip address 110
set ip next-hop z.z.z.z
!
access-list 110 extended permit ip host x.x.x.x host y.y.y.y
!
where your x.x.x.x host resides in Europe and y.y.y.y resides in US.
Reverse the same in the US locaion configuration. And you should be able to achieve your purpose.
All other traffic will go through the normal routing table routes.
HTH
Hoogen.
Do rate if this helps you :)
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