cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1906
Views
5
Helpful
19
Replies

Frame-relay Problems

david foley
Level 1
Level 1

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

19 Replies 19

Hi

do you want me to send the File or just Docment Shot of the Network ?

You can send the pkt file.

Alain.

Don't forget to rate helpful posts.

ok,

here is the PT file, just if you dont have the New PT program it wont open it just seems to open only for the new PT program..

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.

Don't forget to rate helpful posts.

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..

Review Cisco Networking for a $25 gift card