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?