In lab 19, I'm at the point where I should be able to ping from everywhere to anywhere but I can't. Specifically:
I have a route (10.1.1.4) that is being generated on router 4 and shared to router 2 via RIP. Then router 2 is redistributing the route first to its OSPF 1 process-and then again into OSPF 2 (from OSPF1). However, when I check a nearby router that's peering with OSPF 2, I don't see the route. Showing the OSPF 2 database on router 2 reveals that the 10.1.1.4 route is not present (but IS present on OSPF 1 process on that router). Furthermore, the OSPF 1 process shows the route as being an external type-5 variety. Seems simple enough...I must've left off the redistribution options to match for external. Problem is, the router won't take the options. I checked the final configs as a 'control' and sure enough, they're in those text files. What am I missing? Relevant pieces of onfigs below. Thanks in advance for your help. Jim Router 2: ! router ospf 1 log-adjacency-changes area 0 authentication redistribute rip metric 130 metric-type 1 subnets tag 1 redistribute ospf 2 subnets tag 2000 network 150.50.0.0 0.0.15.255 area 0 network 150.50.24.0 0.0.0.255 area 0 network 150.50.64.0 0.0.63.255 area 0 network 200.0.0.2 0.0.0.0 area 0 neighbor 150.50.100.5 neighbor 150.50.100.6 ! router ospf 2 no compatible rfc1583 log-adjacency-changes redistribute ospf 1 metric-type 1 subnets network 150.50.17.2 0.0.0.0 area 17 ! router rip version 2 timers basic 60 240 240 300 25 redistribute ospf 2 metric 1 match internal external 1 external 2 nssa-external 1 nssa-external 2 passive-interface Serial0/1/0.256 passive-interface Serial0/2/0 passive-interface FastEthernet1/0 network 150.50.0.0 Router 4: router rip version 2 timers basic 60 240 240 300 25 network 10.0.0.0 network 150.50.0.0 network 200.0.0.0 no auto-summary This message is the property of Southern Wine & Spirits or its affiliates. It is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and (i) destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. Thank you.
