cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
401
Views
0
Helpful
6
Replies

Policy Based Routing

gizbri
Level 1
Level 1

I want to route a specific host (10.1.0.26) on the inside network out the DMVPN (Interface Tunnel0) instead of using the BGP network. I have created the following commands on the router:

route-map WSUS permit 9

match ip address 150

set interface Tunnel0

access-list 150 permit ip host 10.1.0.26 10.10.0.0 0.0.255.255 - (I want to specify certain networks for this policy , this is the first)

interface FastEthernet0/0

ip policy route-map WSUS

With this config in place the host is still using the BGP network - What am I missing ?

Thanks

Brian

6 Replies 6

Edison Ortiz
Hall of Fame
Hall of Fame

Brian,

Did you apply a similar route-map at the remote end? If not, the return traffic will use the routing table.

How do you know the host is not traversing the tunnel for destination 10.10.0.0/16?

Did you enable some kind of debugging?

__

Edison.

Edison,

Thanks for the response. At this point I set a static route at the other end for that host -

ip route 10.1.0.26 255.255.255.255 Tunnel0

I haven't run any debugs yet - I added another statement for icmp in access-list 150. The trace routes show the host using the BGP route and using network monitoring software and the interface counters it is definitely using the BGP route to the 10.10 network. Oddly the access list is showing matches against it

Any other traffic traversing the tunnel?

Can you change the set interface with set ip address of the tunnel interface?

What type of device are you using?

'debug ip policy' will certainly help during a maintenance window.

The tunnel are set up for backup to the BGP network running EIGRP

When I change it to the IP of the tunnel interface nothing routes to 10.10. If i use the 10.10 tunnel interface as the next hp the trace route uses the tunnel but a file transfer doesn't.

3745 and a 2811

The IP must be from the remote tunnel, not the local tunnel.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card