cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
523
Views
0
Helpful
1
Replies

Route map match statement

davidcruise
Level 1
Level 1

i have two interfaces :

interface Gi3/4

ip address 10.10.10.14 255.255.255.0

interface tunnel 1

ip address 172.18.36.2 255.255.255.0

i want to use the route map to take all the traffic incoming on Gi3/4 & redirect that traffic to the interface tunnel

route-map test permit 10

match interface Gi3/4

is the command "match" above will match all incoming traffic on Gi3/4 or there is another solution?

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Hi

access-list 101 permit ip any any

route-map REDIR permit 10

match ip address 101

set interface tunnel1

int gi3/4

ip policy route-map REDIR

HTH

Jon

Review Cisco Networking for a $25 gift card