Description
: This is a basic lab exercise on frame-relay which showcases on
frame-relay connection and show commands associated to frame-relay.
Instructions:
1.
Configure Frame-Relay on R1 Serial 0 interface to an IP Address of
192.168.100.1 255.255.255.0 and enable the interface. Use frame-relay map
statements for static mapping and use ANSI as its LMI type
2. Configure Frame-Relay on R2
Serial 0 interface to an IP Address of 192.168.100.2 255.255.255.0 and
enable the interface. Use frame-relay map statements for static mapping
and use ANSI as its LMI type
3. Use show interfaces serial
0 command on R1 and R2 in order to check that the routers are successfully
connected to their frame-relay network. See that in the output, the
encapsulation type is Frame-Relay
4. Issue show frame-relay map
command on R1 and R2 which displays the mappings of local DLCIs to remote
IP Addresses
5. Issue show frame-relay lmi
command on R1 which displays the Local Management Interface statistics
6. Issue show frame-relay pvc
<dlci-num> command on R1 and R2 which displays the permanent virtual
circuit (PVC) mappings for the router.
7. Ping from R2 to R1 and
check connectivity
Note: Please refer to the CertExams.com Network Simulator software for complete lab with commands.