Datasheet
Lab – Troubleshooting Basic Frame Relay
© 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 4 of 16
password cisco
login
end
Frame Relay Switch (router FR) Configuration:
hostname FR
frame-relay switching
interface Serial0/0/0
no ip address
encapsulation frame-relay
frame-relay intf-type dce
frame-relay route 101 interface Serial0/0/1 201
no shutdown
interface Serial0/0/1
no ip address
encapsulation frame-relay
clock rate 2000000
frame-relay intf-type dce
frame-relay route 201 interface Serial0/0/0 101
no shutdown
end
Step 4: Save your configuration.
Part 2: Troubleshoot Layer 3 Connectivity
In Part 2, you will verify that Layer 3 connectivity is established on all interfaces. You will need to test IPv4
connectivity for all device interfaces.
Step 1: Verify that the interfaces listed in the Addressing Table are active and configured with
the correct IP address information.
a. Issue the show ip interface brief command on R1 and R3 to verify that the interfaces are in an up/up
state.
R1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 192.168.1.1 YES manual administratively down down
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 10.1.1.5 YES manual up up
Serial0/0/1 unassigned YES unset administratively down down
R3# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively down down
GigabitEthernet0/0 192.168.30.1 YES manual up up
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 unassigned YES unset administratively down down