RIP : default-information originate with route-map

From: Gabriel Nunes (gabriel.nunes@gmail.com)
Date: Tue Jan 29 2008 - 15:06:45 ARST


Hi Group!

On the doc CD we have the following example:

 Examples

The following example originates a default route (0.0.0.0/0) over a certain
interface when 172.68.0.0/16 is present. Applying a condition (in this case
a route map) to determine when the default route is originated is called
"conditional default origination."

router rip
 version 2
 network 172.68.16.0
 default-information originate route-map condition
!
 route-map condition permit 10
 match ip address 10
 set interface s1/0
!
access-list 10 permit 172.68.16.0 0.0.0.255
What does it means with " when 172.68.0.0/16 is present"?
It is when this network is on the rip database table by any path?
Or when this network belongs to that interface s1/0?

Thanks,

Gabriel



This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:38:02 ARST