Point to point Frame Relay help
StonedHitman
Member Posts: 120
in CCNA & CCENT
I'm trying to configure Frame Relay in gns3, but I'm having a problem. All routers can ping themselves but can't ping the other router on the pvc. It's a point to point with a router as FR switch and no static mapping. When I do show and debug commands everything says active and there's nothing indicating that there's any problem. I've been at this for hours, so any help would be much appreciated.
FrameRelaySwitch:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 102 interface Serial0/1 201
!
interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 201 interface Serial0/0 102
frame-relay route 203 interface Serial0/2 302
!
interface Serial0/2
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 302 interface Serial0/1 203
frame-relay route 304 interface Serial0/3 403
!
interface Serial0/3
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 403 interface Serial0/2 304
!
Router1:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 192.168.1.1 255.255.255.0
frame-relay interface-dlci 102
Router2:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 192.168.1.2 255.255.255.0
frame-relay interface-dlci 201
!
interface Serial0/0.2 point-to-point
ip address 192.168.1.5 255.255.255.0
frame-relay interface-dlci 203
Configuration on R3 and R4 is pretty much the same as R1 and R2
FrameRelaySwitch:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 102 interface Serial0/1 201
!
interface Serial0/1
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 201 interface Serial0/0 102
frame-relay route 203 interface Serial0/2 302
!
interface Serial0/2
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 302 interface Serial0/1 203
frame-relay route 304 interface Serial0/3 403
!
interface Serial0/3
no ip address
encapsulation frame-relay
clock rate 64000
frame-relay intf-type dce
frame-relay route 403 interface Serial0/2 304
!
Router1:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 192.168.1.1 255.255.255.0
frame-relay interface-dlci 102
Router2:
interface Serial0/0
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay lmi-type cisco
!
interface Serial0/0.1 point-to-point
ip address 192.168.1.2 255.255.255.0
frame-relay interface-dlci 201
!
interface Serial0/0.2 point-to-point
ip address 192.168.1.5 255.255.255.0
frame-relay interface-dlci 203
Configuration on R3 and R4 is pretty much the same as R1 and R2
Currently reading Network Warrior
Comments
-
Jon_Cisco Member Posts: 1,772 ■■■■■■■■□□Sorry no time to try and lab this but here is a site that looks like the same setup.
Understanding frame-relay | Daniels networking blog
Only thing I wonder is does the clock rate matter in GNS3? I think they still need to match but GNS3 does not act as a true DCE.