On Tue, 5 Dec 2000, vtam wrote:

> But the route table is learn through dynamic routing, so i cannot specify
> the next_hop. So are there any solution? Thanks.

I don't understand.  You want to policy route based on source address
right?  What address would you like the traffic to be sent to?  How that
address is learned is of no consequence.  If it must be recursivly looked
up so be it.  Are you saying you don't know where you want to send the
traffic?

Brian


>
> "Brian" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > 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]
> >
>
>
> _________________________________
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>

-----------------------------------------------
Brian Feeny, CCNP+ATM, 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