Establishing A WAN Connection With Frame Relay
Establishing A WAN Connection With Frame Relay
ICND2 v1.08-1
ICND2 v1.08-3
LMI receives locally significant DLCI from the Frame Relay switch. Inverse ARP maps the local DLCI to the remote router network layer address.
2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.08-6
ICND2 v1.08-8
ICND2 v1.08-9
ICND2 v1.08-10
ICND2 v1.08-12
ICND2 v1.08-13
ICND2 v1.08-14
RouterX# show interfaces s0 Serial0 is up, line protocol is up Hardware is HD64570 Internet address is 10.140.1.2/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec) LMI enq sent 19, LMI stat recvd 20, LMI upd recvd 0, DTE LMI up LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0 LMI DLCI 1023 LMI type is CISCO frame relay DTE FR SVC disabled, LAPF state down Broadcast queue 0/64, broadcasts sent/dropped 8/0, interface broadcasts 5 Last input 00:00:02, output 00:00:02, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops <Output omitted>
2007 Cisco Systems, Inc. All rights reserved. ICND2 v1.08-15
RouterX# show frame-relay lmi LMI Statistics for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO Invalid Unnumbered info 0 Invalid Prot Disc 0 Invalid dummy Call Ref 0 Invalid Msg Type 0 Invalid Status Message 0 Invalid Lock Shift 0 Invalid Information ID 0 Invalid Report IE Len 0 Invalid Report Request 0 Invalid Keep IE Len 0 Num Status Enq. Sent 113100 Num Status msgs Rcvd 113100 Num Update Status Rcvd 0 Num Status Timeouts 0
ICND2 v1.08-16
RouterX# show frame-relay pvc 100 PVC Statistics for interface Serial0 (Frame Relay DTE) DLCI = 100, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0
input pkts 28 output pkts 10 in bytes 8398 out bytes 1198 dropped pkts 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 10 out bcast bytes 1198 pvc create time 00:03:46, last time pvc status changed 00:03:47
ICND2 v1.08-18
Clears dynamically created Frame Relay maps, created by using Inverse ARP
RouterX# show frame-relay map Serial0 (up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic, broadcast,, status defined, active RouterX# clear frame-relay-inarp RouterX# show frame map RouterX#
ICND2 v1.08-19
ICND2 v1.08-20
Summary
Frame Relay PVCs are identified with DLCIs, and the status of the PVCs are reported via the LMI protocol. Frame Relay point-to-point subinterfaces require a separate subnet for each PVC, and multipoint subinterfaces share a single subnet with frame relay peers. To display connectivity with the Frame Relay provider, use the show frame-relay lmi command. To display connectivity with the Frame Relay peer, use the show frame-relay pvc and show frame-relay map commands.
ICND2 v1.08-21
ICND2 v1.08-22