show selftest

Syntax

show selftest [brief] [vsx-peer]
show selftest line-module <SLOT-ID>
show selftest line-module <SLOT-ID> interface [brief] [vsx-peer]
show selftest interface [<PORT-NUM>] [vsx-peer]

For 8400 and 6400 switches only:

show selftest {line-module | fabric-module} [<SLOT-ID>] [brief] [vsx-peer]

Description

Displays selftest results.

Command context

Manager (#)

Parameters

[brief]
Shows the selftest results as a brief description. Default.
line-module

Shows the selftest results for a line module.

fabric-module

Shows the selftest results for a fabric module. Applicable only for 8400 and 6400 switches.

<SLOT-ID>
Shows the selftest results for the slot ID of the line or fabric module.
<PORT-NUM>
Shows the selftest results for the port number.
[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

Displaying the output when fastboot is disabled on an 8400 or a 6400 switch:

switch# show selftest
Name       Id   Status         ErrorCode  LastRunTime
---------- ---- -------------- ---------- -------------------
LineModule 1/1  passed         0x0       2016-10-15 10:10:09
LineModule 1/2  failed         0x09      2016-10-15 10:10:56
Fabric 1/1      passed         0x0       2016-10-15 10:10:09
Fabric 1/2      failed         0x1E      2016-10-15 10:10:56

switch# show selftest line-module
Name       Id   Status         ErrorCode LastRunTime
---------- ---- -------------- --------- -------------------
LineModule 1/1  passed         0x0       2016-10-15 10:10:09
LineModule 1/2  failed         0x09      2016-10-15 10:10:56

switch# show selftest fabric-module
Name   Id       Status         ErrorCode LastRunTime
------ -------- -------------- --------- -------------------
Fabric 1/1      passed         0x0       2016-10-15 10:10:09
Fabric 1/2      failed         0x1E      2016-10-15 10:10:56

switch# show selftest fabric-module 1/2
Name   Id       Status         ErrorCode LastRunTime
------ -------- -------------- --------- -------------------
Fabric 1/2      failed         0x11      2016-10-15 10:10:56

switch# show selftest line-module 1/10
Name       Id   Status         ErrorCode LastRunTime
---------- ---- -------------- --------- -------------------
LineModule 1/10 failed         0x1A      2016-10-15 10:10:56

switch# show selftest interface 1/2/2
Name    Status         ErrorCode LastRunTime
------- -------------- --------- -------------------
1/2/2   passed         0x0       2016-11-19 05:10:11

switch# show selftest line-module 1/3 interface
Name    Status         ErrorCode LastRunTime
------- -------------- --------- -------------------
1/3/1   passed         0x0       2016-11-19 05:10:11
1/3/2   passed         0x0       2016-11-19 05:10:11
1/3/3   passed         0x0       2016-11-19 05:10:11
1/3/31  failed         0x20      2016-11-19 05:10:11

Displaying the output when fastboot is enabled on an 8400 switch:

switch# show selftest
Name       Id   Status         ErrorCode  LastRunTime
---------- ---- -------------- ---------- -------------------
LineModule 1/1  skipped        0x0
LineModule 1/2  skipped        0x0
Fabric     1/1  skipped        0x0
Fabric     1/2  skipped        0x0

switch# show selftest line-module
Name       Id   Status         ErrorCode LastRunTime
---------- ---- -------------- --------- -------------------
LineModule 1/1  skipped        0x0
LineModule 1/2  skipped        0x0

switch# show selftest fabric-module
Name       Id   Status         ErrorCode  LastRunTime
---------- ---- -------------- ---------- -------------------
Fabric     1/1  skipped        0x0
Fabric     1/2  skipped        0x0
Fabric     1/3  skipped        0x0

switch# show selftest fabric-module 1/2
Name   Id       Status         ErrorCode LastRunTime
------ -------- -------------- --------- -------------------
Fabric 1/2      skipped        0x0

switch# show selftest line-module 1/10
Name       Id   Status         ErrorCode LastRunTime
---------- ---- -------------- --------- -------------------
LineModule 1/10 skipped        0x0

Displaying the output when fastboot is enabled:

switch# show selftest interface 1/1/2
Name    Status         ErrorCode LastRunTime
------- -------------- --------- -------------------
1/1/2   skipped        0x0

switch# show selftest line-module 1/1 interface
Name    Status         ErrorCode LastRunTime
------- -------------- --------- -------------------
1/1/1   skipped        0x0
1/1/2   skipped        0x0
1/1/3   skipped        0x0
1/1/31  skipped        0x0

Displaying the output when fastboot is disabled: