Default OSPF network type for a frame physical interface is nonbroadcast, and I don't see any neighbor statements. Alternatively, you could change your ospf network types on the interfaces.
Marvin Greenlee, CCIE #12237 (R&S, SP, Sec) Senior Technical Instructor - IPexpert, Inc. Telephone: +1.810.326.1444 Fax: +1.810.454.0130 Mailto: [EMAIL PROTECTED] Join our free online support and peer group communities: http://www.IPexpert.com/communities IPexpert - The Global Leader in Self-Study, Classroom-Based, Video On Demand and Audio Certification Training Tools for the Cisco CCIE R&S Lab, CCIE Security Lab, CCIE Service Provider Lab, CCIE Voice Lab and CCIE Storage Lab Certifications. _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, June 14, 2008 1:07 PM To: [email protected] Subject: [OSL | CCIE_RS] LAB 18 task 7 Ok, what am I doing wrong here. This is after i've completed all the appropriate sections up to 18.7 I have a couple of routers connected via Cat 1 and 2 Everything connects but I cannot ping the other side and I am getting nothing, ever ospf packet afe I've enabled it. I am probably missing something stupid. Here are the configs: R5: Building configuration... Current configuration : 1221 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R5 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 15 ip subnet-zero ! ! ip cef ! ! no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 10.10.5.5 255.255.255.0 ! interface FastEthernet0/0 ip address 150.100.35.5 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1/0 bandwidth 72 ip address 150.100.100.5 255.255.255.240 encapsulation frame-relay ip ospf priority 200 frame-relay map ip 150.100.100.4 504 broadcast frame-relay map ip 150.100.100.5 504 frame-relay map ip 150.100.100.6 506 broadcast no frame-relay inverse-arp ! interface Serial0/2/0 no ip address shutdown ! router ospf 1 log-adjacency-changes network 10.10.5.5 0.0.0.0 area 0 network 150.100.100.5 0.0.0.0 area 0 ! ip classless ! ! no ip http server no ip http secure-server ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 login ! warm-reboot scheduler allocate 20000 1000 ! end R4: R4#sh run Building configuration... Current configuration : 1161 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R4 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 15 ip subnet-zero ! ! ip cef ! ! no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 10.10.4.4 255.255.255.0 ! interface FastEthernet0/0 ip address 150.100.113.4 255.255.252.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 bandwidth 72 ip address 150.100.100.4 255.255.255.240 encapsulation frame-relay ip ospf priority 0 frame-relay map ip 150.100.100.4 405 frame-relay map ip 150.100.100.5 405 broadcast frame-relay map ip 150.100.100.6 405 no frame-relay inverse-arp ! router ospf 1 log-adjacency-changes network 10.10.4.4 0.0.0.0 area 0 network 150.100.100.4 0.0.0.0 area 0 ! ip classless ! ! no ip http server no ip http secure-server ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 login ! warm-reboot scheduler allocate 20000 1000 ! end R4#sh ip o n I'm getting .... R4 has the same config of R6, also is spoke Furthemore interfaces Frame-relay does work -- This message is intended for the individual(s) to whom it is addressed and may contain information that is privileged or confidential. If you are not the addressee you must not read,use or disclose the contents of this email. Whilst all reasonable care has been taken to avoid the transmission of viruses, the recipient should carry out virus and other checks, as they consider appropriate. Myself accepts no responsibility in this regard.
