Hey, I have seen this issue before on this lab. Honestly, I believe it has something to do with the IOS. In some this seems to work, in others it doesn't. As a workaround you could try not putting 150.100.81.0/24 into OSPF process 1 at all with the network command. Make Fa0/1 part of OSPF ONLY in process #2. Then, in OSPF #1 redistribute in the connected interface as well as the OSPF #2 routes. Give that a try. Otherwise, I wouldn't worry too much about it. It is nothing you are doing wrong.
On Sat, Apr 24, 2010 at 7:43 PM, FoosYou <[email protected]> wrote: > I'm having a couple problems with this task that may be related. The first > is that I can't get R8 to peer with Cat1 when Fa0/1 is a passive interface. > If I take the passive-interface command off within process 1 they are able > to peer right away process 2. Once they peer 150.100.81.0/24 is no longer > seen by any routers other than R8 but all of the Catalysts have it. > > R1#sh ip route 150.100.81.0 > Routing entry for 150.100.81.0/24 > Known via "ospf 1", distance 110, metric 2346, type inter area > Last update from 150.100.12.2 on FastEthernet0/0, 00:00:04 ago > Routing Descriptor Blocks: > * 150.100.12.2, from 224.0.0.0, 00:00:04 ago, via FastEthernet0/0 > Route metric is 2346, traffic share count is 1 > > R8(config-router)#do sh run int fa0/1 > interface FastEthernet0/1 > ip address 150.100.81.8 255.255.255.0 > ip ospf mtu-ignore > duplex auto > speed auto > end > > R8#sh run | b router ospf > router ospf 1 > log-adjacency-changes > redistribute ospf 2 subnets > passive-interface FastEthernet0/1 > network 100.100.200.0 0.0.0.255 area 200 > network 150.100.78.0 0.0.0.255 area 78 > network 150.100.81.0 0.0.0.255 area 78 > ! > router ospf 2 > log-adjacency-changes > redistribute ospf 1 subnets > network 150.100.81.0 0.0.0.255 area 0 > > R8#sh ip ospf nei > > Neighbor ID Pri State Dead Time Address Interface > 200.0.0.7 0 FULL/ - 00:00:35 150.100.178.7 Tunnel0 > 200.0.0.7 0 FULL/ - 00:00:32 150.100.78.7 > Serial0/0/0 > 218.15.144.200 1 FULL/DR 00:00:37 100.100.200.200 > FastEthernet0/0 > R8#sh ip ospf 2 nei > > R8# > R8(config)#router ospf 1 > R8(config-router)#no passive-interface FastEthernet0/1 > R8(config-router)# > *Apr 25 00:39:36.587: %OSPF-5-ADJCHG: Process 2, Nbr 200.0.0.11 on > FastEthernet0/1 from LOADING to FULL, Loading Done > R8(config-router)# > > R7#sh ip route 150.100.81.0 > % Subnet not in table > > R1#sh ip route 150.100.81.0 > % Subnet not in table > > Cat3560-2#sh ip route 150.100.81.0 > Routing entry for 150.100.81.0/24 > Known via "ospf 2", distance 110, metric 2, type intra area > Last update from 150.101.12.1 on FastEthernet0/23, 00:08:22 ago > Routing Descriptor Blocks: > * 150.101.12.1, from 200.0.0.11, 00:08:22 ago, via FastEthernet0/23 > Route metric is 2, traffic share count is 1 > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > -- Regards, Joe Astorino - CCIE #24347 Sr. Technical Instructor - IPexpert Mailto: [email protected] Telephone: +1.810.326.1444 Live Assistance, Please visit: www.ipexpert.com/chat eFax: +1.810.454.0130 IPexpert is a premier provider of Self-Study Workbooks, Video on Demand, Audio Tools, Online Hardware Rental and Classroom Training for the Cisco CCIE (R&S, Voice, Security & Service Provider) certification(s) with training locations throughout the United States, Europe, South Asia and Australia. Be sure to visit our online communities at www.ipexpert.com/communities and our public website at www.ipexpert.com _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
