Re: OSPF Redistribution Challenge

From: Bill Dellamar (wdellamar@xxxxxxxxx)
Date: Mon Jan 22 2001 - 15:19:52 GMT-3


   
I found this on the cd:

The following configuration example illustrates how a
route map is referenced by the default-information
router configuration command. This is called
conditional default origination. OSPF will originate
the default route (network 0.0.0.0) with a Type 2
metric of 5 if 140.222.0.0 is in the routing table.
Extended access-lists cannot be used in a route map
for conditional default origination.

route-map ospf-default permit
 match ip address 1
 set metric 5
 set metric-type type-2
!
access-list 1 140.222.0.0 0.0.255.255
!
router ospf 109
 default-information originate route-map ospf-default
!

So it appears I was missing the metric and metric
type. However, their are defaults for these so I
think my solution might have worked.
Bill

--- Mike McSpedon <mike@mentortech.com> wrote:
> Here's a challenge:
>
> r1e0===e0r2s0====s1r3s0=======s1r4e0
>
> r1e0: 170.10.1.1 /24
> r2e0: 170.10.1.2 /24
> r2s0:170.10.255.1 /30
> r3s1:170.10.255.2 /30
> r3s0: 135.5.192.1 /30
> r4s1: 135.5.192.2 /30
> r4e0: 135.5.112.0 /24
>
> Loopbacks:
> r3: 192.168.3.1
> r4: 192.168.4.1
>
> 1. Routers 1, 2, and the 3 are routing IP via ISIS.
> 2. OSPF is running only on the serial link between
> routers 3 and 4 and on
> the Ethernet on r4 (all Area 0).
> 3 . Perform mutual redistribution between ISIS and
> OSPF on r3 .
> 4. Advertise a default route to from r3 to r4 if
> AND ONLY if r2 is
> reachable. Do not use a default route in the ISIS
> domain. Only advertise
> the address above from the ISIS domain to the OSPF
> domain.
>
> The answer is on the CD.
>
> Enjoy!
> -Mike
>
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:27:39 GMT-3