RE: Policy route as Static route

From: Michael Snyder (msnyder@revolutioncomputer.com)
Date: Tue Feb 10 2004 - 01:44:25 GMT-3


Or even better,

Since route-maps only work on incoming traffic.
!
route-map hello_default_route permit 10
 set ip default next-hop 1.1.1.1
!

The beauty being that a default next-hop could be overridden by a route
in the routing table. It only works if there's no route in the routing
table for the network.

Place it on every interface.

Another choice would be a default network statement. Both rip and eigrp
would use it. Default network is not a default route.

All in all, it's the protocol who awards the points, I wouldn't depend
on the getting the points. When they say they will accept any answer
that meets the requirements, the unspoken part is that any answer they
`like` that meets the requirements.

  

-----Original Message-----
From: Tasuka Amano Hsu [mailto:tasuka@mac.com]
Sent: Monday, February 09, 2004 9:54 PM
To: ccielab Groupstudy
Subject: Policy route as Static route

Hi,
Requirement said no static route setting, could I use the policy route
like

!
interface ethernet0/0
   ip address 1.1.1.1 255.255.255.0
   ip route-cache policy
   ip policy route-map PBR1
!
route-map PBR1 permit 10
   match ip address 1
   set ip next-hop 1.1.1.2
!
route-map PBR1 permit 20
!
access-list 1 permit any
!



This archive was generated by hypermail 2.1.4 : Fri Mar 05 2004 - 07:13:48 GMT-3