| ccnaguru.com | CCNA Articles | CCNA - CCNP Articles | CCNP Articles | Network+ | CCNA Training - CCNP Training Exams | ||
| Cisco CCNP CIT Exam Training: Troubleshooting Frame Relay | ||
The most common Frame debug you'll ever run is debug frame lmi, which shows you the yourseen and myseq values. If yourseen is incrementing and myseq isn't, there's a keepalive issue. R1#debug frame lmi *Mar 1 04:00:12.794: Serial0/0(out): StEnq, myseq 106, yourseen 103, DTE up show frame lmi will also indicate LMI issues via the Num Status Timeouts value. If that's incrementing, there's a keepalive issue. R1#show frame lmi LMI Statistics for interface Serial0/0 (Frame Relay DTE) LMI TYPE = ANSI show frame map is probably the first frame troubleshooting command you should run. R1#show frame map show frame pvc contains valuable information regarding the number of BECNs, FECNs, and packets with the DE bit set that the router has seen, both incoming and outgoing. R1#show frame pvc PVC Statistics for interface Serial0/0 (Frame Relay DTE) Active Inactive Deleted Static DLCI = 102, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0 input pkts 25 output pkts 25 in bytes 2600 show interface indicates the frame encapsulation type that's running. The first readout below is from a router running Cisco frame encap; the second is from a router running the industry standard, IETF. You also see the LMIs sent and received, along with the LMI type and DLCI number in use. The keepalive timer is also shown. R1#show interface s0/0 R1#show int serial 0/0 Speaking of the keepalive value, it can be changed with the keepalive command. R1(config)#int serial0/0 The split horizon commands aren't used exclusively in Frame Relay configurations, but they do crop up in Frame configs - it's a good idea to know how and when to use them! R1(config)#interface serial0 R1(config)#interface serial0 To your success, Chris Bryant CCIE #12933 |
||
| Copyright © 2007 WWW.CCNAGURU.COM All rights reserved | ||