How to advertise default route to IGRP from OSPF

From: Stanley Seow (stanley_seow@xxxxxxxxxxxxxxxxxxx)
Date: Thu Apr 20 2000 - 18:07:42 GMT-3


   
   I've a senario where I need to configure r3 to send a default to r4
   pointing back to r3 using IGRP.
   
   I've manage to summarize and got this in the routing table :
   
   R3 routing table :
        135.1.0.0/16 is variably subnetted, 13 subnets, 4 masks
   C 135.1.3.0/24 is directly connected, Loopback0
   O 135.1.0.0/16 is a summary, 00:03:33, Null0
   O 135.1.6.6/32 [110/11] via 135.1.20.6, 00:03:39, Ethernet0
   O 135.1.5.5/32 [110/75] via 135.1.20.2, 00:03:39, Ethernet0
   O 135.1.2.2/32 [110/11] via 135.1.20.2, 00:03:39, Ethernet0
   
   r3 config :
   
   router ospf 100
    summary-address 135.1.0.0 255.255.0.0
    redistribute igrp 100 subnets
   
   router igrp 100
    passive-interface Ethernet0
    network 135.1.0.0
   
   r4 config :
   router igrp 100
    network 135.1.0.0
   ip default-network 135.1.0.0
   
   r4 routing table :
   
    * 135.1.0.0/24 is subnetted, 2 subnets
   I 135.1.3.0 [100/8976] via 135.1.13.3, 00:00:12, Serial0
   C 135.1.13.0 is directly connected, Serial0
   
   
   I got a candidate default on /24 instead of /16...
   I redistribute a summary address of 135.1.0.0 into IGRP but it does
   not
   seems to work based on the debug ip igrp ...
   
   How do I make r3 send a 135.1.0.0 as a defualt network into r4 ??
   
   Pls help.
   
   Thanks
   
   Stanley
   



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:23:15 GMT-3