Frame-Relay problem

nicemikkinicemikki Member Posts: 7 ■□□□□□□□□□
Hi Guys,
I'm new to this forum, and I'm on getting CCNA 200-120 Cert. So, I know Frame-rely is obsolete but Cisco still want us to study on this technology. I'm working on Frame-relay from this website http://www.freeccnaworkbook.com/workbooks/ccna. However, I can't ping other routers nor I can't ping local IP, from loopback to local subinterface or vice versa. Any help on this? I'm using Web IOU for this lab. Any help really appreciated.

Router-1 information:
#show run

interface Loopback0
ip address 10.61.10.1 255.255.255.0


interface Serial1/0
no ip address
encapsulation frame-relay
no fair-queue
serial restart-delay 0
frame-relay map ip 10.61.12.2 221
no frame-relay inverse-arp
!
interface Serial1/0.122 point-to-point
ip address 10.61.12.1 255.255.255.0
frame-relay interface-dlci 122

Router-1#show ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
Ethernet0/1 unassigned YES unset administratively down down
Ethernet0/2 unassigned YES unset administratively down down
Ethernet0/3 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset up up
Serial1/0.122 10.61.12.1 YES manual up up
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
Loopback0 10.61.10.1 YES manual up up

Router-1#show frame-relay map
Serial1/0.122 (up): point-to-point dlci, dlci 122(0x7A,0x1CA0), broadcast
status defined, active
Serial1/0 (up): ip 10.61.12.2 dlci 221(0xDD,0x34D0), static,
CISCO, status defined, active


Router-2 information:
#show run
interface Loopback0
description ###Simulated network####
ip address 10.61.20.1 255.255.255.0
!
interface Serial1/0
description ###PHYSICAL FRAME RELAY INTERFACE###
no ip address
encapsulation frame-relay
no fair-queue
serial restart-delay 0
clock rate 6420
frame-relay map ip 10.61.12.1 122
no frame-relay inverse-arp
frame-relay intf-type dce
!
interface Serial1/0.221 point-to-point
description ### FRAME RELAY LINK TO R1###
ip address 10.61.12.2 255.255.255.252
frame-relay interface-dlci 221
!
interface Serial1/0.223 point-to-point
description ###FRAME RELAY LINK TO R3###
ip address 10.61.23.1 255.255.255.252
frame-relay interface-dlci 223


Router-2#show ip int br
Interface IP-Address OK? Method Status Protocol
Ethernet0/0 unassigned YES unset administratively down down
Ethernet0/1 unassigned YES unset administratively down down
Ethernet0/2 unassigned YES unset administratively down down
Ethernet0/3 unassigned YES unset administratively down down
Serial1/0 unassigned YES unset up up
Serial1/0.221 10.61.12.2 YES manual up up
Serial1/0.223 10.61.23.1 YES manual up up
Serial1/1 unassigned YES unset administratively down down
Serial1/2 unassigned YES unset administratively down down
Serial1/3 unassigned YES unset administratively down down
Loopback0 10.61.20.1 YES manual up up



Router-2#show frame-relay map
Serial1/0 (up): ip 10.61.12.1 dlci 122(0x7A,0x1CA0), static,
CISCO, status defined, active
Serial1/0.221 (up): point-to-point dlci, dlci 221(0xDD,0x34D0), broadcast
status defined, active
Serial1/0.223 (up): point-to-point dlci, dlci 223(0xDF,0x34F0), broadcast
status defined, active

Comments

  • mikeybinecmikeybinec Member Posts: 484 ■■■□□□□□□□
    I believe you dont static map in a P to P config. **** the mapping out from under your physical interface. a point to point is in one subnet only i.e. a /24 also, where''s the frame relay switch? are you route mapping from interface to interface? I also saw a weird dce clockrate. Unless it's a typo, change it to 64000 or 128000
    Cisco NetAcad Cuyamaca College
    A.S. LAN Management 2010 Grossmont College
    B.S. I.T. Management 2013 National University
Sign In or Register to comment.