Cisco cable-diagnostics with TDR
Some Cisco switches have a way to check the condition of copper cables. This can be done via de command test cable-diagnostics tdr. TDR stands for Time Domain Reflector. More information about Time Domain Reflector can be found at the Cisco Support Community.
The command can be very useful for basic layer 1 troubleshooting.
core01#test cable-diagnostics tdr int gig 5/0/21
TDR test started on interface Gi5/0/21
A TDR test can take a few seconds to run on an interface
Use ‘show cable-diagnostics tdr’ to read the TDR results.
core01#show cabl
core01#show cable-diagnostics tdr int gig 5/0/21
TDR test last run on: August 26 10:10:28Interface Speed Local pair Pair length Remote pair Pair status
——— —– ———- —————— ———– ——————–
Gi5/0/21 1000M Pair A 5 +/- 10 meters Pair A Normal
Pair B 4 +/- 10 meters Pair B Normal
Pair C 4 +/- 10 meters Pair C Normal
Pair D 4 +/- 10 meters Pair D Normal
The output above shows a successful measurement. The next example shows a failing cable-diagnostics test.
core01#test cable-diagnostics tdr interface gigabitEthernet 5/0/22
Link state may be affected during TDR test
TDR test started on interface Gi5/0/22
A TDR test can take a few seconds to run on an interface
Use ‘show cable-diagnostics tdr’ to read the TDR results.
core01#show cable-diagnostics tdr interface gig 5/0/22
TDR test last run on: August 26 10:04:43Interface Speed Local pair Pair length Remote pair Pair status
——— —– ———- —————— ———– ——————–
Gi5/0/22 100M Pair A N/A Pair B Normal
Pair B N/A Pair A Fail
Pair C N/A Pair D Normal
Pair D N/A Pair C Normal
René Jorissen
Latest posts by René Jorissen (see all)
- MacOS Big Sur and SSLKEYFILELOG - November 23, 2021
- ClearPass, Azure AD, SSO and Object ID - August 12, 2021
- ClearPass – custom MPSK - July 20, 2021