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.


Reply via email to