Posted by Peter Kurdziel on March 22, 2009
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
Following are some debug commands that are useful when troubleshooting serial and WAN problems. More information about the function and output of each of these commands is provided in the Debug Command Reference publication:
•
debug serial interface—Verifies whether HDLC keepalive packets are incrementing. If they are not, a possible timing problem exists on the interface card or in the network.
•
debug x25 events—Detects X.25 events, such as the opening and closing of switched virtual circuits (SVCs). The resulting cause and diagnostic information is included with the event report.
•
debug lapb—Outputs Link Access Procedure, Balanced (LAPB) or Level 2 X.25 information.
•
debug arp—Indicates whether the router is sending information about or learning about routers (with ARP packets) on the other side of the WAN cloud. Use this command when some nodes on a TCP/IP network are responding, but others are not.
•
debug frame-relay lmi—Obtains Local Management Interface (LMI) information useful for determining whether a Frame Relay switch and a router are sending and receiving LMI packets.
•
debug frame-relay events—Determines whether exchanges are occurring between a router and a Frame Relay switch.
•
debug ppp negotiation—Shows Point-to-Point Protocol (PPP) packets transmitted during PPP startup, where PPP options are negotiated.
•
debug ppp packet—Shows PPP packets being sent and received. This command displays low-level packet dumps.
•
debug ppp errors—Shows PPP errors (such as illegal or malformed frames) associated with PPP connection negotiation and operation.
•
debug ppp chap—Shows PPP Challenge Handshake Authentication Protocol (CHAP) and Password Authentication Protocol (PAP) packet exchanges.
•
debug serial packet—Shows Switched Multimegabit Data Service (SMDS) packets being sent and received. This display also prints error messages to indicate why a packet was not sent or was received erroneously. For SMDS, the command dumps the entire SMDS header and some payload data when an SMDS packet is transmitted or received.
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
|
Input Error Type
(Field Name) |
Possible Problem
|
Solution
|
|---|---|---|
|
CRC errors (CRC) |
CRC errors occur when the CRC calculation does not pass (indicating that data is corrupted) for one of the following reasons: • • • |
1. 2. 3. 4. |
|
CRC errors (CRC) (continued) |
• • |
5. |
|
Framing errors (frame) |
A framing error occurs when a packet does not end on an 8-bit byte boundary for one of the following reasons: • • • • |
1. 2. 3. 4. 5. |
|
Aborted transmission (abort) |
Aborts indicate an illegal sequence of 1 bit (more than seven in a row) The following are possible reasons for this to occur: • • • • • • |
1. 2. 3. 4. 5. 6. |
|
1 ESF = Extended Superframe Format 2 B8ZS = binary eight-zero substitution |
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
If input errors appear in the show interfaces serial output (refer to Figure 15-1), there are several possible sources of those errors. The most likely sources are summarized in Table 15-4.

Note
Any input error value for cyclic redundancy check (CRC) errors, framing errors, or aborts above 1 percent of the total interface traffic suggests some kind of link problem that should be isolated and repaired.
Symptom: Increasing number of input errors in excess of 1 percent of total interface traffic
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
|
Possible Problem
|
Solution
|
|---|---|
|
Input rate exceeds the capacity of the router, or input queues exceed the size of output queues |
Note: Input drop problems are typically seen when traffic is being routed between faster interfaces (such as Ethernet, Token Ring, and FDDI1 ) and serial interfaces. When traffic is light, there is no problem. As traffic rates increase, backups start occurring. Routers drop packets during these congested periods. |
|
Input rate exceeds the capacity of the router, or input queues exceed the size of output queues (continued) |
1. 2. |
|
1 FDDI = Fiber Distributed Data Interface |
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
|
Possible Problem
|
Solution
|
|---|---|
|
Input rate to serial interface exceeds bandwidth available on serial link |
1. |
|
Input rate to serial interface exceeds bandwidth available on serial link (continued) |
2. 3. 4. Note: Output drops are acceptable under certain conditions. For instance, if a link is known to be overused (with no way to remedy the situation), it is often considered preferable to drop packets than to hold them. This is true for protocols that support flow control and can retransmit data (such as TCP/IP and Novell IPX2 ). However, some protocols, such as DECnet and local-area transport, are sensitive to dropped packets and accommodate retransmission poorly, if at all. |
|
1 SAP = Service Advertising Protocol 2 IPX = Internetwork Packet Exchange |
Posted in Other, Troubleshooting | Leave a Comment »
Posted by Peter Kurdziel on March 22, 2009
|
Status Line
Condition |
Possible Problem
|
Solution
|
|---|---|---|
|
Serial x is up, line protocol is up |
— |
This is the proper status line condition. No action is required. |
|
Serial x is down, line protocol is down (DTE1 mode) |
The router is not sensing a CD2 signal (that is, the CD is not active). A telephone company problem has occurred—line is down or is not connected to CSU3 /DSU4 . Cabling is faulty or incorrect. Hardware failure has occurred (CSU/DSU). |
1. 2. 3. 4. 5. 6. |
|
Serial x is up, line protocol is down (DTE mode) |
A local or remote router is misconfigured. Keepalives are not being sent by the remote router. A leased-line or other carrier service problem has occurred (noisy line or misconfigured or failed switch). A timing problem has occurred on the cable (SCTE5 not set on CSU/DSU). A local or remote CSU/DSU has failed. Router hardware (local or remote) has failed. |
1. If the line protocol comes up, a telephone company problem or a failed remote router is the likely problem. 2. 3. 4. |
|
Serial x is up, line protocol is down (DTE mode) (continued) |
Caution: Because debugging output is assigned high priority in the CPU process, it can render the system unusable. For this reason, use debug commands only to troubleshoot specific problems or during troubleshooting sessions with Cisco technical support staff. Moreover, it is best to use debug commands during periods of lower network traffic and fewer users. Debugging during these periods decreases the likelihood that increased debug command processing overhead will affect system use. 5. 6. 7. |
|
|
Serial x is up, line protocol is down (DCE6 mode) |
The clockrate interface configuration command is missing. The DTE device does not support or is not set up for SCTE mode (terminal timing). The remote CSU or DSU has failed. |
1. Syntax: clock rate bps Syntax Description: • |
|
Serial x is up, line protocol is down (DCE mode) (continued) |
The clockrate interface configuration command is missing. The DTE device does not support or is not set up for SCTE mode (terminal timing). The remote CSU or DSU has failed. |
2. 3. 4. 5. |
|
Serial x is up, line protocol is up (looped) |
A loop exists in the circuit. The sequence number in the keepalive packet changes to a random number when a loop is initially detected. If the same random number is returned over the link, a loop exists. |
1. 2. 3. 4. 5. |
|
Serial x is up, line protocol is down (disabled) |
A high error rate has occurred due to a telephone company service problem. A CSU or DSU hardware problem has occurred. Router hardware (interface) is bad. |
1. 2. 3. |
|
Serial x is administrat-ively down, line protocol is down |
The router configuration includes the shutdown interface configuration command. A duplicate IP address exists. |
1. 2. 3. 4. |
|
1 DTE = data terminal equipment 2 CD = carrier detect 3 CSU = channel service unit 4 DSU = digital service unit 5 SCTE = serial clock transmit external 6 DCE = data circuit-terminating equipment or data communications equipment 7 CTS = clear-to-send 8 DSR = data-set ready |
Posted in Other, Uncategorized | Leave a Comment »
Posted by Peter Kurdziel on December 19, 2008
For a limited time configureterminal.com is offering all their stuff for a monthly cancel anytime subscription of $9.99.
I went through the EIGRP section quickly. I liked the tool but have to enter configure terminal was annoying .
I’m looking forward to the working on the other subjects.
Posted in Other, Routing & Switching Lab | Leave a Comment »
Posted by Peter Kurdziel on November 20, 2008
When trying to create a vlan in dynamips.
not enough space on flash to store vlan database even after squeeze Error on database apply 40: NV storage failure sw1(vlan)#
“delete flash:vlan.dat”
squeeze or erase flash
Posted in Other | Leave a Comment »