vtam,

You must specify multiple hops on the "set ip next-hop" line.........like:

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

if 172.1.1.1 is down, it will use 172.1.1.2

Brian



On Mon, 4 Dec 2000, vtam wrote:

> 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]
>

-----------------------------------------------
Brian Feeny, CCNP, CCDP       [EMAIL PROTECTED]
Network Administrator
ShreveNet Inc. (ASN 11881)

_________________________________
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