I don't really know how the policy routing run.
This is my quetion: i want to apply policy routing according to the source,
but when the set next-hop is not accessible, it should be route as normal
routing process( route according to dest. ip address).

This is the config i do.

int ser 1/0
ip policy route-map test

access-list 1 permit 172.16.0.0 0.0.255.255
access-list 2 permit 172.16.112.0 0.255.255.255

route-map test permit 10
match ip address 1
set ip next-hop 172.1.1.1

route-map test permit 20
match ip address 2
set ip next-hop 172.1.1.3



I want to ask some question:
1. If 172.1.1.1 is down, can the traffice sourced by 172.16.0.0 will be
routed, or it would be drop?
2. Where should be the other traffic route? Is it routed or drop?
3. If question 1 is drop, how should i do to route that traffic?

Thanks.


_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to