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

Route map netx hop to tunnel

csco11579831
Level 1
Level 1

Hello,

I set up a route-map,

by cons it does not work, for info I have a default route to the ISP 2

ip route 0.0.0.0 0.0.0.0 172.24.1.1,

when I do a tracert I see it through the ISP2 link then I want it to ISP1 goes through the tunnel.

here is the config:

interface Vlan91

description Chicago

ip address 172.24.5.2 255.255.255.0

ip helper-address 172.20.0.251

ip policy route-map myMap

access-list 101 deny ip 172.24.5.0 0.0.0.255 10.0.0.0 0.255.255.255

access-list 101 deny ip 172.24.5.0 0.0.0.255 172.34.0.0 0.15.255.255

access-list 101 deny ip 192.168.0.0 0.0.0.255 172.24.5.0 0.0.255.255

access-list 101 permit tcp 172.24.5.0 0.0.0.255 any

route-map permit 10 myMap

  match ip address 101

  set ip next-hop 192.168.255.62

Thank you.

1 Accepted Solution

Accepted Solutions

Where does the IP address of 192.168.255.62 sit in your network?

Can you show us the routing table on this router?

View solution in original post

6 Replies 6

John Blakley
VIP Alumni
VIP Alumni

Traceroute uses udp/icmp (depending on the implementation) and you are matching on tcp only. Try changing "access-list 101 permit tcp 172.24.5.0 0.0.0.255 any" to "permit ip" and test again...

HTH,
John

*** Please rate all useful posts ***

HTH, John *** Please rate all useful posts ***

Hi John,

I just change it but still not

I guess the road map is not compatible with the next hop to the tunnel (knowing that I ping the other tunnel interface), you're agree with me?

James,

Where does the IP address of 192.168.255.62 sit in your network?

Can you show us the routing table on this router?

Communication is established between the tunnel:

there is no problem on the routing,but does not working !!!

this is a tracert from my host:

C:\Documents and Settings\XXXXX>tracert 192.168.255.62

Détermination de l'itinéraire vers 192.168.255.62 avec un maximum de 30 sauts.

   1    12 ms     1 ms     2 ms  172.24.5.2

  2    45 ms    41 ms    49 ms  192.168.255.62

Itinéraire déterminé.

C:\Documents and Settings\XXXXX>tracert 192.168.255.63

Détermination de l'itinéraire vers 192.168.255.62 avec un maximum de 30 sauts.

  1    24 ms     1 ms     1 ms  192.168.255.63

Itinéraire déterminé.

csco11579831
Level 1
Level 1

                                     

********************************************************************************************************************

                      

                          I did something wrong, my concern is not solved yet.

********************************************************************************************************************

csco11579831
Level 1
Level 1

********************************************************************************************************************

                      

                          I did something wrong, my concern is not solved yet.

********************************************************************************************************************

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