From: Minh Vuong (mvuong@xxxxxxxxx)
Date: Mon Jun 17 2002 - 01:07:01 GMT-3
I think I figured it out. Turns out I had to redistribute both OSPF 1 and
OSPF 2 into IGRP after redistributing OSPF 1 into OSPF 2.
OSPF 2 does not need any network area commands, just summary-addresse
commands.
So my complete solution is:
router ospf 1
router-id 133.10.1.1
redistribute igrp 1 metric 200 subnets
network 128.200.1.0 0.0.0.255 area 0
network 133.10.1.0 0.0.0.31 area 0
network 133.10.2.0 0.0.0.255 area 0
network 133.10.5.0 0.0.0.31 area 0
neighbor 133.10.1.4
neighbor 133.10.1.3
distance 55
!
router ospf 2
summary-address 133.10.5.0 255.255.255.0
summary-address 133.10.20.0 255.255.255.0
summary-address 133.10.1.0 255.255.255.0
summary-address 133.10.30.0 255.255.255.0
redistribute ospf 1 subnets
!
router igrp 1
redistribute ospf 1 metric 1000 100 255 1 1500 route-map o2i
redistribute ospf 2 metric 1000 100 255 1 1500 route-map o2i
network 133.10.0.0
Minh
This archive was generated by hypermail 2.1.4 : Tue Jul 02 2002 - 08:12:34 GMT-3