(Refering to the config below). I configured a PBR to pass or packet that match access list 112 to int tun 82,and if tun 82 is down,it should pass them to tun 7. My questions is..
1.will the traffic actualy go to tun 7 if tun 82 is not available?
2.If this works,when tun 82 comes up,will the traffic revert back to tun 82(with keep alive set).
3.Is it possible to apply more than one route-map to an interface? how ?
ROUTER#sh route-map
route-map TRAFFIC2, permit, sequence 30
Match clauses:
ip address (access-lists): 112
Set clauses:
interface Tunnel82 Tunnel7
Policy routing matches: 12169 packets, 5465735 bytes
route-map TRAFFIC2, permit, sequence 40
Match clauses:
ip address (access-lists): 113
Set clauses:
interface Tunnel7
Policy routing matches: 254565 packets, 136521052 bytes
ROUTER#sh access-lists 112
Extended IP access list 112
10 permit ip 10.2.50.0 0.0.0.255 10.12.45.0 0.0.0.255 (13151 matches)
Please I am in a tight situation.