Task 1:
For reference information on configuring hostnames and addresses, please refer to:
Lab 26 Configuration and Verification Task 1
Task 2:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int s1/0
R1(config-if)#encapsulation frame-relay ietf
R1(config-if)#frame-relay lmi-type ansi
R1(config-if)#end
R1#
R1#sh int s1/0
Serial0/0 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 172.16.1.1/26
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation FRAME-RELAY IETF, loopback not set
Keepalive set (10 sec)
LMI enq sent 178, LMI stat recvd 135, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 0 LMI type is ANSI Annex D frame relay DTE
R2#configure t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#interface serial 0/0
R2(config-if)#encap frame-relay ietf
R2(config-if)#frame-relay lmi-type ansi
R2(config-if)#^Z
R2#
R2#show interfaces serial 0/0
Serial0/0 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 172.16.1.2/26
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation FRAME-RELAY IETF, loopback not set
Keepalive set (10 sec)
LMI enq sent 153, LMI stat recvd 119, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 0 LMI type is ANSI Annex D frame relay DTE
| NOTE: When IETF Frame Relay has been configured on a Frame Relay interface, the encapsulation type will show up as Encapsulation FRAME-RELAY IETF. In the same regard, when ANSI LMI signaling has been configured on a Frame Relay interface, the LMI type will show up as LMI type is ANSI Annex D. It is also important to note that while the CISCO LMI DLCI is 0, the ANSI (or Q933A) LMI DLCI will always be 0 as shown by the line LMI DLCI 0. Pay attention to these fields for the exam and in the real world. Not everyone will be using Cisco manufactured Frame Relay switches! |
| Active | Inactive | Deleted | Static | |
| Local | 0 | 1 | 0 | 0 |
| Switched | 0 | 0 | 0 | 0 |
| Unused | 0 | 0 | 0 | 0 |
DLCI = 111, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0
input pkts 246 output pkts 235 in bytes 12591
out bytes 11266 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 0
in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
out BECN pkts 0 in DE pkts 0 out DE pkts 0
out bcast pkts 3 out bcast bytes 98
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 00:27:41, last time pvc status changed 00:05:51
R2#show frame-relay pvc
PVC Statistics for interface Serial0/0 (Frame Relay DTE)
| Active | Inactive | Deleted | Static | |
| Local | 0 | 1 | 0 | 0 |
| Switched | 0 | 0 | 0 | 0 |
| Unused | 0 | 0 | 0 | 0 |
DLCI = 222, DLCI USAGE = LOCAL, PVC STATUS = INACTIVE, INTERFACE = Serial0/0
input pkts 236 output pkts 244 in bytes 11296
out bytes 12527 dropped pkts 0 in pkts dropped 0
out pkts dropped 0 out bytes dropped 0
in FECN pkts 0 in BECN pkts 0 out FECN pkts 0
out BECN pkts 0 in DE pkts 0 out DE pkts 0
out bcast pkts 2 out bcast bytes 64
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
pvc create time 00:26:18, last time pvc status changed 00:05:58