01-14-2019 10:56 AM
Hi -
I'm trying to use the cable diagnostics but running into the error:
TDR is not applicable to this port!
The commands I've tried are "phy cable-diagnostics tdr 1/1/24" (for eth int 1/1/24)
and "show cable-diagnostics tdr 1/1/24" but no luck.
Does TDR have to be enabled on the switch / port before you can use it?
Thanks,
Tommy01-14-2019 12:30 PM
01-14-2019 01:09 PM
01-15-2019 01:21 PM
To display the results of the cable analysis, enter a command such as the one shown in the following examples at the Privileged EXEC level of the CLI.
In the first example, the command displays TDR test results for port 1, slot 1 on device 1 in the stack. The results indicate that the port is down or the cable is not connected.
device>show cable-diagnostics tdr 1/1/1 Port Speed Local pair Pair Length Remote pair Pair status --------- ----- ---------- ----------- ----------- ----------- -- ----- ------- ----- ------ ---------- 01 UNKWN Pair A <=3 M Open Pair B <=3 M Open Pair C <=3 M Open Pair D <=3 M Open
In the second test example, the TDR test results for the same port show details for an active port.
device>show cable-diagnostics tdr 1/1/1 Port Speed Local pair Pair Length Remote pair Pair status --------- ----- ---------- ----------- ----------- ----------- 01 1000M Pair A <50M Pair B Terminated Pair B <50M Pair A Terminated Pair C <50M Pair D Terminated Pair D <50M Pair C Terminated
Syntax: show cable-diagnostics tdr stackid/slot/port
In the output shown, "Local pair" indicates the assignment of wire pairs from left to right, where Pair A is the left-most pair. The following table shows the "Local pair" mapping to the T568A pin/pair and color assignment from the TIA/EIA-568-B standard.
There is a known defect FI-190238 to be fixed in 8030T code ETA is around January 31st 2019.
01-15-2019 01:44 PM