- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2011 04:33 PM - edited 03-04-2019 11:33 AM
Hi have a Hub & Spoke Frame Relay set up, R4 - R5 & R4 - R6 are all pinging ok, But if i go R5 - R6 or R6 - R5 they are not pinging each other,
I cant get the PC which on R5 to ping R4 nor the Server on R6. I set up OSPF 1 for the Frame Links to see would this fix the problem. but with no joy. could some one tell me where i am going wrong in how i fix this problem so All Routers within Frame Relay can ping.
R4
Building configuration...
Current configuration : 951 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R4
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.190.0.6 255.255.255.252
!
interface Serial0/0/1
ip address 172.190.0.18 255.255.255.252
encapsulation frame-relay
frame-relay map ip 172.190.0.17 405 broadcast
frame-relay map ip 172.190.0.18 405
!
interface Serial0/0/1.406 point-to-point
ip address 172.190.0.22 255.255.255.252
frame-relay interface-dlci 406
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 172.190.0.4 0.0.0.3 area 0
network 172.190.0.20 0.0.0.3 area 0
network 172.190.0.16 0.0.0.3 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
R5
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.190.0.81 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 172.190.0.17 255.255.255.252
encapsulation frame-relay
frame-relay map ip 172.190.0.18 504 broadcast
frame-relay map ip 172.190.0.17 504
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 172.190.0.16 0.0.0.3 area 0
network 172.190.0.0 0.0.0.255 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
R6
Building configuration...
Current configuration : 805 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.190.0.73 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 172.190.0.21 255.255.255.252
encapsulation frame-relay
frame-relay map ip 172.190.0.22 604 broadcast
frame-relay map ip 172.190.0.21 604
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 172.190.0.20 0.0.0.3 area 0
network 172.190.0.0 0.0.0.255 area 0
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
Solved! Go to Solution.
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2011 11:11 AM
Hi
do you want me to send the File or just Docment Shot of the Network ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2011 11:43 AM
You can send the pkt file.
Alain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2011 02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2011 12:31 AM
Hi,
on R6 just do this:
int s0/0/0
ip ospf network point-to-point
no ip ospf priority 0
do clear ip ospf process ---> yes
Your adjacency will fulfill and your RIB will get populated and then everything should be ok.
Regards.
Alain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2011 12:32 PM
Thanks very much your a life saver...
i've been pulling my hair out for the last few days and not once did it every come into my head to reset the ospf..

- « Previous
-
- 1
- 2
- Next »