I have two routers talking EIGRP to each other - one (corp-bdr01) has a 
default route learned from OSPF.

corp-bdr01#sh ip ro 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
   Known via "ospf 1", distance 110, metric 1, candidate default path, 
type NSSA extern 2, forward metric 1
   Redistributing via eigrp 1981


I'm stuck trying to get this route into the other EIGRP router.

Router talking OSPF & EIGRP:
router eigrp 1981
  redistribute static
  redistribute ospf 1
  passive-interface GigabitEthernet0/1
  network 10.250.0.0 0.0.255.255
  no auto-summary


Router talking only EIGRP:
router eigrp 1981
  network 10.250.0.0 0.0.255.255
  no auto-summary

I'm sure the problem's simple but I'm short on sleep and can't see it. 
Help?
_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to