cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
429
Views
0
Helpful
2
Replies

Help with Route Maps

mcechman
Level 1
Level 1

I need help in setting up a route map. I want to be able to use a particular T1 to route traffic from one destination to another destination and that is it. I do not want any other traffic to take this path. The sites have multiple T1's going between them but I just want to isolate one T1 for just traffic between these two hosts.

2 Replies 2

ip local policy route-map T-1

route-map T1 permit 10

match ip add 101

set ip next-hop 1.1.1.1 (t1)

access-list 101 permit ip "sources or destinations you want to the match"

ip next hop 1.1.1.1 should be the ip of the remote router on this t1

under participating interfaces add

ip policy route-map T1. You will need this on both sides referring to the others IP as next hop.

OR

route-map T1 permit 10

match ip add 101

set interface serial 0

this may work as well. I have not tried it. I would try it the first way as I know that will work.

Review Cisco Networking for a $25 gift card