I am trying to setup PBR and need some help please.
I have a WAN/LAN
router 10.10.10.10 is homebase
router 10.60.40.1 is far away over a frame.
They connect fine.
Gateway of last resort of 10.10.10.10 is 10.10.10.6.
However if the Frame goes down I want traffic between these routers to go to a different gateway:
10.10.10.2
Here is what I have:
access-list 101 permit ip 10.10.10.0 0.0.0.255 10.60.0.0 0.0.255.255
route-map temptuc permit 10
match ip address 101
set ip next-hop 10.10.10.2
I want to configure this to be: Try Serial Connection first for all traffice destined for 10.60.x.x, if can't connect then go to 10.10.10.2.
Thanks for your input.
I have a WAN/LAN
router 10.10.10.10 is homebase
router 10.60.40.1 is far away over a frame.
They connect fine.
Gateway of last resort of 10.10.10.10 is 10.10.10.6.
However if the Frame goes down I want traffic between these routers to go to a different gateway:
10.10.10.2
Here is what I have:
access-list 101 permit ip 10.10.10.0 0.0.0.255 10.60.0.0 0.0.255.255
route-map temptuc permit 10
match ip address 101
set ip next-hop 10.10.10.2
I want to configure this to be: Try Serial Connection first for all traffice destined for 10.60.x.x, if can't connect then go to 10.10.10.2.
Thanks for your input.