13-Network Management and Monitoring CR

HomeSupportResource CenterRoutersH3C SR6600-X Router SeriesH3C SR6600-X Router SeriesTechnical DocumentsReference GuidesCommand ReferencesH3C SR6602-X Routers Command References-R7607-6W10013-Network Management and Monitoring CR
16-GOLD commands
Title Size Download
16-GOLD commands 108.23 KB

GOLD commands

diagnostic event-log size

Use diagnostic event-log size to configure the maximum number of GOLD log entries.

Use undo diagnostic event-log size to restore the default.

Syntax

diagnostic event-log size number

undo diagnostic event-log size

Default

GOLD can save a maximum of 512 log entries.

Views

System view

Predefined user roles

network-admin

Parameters

number: Specifies the maximum number of log entries, in the range of 0 to 1024.

Usage guidelines

If you specify a number smaller than the number of existing log entries, the system automatically deletes the oldest excess entries.

When the number of GOLD log entries exceeds the configured log buffer size, the system automatically deletes the oldest excess entries.

Examples

# Set the maximum number of log entries to 600.

<sysname> system-view

[sysname] diagnostic event-log size 600

diagnostic monitor enable

Use diagnostic monitor enable to enable monitoring diagnostics.

Use undo diagnostic monitor enable to disable monitoring diagnostics.

Syntax

In standalone mode:

diagnostic monitor enable slot slot-number-list [ test test-name ]

undo diagnostic monitor enable slot slot-number-list [ test test-name ]

In IRF mode:

diagnostic monitor enable chassis chassis-number slot slot-number-list [ test test-name ]

undo diagnostic monitor enable chassis chassis-number slot slot-number-list [ test test-name ]

Default

To determine whether a monitoring diagnostic test is enabled by default, execute the display diagnostic content command.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number-list: Specifies the slot number of the device, which is fixed at 0. (In standalone mode.)

chassis chassis-number slot slot-number-list: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number-list argument represents the slot number of the device, which is fixed at 0. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name. If you do not specify a test, the command enables all monitoring diagnostic tests.

Usage guidelines

Monitoring diagnostics enable the system to periodically run diagnostic tests to detect hardware faults and record test results. Monitoring diagnostics execute only non-disruptive tests.

Disruptive diagnostic tests that are being executed affect device operation or even disable certain functions, but non-disruptive diagnostic tests do not.

The system automatically executes enabled monitoring diagnostic tests after the device starts. Use the diagnostic monitor enable command to enable diagnostic tests that are disabled by default.

Examples

# (In standalone mode.) Enable test Monitor0 on slot 0.

<sysname> system-view

[sysname] diagnostic monitor enable slot 0 test Monitor0

# (In IRF mode.) Enable test Monitor0 on slot 0 of IRF member device 2.

<sysname> system-view

[sysname] diagnostic monitor enable chassis 2 slot 0 test Monitor0

Related commands

diagnostic monitor interval

diagnostic monitor interval

Use diagnostic monitor interval to configure an execution interval for monitoring diagnostic tests.

Use undo diagnostic monitor interval to restore the default.

Syntax

In standalone mode:

diagnostic monitor interval slot slot-number-list [ test test-name ] time time

undo diagnostic monitor interval slot slot-number-list [ test test-name ]

In IRF mode:

diagnostic monitor interval chassis chassis-number slot slot-number-list [ test test-name ] time time

undo diagnostic monitor interval chassis chassis-number slot slot-number-list [ test test-name ]

Default

For the default execution interval of a monitoring diagnostic test, execute the display diagnostic content command.

Views

System view

Predefined user roles

network-admin

Parameters

slot slot-number-list: Specifies the slot number of the device, which is fixed at 0. (In standalone mode.)

chassis chassis-number slot slot-number-list: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number-list argument represents the slot number of the device, which is fixed at 0. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name. If you do not specify a test, the command applies to all monitoring diagnostic tests.

time: Sets an execution interval in the form of hh:mm:ss. The value range for the hh argument is 0 to 23. The value range for the mm and ss arguments is both 0 to 59. If you specify only the hh argument, you can omit the mm and ss segments. If you specify only the hh and mm arguments, you can omit the ss segment. For example, to specify 01:00:00, you can enter 1.

Usage guidelines

Use this command to configure the interval at which the system automatically executes enabled monitoring diagnostic tests.

The configured interval cannot be smaller than the minimum execution interval of the tests. Use the display diagnostic content verbose command to view the minimum execution interval of the tests.

Examples

# (In standalone mode.) Set the execution interval to 1 minute for test Monitor0 on slot 0.

<sysname> system-view.

[sysname] diagnostic monitor interval slot 0 test Monitor0 time 00:01:00

# (In IRF mode.) Set the execution interval to 1 minute for test Monitor0 on slot 0 of IRF member device 2.

<sysname> system-view

[sysname] diagnostic monitor interval chassis 2 slot 0 test Monitor0 time 00:01:00

Related commands

diagnostic monitor enable

display diagnostic content

diagnostic ondemand failure

Use diagnostic ondemand failure to set the maximum number of failed on-demand diagnostic tests.

Use undo diagnostic ondemand failure to restore the default.

Syntax

diagnostic ondemand failure failure-number

undo diagnostic ondemand failure

Default

The maximum number of failed on-demand diagnostic tests is not specified.

Views

User view

Predefined user roles

network-admin

Parameters

failure-number: Specifies the maximum number of failed tests, in the range of 1 to 999.

Usage guidelines

After you use the diagnostic ondemand start command to enable on-demand diagnostics, you can stop the diagnostic tests by using any of the following commands:

·     Use the diagnostic ondemand stop command to immediately stop the tests.

·     Use the diagnostic ondemand repeating command to configure the number of executions for the tests. The system stops executing the tests when the threshold is reached.

·     Use the diagnostic ondemand failure command to configure the maximum number of failed tests. The system stops a test when the number of failures reaches the configured threshold and the test is not executed as many times as specified.

Use this command to configure the maximum number of failed tests for diagnostic tests to be enabled. This command does not survive a device reboot.

Examples

# Set the maximum number of failed tests to 5 for all on-demand diagnostic tests.

<sysname> diagnostic ondemand failure 5

Related commands

diagnostic ondemand repeating

diagnostic ondemand start

display diagnostic ondemand configuration

diagnostic ondemand repeating

Use diagnostic ondemand repeating to configure the number of executions for on-demand diagnostic tests.

Use undo diagnostic ondemand repeating to restore the default.

Syntax

diagnostic ondemand repeating repeating-number

undo diagnostic ondemand repeating

Default

The default number of executions is 1.

Views

User view

Predefined user roles

network-admin

Parameters

repeating-number: Specifies the number of executions for on-demand diagnostic tests, in the range of 1 to 999.

Usage guidelines

Use this command to configure the number of executions for diagnostic tests to be enabled. This command does not survive a device reboot.

Do not specify a number smaller than the configured number of failed tests.

Examples

# Set the number of executions to 2 for all on-demand diagnostic tests.

<sysname> diagnostic ondemand repeating 2

Related commands

diagnostic ondemand failure

diagnostic ondemand start

display diagnostic configuration

diagnostic ondemand start

Use diagnostic ondemand start to enable on-demand diagnostics.

Syntax

In standalone mode:

diagnostic ondemand start slot slot-number-list test { non-disruptive | test-name } [ para parameters ]

In IRF mode:

diagnostic ondemand start chassis chassis-number slot slot-number-list test { non-disruptive | test-name } [ para parameters ]

Default

All on-demand diagnostic tests need to be manually enabled.

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number-list: Specifies the slot number of the device, which is fixed at 0. (In standalone mode.)

chassis chassis-number slot slot-number-list: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number-list argument represents the slot number of the device, which is fixed at 0. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name.

test non-disruptive: Specifies all non-disruptive diagnostic tests.

para parameters: Specifies an extended parameter. It is not supported.

Usage guidelines

On-demand diagnostics allow you to manually execute certain diagnostic tests. These tests are known as on-demand diagnostic tests.

You can configure the number of executions and the maximum number of failed tests for on-demand diagnostic tests at the CLI. When either threshold is reached, the system immediately stops executing the tests.

Examples

# (In standalone mode.) Start disruptive diagnostic test Ondemand-disruptive on slot 0.

<sysname> diagnostic ondemand start slot 0 test Ondemand-disruptive

Running test Ondemand-disruptive on slot 0 may disrupt system operation. Continue? [Y/N]:y

# (In IRF mode.) Start disruptive diagnostic test Ondemand-disruptive on slot 0 of IRF member device 1.

<sysname> diagnostic ondemand start chassis 1 slot 0 test Ondemand-disruptive

Running test Ondemand-disruptive on chassis 1 slot 0 may disrupt system operation. Continue? [Y/N]:y

# (In standalone mode.) Start all non-disruptive diagnostic tests on slot 0.

<sysname> diagnostic ondemand start slot 0 test non-disruptive

# (In IRF mode.) Start all non-disruptive diagnostic tests on slot 0 of IRF member device 1.

<sysname> diagnostic ondemand start chassis 1 slot 0 test non-disruptive

Related commands

diagnostic ondemand failure

diagnostic ondemand repeating

diagnostic ondemand stop

Use diagnostic ondemand stop to stop on-demand diagnostic tests.

Syntax

In standalone mode:

diagnostic ondemand stop slot slot-number-list test { non-disruptive | test-name }

In IRF mode:

diagnostic ondemand stop chassis chassis-number slot slot-number-list test { non-disruptive | test-name }

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number-list: Specifies the slot number of the device, which is fixed at 0. (In standalone mode.)

chassis chassis-number slot slot-number-list: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number-list argument represents the slot number of the device, which is fixed at 0. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name.

test non-disruptive: Specifies all non-disruptive diagnostic tests.

Usage guidelines

You can configure the number of executions and the maximum number of failed tests for on-demand diagnostic tests at the CLI. When either threshold is reached, the system immediately stops executing the tests.

Examples

# (In standalone mode.) Stop all non-disruptive diagnostic tests on slot 0.

<sysname> diagnostic ondemand stop slot 0 test non-disruptive

# (In IRF mode.) Stop all non-disruptive diagnostic tests on slot 0 of IRF member device 2.

<sysname> diagnostic ondemand stop chassis 2 slot 0 test non-disruptive

Related commands

diagnostic ondemand failure

diagnostic ondemand repeating

diagnostic simulation

Use diagnostic simulation to simulate diagnostic tests.

Use undo diagnostic simulation to restore the default.

Syntax

In standalone mode:

diagnostic simulation slot slot-number-list test test-name { failure | random-failure | success }

undo diagnostic simulation slot slot-number-list test test-name

In IRF mode:

diagnostic simulation chassis chassis-number slot slot-number-list test test-name { failure | random-failure | success }

undo diagnostic simulation chassis chassis-number slot slot-number-list test test-name

Default

All diagnostic tests are executed instead of simulated.

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number-list: Specifies the slot number of the device, which is fixed at 0. (In standalone mode.)

chassis chassis-number slot slot-number-list: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number-list argument represents the slot number of the device, which is fixed at 0. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name.

failure: Configures the system to generate failure results.

random-failure: Configures the system to randomly generate results.

success: Configures the system to generate success results.

Usage guidelines

Test simulation is used to verify GOLD frame functionality. After you execute this command, the system simulates the specified test if the execution requirements for the test are met. The test is not actually executed and does not trigger hardware correcting actions.

This command only applies to monitoring diagnostic tests and on-demand diagnostic tests.

Examples

# (In standalone mode.) Simulate test Monitor0 as failed on slot 0.

<sysname> diagnostic simulation slot 0 test Monitor0 failure

# (In IRF mode.) Simulate test Monitor0 as failed on slot 0 of IRF member device 1.

<sysname> diagnostic simulation chassis 1 slot 0 test Monitor0 failure

Related commands

display diagnostic simulation

display diagnostic content

Use display diagnostic content to display information about diagnostic tests.

Syntax

In standalone mode:

display diagnostic content [ slot slot-number ] [ verbose ]

In IRF mode:

display diagnostic content [ chassis chassis-number [ slot slot-number ] ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies the slot number of the device, which is fixed at 0. Alternatively, you can execute the command without specifying this option. The command execution results are the same. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the device, which is fixed at 0. If you do not specify an IRF member device, this command displays information about diagnostic tests on the IRF fabric. (In IRF mode.)

verbose: Displays detailed information about diagnostic tests. If you do not specify this keyword, the command displays brief information about the diagnostic tests.

Examples

# (In standalone mode.) Display brief information about all diagnostic tests on slot 0.

<sysname> display diagnostic content slot 0

Diagnostic test suite attributes:

#B/*: Bootup test/NA

#O/*: Ondemand test/NA

#M/*: Monitoring test/NA

#D/*: Disruptive test/Non-disruptive test

#P/*: Per port test/NA

#A/I/*: Monitoring test is active/Monitoring test is inactive/NA

slot 0:

Name                            Attributes             Interval

MemTest                         B*****                 -NA-

Ondemand                        *O****                 -NA-

Ondemand-disruptive             *O*D**                 -NA-

Monitor0                        **M**I                 00:00:20

Monitor1                        **M**A                 01:00:00

Bootup1                         B*****                 -NA-

Bootup2                         B*****                 -NA-

Bootup3                         B*****                 -NA-

Bootup4                         B*****                 -NA-

# (In IRF mode.) Display brief information about all diagnostic tests on slot 0 of IRF member device 1.

<sysname> display diagnostic content chassis 1 slot 0

Diagnostic test suite attributes:

#B/*: Bootup test/NA

#O/*: Ondemand test/NA

#M/*: Monitoring test/NA

#D/*: Disruptive test/Non-disruptive test

#P/*: Per port test/NA

#A/I/*: Monitoring test is active/Monitoring test is inactive/NA

Chassis 1 slot 0:

Name                            Attributes             Interval

MemTest                         B*****                 -NA-

Ondemand                        *O****                 -NA-

Ondemand-disruptive             *O*D**                 -NA-

Monitor0                        **M**I                 00:00:20

Monitor1                        **M**A                 01:00:00

Bootup1                         B*****                 -NA-

Bootup2                         B*****                 -NA-

Bootup3                         B*****                 -NA-

Bootup4                         B*****                 -NA-

# (In standalone mode.) Display detailed information about all diagnostic tests on slot 0.

<sysname> display diagnostic content slot 0 verbose

Diagnostic test suite attributes:

#B/*: Bootup test/NA

#O/*: Ondemand test/NA

#M/*: Monitoring test/NA

#D/*: Disruptive test/Non-disruptive test

#P/*: Per port test/NA

#A/I/*: Monitoring test is active/Monitoring test is inactive/NA

slot 0:

Test name        : MemTest

Test attributes  : B*****

Test interval    : -NA-

Min interval     : -NA-

Correct-action   : .

Description      : Memory Test.

Exec             : -NA-

...

# (In IRF mode.) Display detailed information about all diagnostic tests on slot 0 of IRF member device 1.

<sysname> display diagnostic content chassis 1 slot 0 verbose

Diagnostic test suite attributes:

#B/*: Bootup test/NA

#O/*: Ondemand test/NA

#M/*: Monitoring test/NA

#D/*: Disruptive test/Non-disruptive test

#P/*: Per port test/NA

#A/I/*: Monitoring test is active/Monitoring test is inactive/NA

Chassis 1 slot 0:

Test name        : MemTest

Test attributes  : B*****

Test interval    : -NA-

Min interval     : -NA-

Correct-action   : .

Description      : Memory Test.

Exec             : -NA-

...

Table 1 Command output

Field

Description

B/*

Boot-up (not supported)/Not boot-up.

O/*

On-demand/Not on-demand.

M/*

Monitoring/Not monitoring.

D/*

Disruptive/Non-disruptive.

P/*

Port-related/Not port-related.

A/I/*

Active and monitoring/Inactive and monitoring/Not monitoring.

Test name

Name of the diagnostic test.

Test attributes

Attributes of the diagnostic test. The characters from left to right indicate whether or not the test is on-demand, monitoring, disruptive, port-related, or active. The asterisks (*) indicate that the test does not have the corresponding attributes.

Test interval

Execution interval for the test. If the execution interval for the test is not set, –NA–is displayed.

Min interval

Minimum execution interval for the test. If the test does not have a minimum execution interval, –NA–is displayed.

Correct-action

Correcting action triggered by failure of the test.

Description

Description for the test.

 

display diagnostic event-log

Use display diagnostic event-log to display GOLD log entries.

Syntax

display diagnostic event-log [ error | info ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

error: Displays all error log entries.

info: Displays all log entries except error log entries.

Usage guidelines

If you do not specify the error and info keywords, the command displays all GOLD log entries.

The system records information about test execution in the form of logs. A log entry contains test name, execution time, test result, and failure cause. Log entries are generated for every execution. To reduce the burden of the information center, GOLD logs are not sent to the information center.

GOLD logs are cleared when the device starts or when an active and standby switchover occurs.

Examples

# (In IRF mode.) Display all GOLD log entries.

<sysname> display diagnostic event-log

Event: E_INFO, Wed Jan  7 11:39:53:314 2012, -Chassis=1-Slot=0 TestName->Monitor0, Event_INFO: Result->Success.

Event: E_ERROR, Wed Jan  7 11:39:53:314 2012, -Chassis=1-Slot=0 TestName->Monitor0, Event_INFO: Result->Failure Reason->The port 9 is offline.

# (In IRF mode.) Display all GOLD error log entries.

<sysname> display diagnostic event-log error

Event: E_ERROR, Wed Jan  7 11:39:53:314 2012, -Chassis=1-Slot=0  TestName->Monitor0, Event_INFO: Result->Failure Reason->The port 9 is offline.

# (In IRF mode.) Display all GOLD log entries except error log entries.

<sysname> display diagnostic event-log info

Event: E_INFO, Wed Jan  7 11:39:53:314 2012, -Chassis=1-Slot=0 TestName->Monitor0, Event_INFO: Result->Success.

display diagnostic ondemand configuration

Use display diagnostic ondemand configuration to display configurations of on-demand diagnostic tests.

Syntax

display diagnostic ondemand configuration

Views

Any view

Predefined user roles

network-admin

network-operator

Examples

# Display the number of executions and the number of failed tests configured for on-demand diagnostic tests.

<sysname> display diagnostic ondemand configuration

Maximum test-repeating times: 4

Maximum test-failure times: 1

# Display the number of executions configured for on-demand diagnostic tests.

<sysname> display diagnostic ondemand configuration

Maximum test-repeating times: 4

Maximum test-failure times: Not configured

Related commands

diagnostic ondemand failure

diagnostic ondemand repeating

display diagnostic result

Use display diagnostic result to display test results.

Syntax

In standalone mode:

display diagnostic result [ slot slot-number [ test test-name ] ] [ verbose ]

In IRF mode:

display diagnostic result [ chassis chassis-number [ slot slot-number [ test test-name ] ] ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies the slot number of the device, which is fixed at 0. Alternatively, you can execute the command without specifying this option. The command execution results are the same. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the device, which is fixed at 0. If you do not specify an IRF member device, this command displays test results on the IRF fabric. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name. If you do not specify this option, the command applies to all diagnostic tests.

verbose: Displays detailed test results for diagnostic tests that are enabled or executed. (Statistics are not included.) If you do not specify this parameter, the command displays brief test results for the diagnostic tests.

Examples

# (In standalone mode.) Display brief test results for all diagnostic tests on slot 0.

<sysname> display diagnostic result slot 0

Slot 0:

  Name                            Run count    Failure count    Last result

  Ondemand                        2            0                Success

  Monitor0                        45           14               Failure

# (In IRF mode.) Display brief test results for all diagnostic tests on slot 0 of IRF member device 1.

<sysname> display diagnostic result chassis 1 slot 0

Chassis 1 slot 0

  Name                            Run count    Failure count    Last result

  Ondemand                        2            0                Success

  Monitor0                        45           14               Failure

# (In standalone mode.) Display detailed test results for all diagnostic tests.

<sysname> display diagnostic result verbose

slot 1:

  Test name                : Ondemand

  Total run count          : 2

  Total failure count      : 0

  Consecutive failure count: 0

  Last execution time      : Wed Dec 14 19:13:36 2016

  First failure time       : -NA-

  Last failure time        : -NA-

  Last pass time           : Wed Dec 14 19:13:36 2016

  Last execution result    : Success

  Last failure reason      : -NA-

  Next execution time      : -NA-

  Test name                : Monitor0

  Total run count          : 47

  Total failure count      : 16

  Consecutive failure count: 16

  Last execution time      : Wed Dec 14 19:24:17 2016

  First failure time       : Wed Dec 14 19:19:17 2016

  Last failure time        : Wed Dec 14 19:24:17 2016

  Last pass time           : Wed Dec 14 19:18:57 2016

  Last execution result    : Failure

  Last failure reason      : GOLD Failure Simulative Monitor Test 004(Monitor0)

  Next execution time      : Wed Dec 14 19:24:37 2016

Table 2 Command output

Field

Description

Test name

Name of the test.

Total run count

Total number of executions.

Total failure count

Total number of failed tests.

Consecutive failure count

Number of consecutive failed tests.

Last execution time

Most recent execution time.

First failure time

First failed test time. If no failure occurs, –NA– is displayed.

Last failure time

Most recent failed test time. If no failure occurs, –NA– is displayed.

Last pass time

Most recent success test time. If no success occurs, –NA– is displayed.

Last execution result

Most recent test result.

Last failure reason

Cause for the most recent failed test. If the failed test is simulated, Simulated Test is displayed. If no failure occurs, –NA– is displayed.

Next execution time

Time for the next execution. If the test is a monitoring test, its next execution time is the most recent execution time plus the execution interval. If the test is an on-demand test, –NA– is displayed.

 

display diagnostic result statistics

Use display diagnostic result statistics to display statistics for packet-related diagnostic tests.

Syntax

In standalone mode:

display diagnostic result [ slot slot-number [ test test-name ] ] statistics

In IRF mode:

display diagnostic result [ chassis chassis-number [ slot slot-number [ test test-name ] ] ] statistics

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies the slot number of the device, which is fixed at 0. Alternatively, you can execute the command without specifying this option. The command execution results are the same. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the device, which is fixed at 0. If you do not specify an IRF member device, this command displays statistics for packet-related diagnostic tests on the IRF fabric. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name. If you do not specify this option, the command applies to all packet-related diagnostic tests.

Examples

# (In standalone mode.) Display statistics for test Ondemand on slot 0.

<sysname> display diagnostic result slot 0 test Ondemand statistics

Slot 0:

  Test name: Ondemand

  Port    Packets sent    Packets received   Packets lost

  1       0               0                  0

  2       0               0                  0

  3       0               0                  0

  4       4               4                  0

  5       4               4                  0

  6       4               4                  0

  7       4               4                  0

  8       0               0                  0

# (In IRF mode.) Display statistics for test Ondemand on slot 0 of IRF member device 1.

<sysname> display diagnostic result chassis 1 slot 0 test Ondemand statistics

Chassis 1 slot 0:

  Test name: Ondemand

  Port    Packets sent    Packets received   Packets lost

  1       0               0                  0

  2       0               0                  0

  3       0               0                  0

  4       4               4                  0

  5       4               4                  0

  6       4               4                  0

  7       4               4                  0

  8       0               0                  0

Table 3 Command output

Field

Description

Test name

Name of the test.

Port

Port number.

Packets sent

Number of packets that the device sends.

Packets received

Number of packets that the device receives.

Packets lost

Number of lost packets.

 

display diagnostic simulation

Use display diagnostic simulation to display configurations for simulated diagnostic tests.

Syntax

In standalone mode:

display diagnostic simulation [ slot slot-number ]

In IRF mode:

display diagnostic simulation [ chassis chassis-number [ slot slot-number ] ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

slot slot-number: Specifies the slot number of the device, which is fixed at 0. Alternatively, you can execute the command without specifying this option. The command execution results are the same. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the device, which is fixed at 0. If you do not specify an IRF member device, this command displays configurations for simulated diagnostic tests on the IRF fabric. (In IRF mode.)

Usage guidelines

This command only displays configurations for simulated diagnostic tests. If no simulated diagnostic test exists, no information is displayed.

Examples

# (In standalone mode.) Display configurations for all simulated diagnostic tests on slot 0.

<sysname> diagnostic simulation slot 0 test Monitor0 failure

<sysname> display diagnostic simulation slot 0

Slot 0:

Name                            Mode

Monitor0                       failure

# (In IRF mode.) Display configurations for all simulated diagnostic tests on slot 0 of IRF member device 1.

<sysname> diagnostic simulation chassis 1 slot 0 test Monitor0 failure

<sysname> display diagnostic simulation chassis 1 slot 0

Chassis 1 slot 0:

  Name                            Mode

  Monitor0                       failure

Related commands

diagnostic simulation

reset diagnostic event-log

Use reset diagnostic event-log to clear GOLD logs.

Syntax

reset diagnostic event-log

Views

User view

Predefined user roles

network-admin

Examples

# Clear GOLD logs.

<sysname> reset diagnostic event-log

Related commands

display diagnostic event-log

reset diagnostic result

Use reset diagnostic result to clear test results.

Syntax

In standalone mode:

reset diagnostic result [ slot slot-number [ test test-name ] ]

In IRF mode:

reset diagnostic result [ chassis chassis-number [ slot slot-number [ test test-name ] ] ]

Views

User view

Predefined user roles

network-admin

Parameters

slot slot-number: Specifies the slot number of the device, which is fixed at 0. Alternatively, you can execute the command without specifying this option. The command execution results are the same. (In standalone mode.)

chassis chassis-number slot slot-number: Specifies an IRF member device. The chassis-number argument represents the member ID of the IRF member device. The slot-number argument represents the slot number of the device, which is fixed at 0. If you do not specify an IRF member device, this command clears test results on the IRF fabric. (In IRF mode.)

test test-name: Specifies a test by its name, a case-sensitive character string. You can use the test ? command to verify the value range of the test name. If you do not specify this option, the command applies to all diagnostic tests.

Usage guidelines

This command does not clear the next execution time in detailed test results.

Examples

# (In standalone mode.) Clear test results for test Monitor0 on slot 0.

<sysname> reset diagnostic result slot 0 test Monitor0

# (In IRF mode.) Clear test results for test Monitor0 on slot 0 of IRF member device 1.

<sysname> reset diagnostic result chassis 1 slot 0 test Monitor0

Related commands

display diagnostic result

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网