Troubleshooting Switch Issues: Ethernet Lans
Troubleshooting Switch Issues: Ethernet Lans
Switch Issues
Ethernet LANs
http://vnexperts.net
ICND1 v1.02-1
http://vnexperts.net
ICND1 v1.02-2
http://vnexperts.net
ICND1 v1.02-3
show interface
SwitchX#show interface fastethernet 0/0
Fastethernet
up,protocol
line protocol
Ethernet
0 is 0/0
up, is
line
is up is up [1]
Hardware is MCI Ethernet, address is aa00.0400.0134 (via 0000.0c00.4369
Internet address is 131.108.1.1, subnet mask is 255.255.255.0
.
.
Output Omitted
.
.
2295197 packets input, 305539992 bytes, 0 no buffer
Received 1925500 broadcasts, 0 runts, 0 giants
input errors,
errors, 33 CRC,
CRC, 00 frame,
frame, 00 overrun,
overrun, 00 ignored,
ignored, 00 abort
abort [2]
33 input
0 input packets with dribble condition detected
3594664 packets output, 436549843 bytes, 0 underruns
88 output
output errors,
errors, [3]
1790 collisions,
collisions, [4]
1790
10 interface resets,
00 restarts
restarts [5]
http://vnexperts.net
ICND1 v1.02-4
Excessive Noise
Suggested steps:
Use the show interface ethernet EXEC command to determine
the status of the device Ethernet interfaces. The presence of
many CRC errors but not many collisions is an indication of
excessive noise.
Inspect the cables for damage.
If you are using 100Base-TX, make sure you are using Category
5 cabling.
http://vnexperts.net
ICND1 v1.02-5
Excessive Collisions
Suggested steps:
Use the show interface ethernet command to check the rate of
collisions. The total number of collisions with respect to the total
number of output packets should be 0.1 percent or less.
Use a time-domain reflectometer (TDR) to find any unterminated
Ethernet cables. A TDR is a device that sends signals through a
network medium to check cable continuity and other attributes.
Look for a jabbering transceiver attached to a host. This might
require host-by-host inspection or the use of a protocol analyzer.
Jabber occurs when a device that is experiencing circuitry or logic
failure continuously sends random (garbage) data.
http://vnexperts.net
ICND1 v1.02-6
Late Collisions
Suggested steps:
Use a protocol analyzer to check for late collisions. Late collisions
should never occur in a properly designed Ethernet network. They
usually occur when Ethernet cables are too long or when there
are too many repeaters in the network.
Verify that the distance between the first and last host on the
segment is within specification.
http://vnexperts.net
ICND1 v1.02-7
http://vnexperts.net
ICND1 v1.02-8
Duplex-Related Issues
Duplex modes:
One end set to full and the other set to half results in a mismatch.
One end set to full and autonegotiation set on the other end:
Autonegotiation fails, and that end reverts to half.
Results in a mismatch.
One end set to half and autonegotiation set on the other:
Autonegotiation fails, and that end reverts to half.
Both ends at half; no mismatch.
Autonegotiation on both ends:
One end fails to full, and the other end fails to half.
Example: A Gigabit Ethernet interface defaults to full, while a
10/100 defaults to half.
Autonegotiation on both ends:
Autonegotiation fails on both ends, and they revert to half.
Both end at half; no mismatch.
http://vnexperts.net
ICND1 v1.02-9
Speed-Related Issues
Duplex modes:
One end set to one speed and the other set to another, resulting
in a mismatch.
One end set to a higher speed and autonegotiation enabled on
the other end.
If autonegotiation fails, the autonegotiation end reverts to its
lowest speed.
Results in a mismatch.
Autonegotiation on both ends:
Autonegotiation fails on both ends, and they revert to their
lowest speed.
Both end at half; no mismatch.
http://vnexperts.net
ICND1 v1.02-10
Configuration Issues
Know what you have before you start.
Hard copy
Text file
TFTP server
Verify changes before you save.
Confirm that the issue was corrected and no new issues were
created.
Save the current configuration.
copy running-config start-config
Secure the configuration.
Password-protect the console.
Password-protect the vty.
Password-protect EXEC mode.
http://vnexperts.net
ICND1 v1.02-11
Summary
Use a layered approach to troubleshooting.
Use the show interface command to troubleshoot these issues:
Media issues
Duplex issues
Speed issues
Keep a copy of configurations and protect the running
configuration.
http://vnexperts.net
ICND1 v1.02-12