Specifications
18-6
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 18 Configuring Online Diagnostics
Running Online Diagnostic Tests
To disable diagnostic testing and return to the default settings, use these commands:
• To disable online diagnostic testing, use the no diagnostic monitor test {name | test-id |
test-id-range | all} global configuration command.
• To return to the default health-monitoring interval, use the no diagnostic monitor interval test
{name | test-id | test-id-range | all} global configuration command.
• To configure the switch to not generate a syslog message when the health-monitoring test fails, use
the no diagnostic monitor syslog global configuration command.
• To return to the default failure threshold, use the no diagnostic monitor threshold test {name |
test-id | test-id-range | all} failure count count global configuration command.
EXAMPLE
This example shows how to configure a health-monitoring test:
Switch(config)# diagnostic monitor threshold test 1 failure count 50
Switch(config)# diagnostic monitor interval test TestPortAsicRingLoopback
Running Online Diagnostic Tests
After you configure online diagnostics, you can manually start diagnostic tests or display the test results.
You can also see the tests configured for the switch and the tests that have already run.
• Starting Online Diagnostic Tests, page 18-7
• Displaying Online Diagnostic Tests and Results, page 18-8
Step 5
diagnostic monitor test {name
| test-id | test-id-range | all}
Enable the specified health-monitoring tests.
Specify the tests by using one of these parameters:
• name—Name of the test that appears in the show diagnostic
content command output. See Table 18-1.
• test-id—ID number of the test that appears in the show
diagnostic content command output. See Table 18-1.
• test-id-range—ID numbers of the tests that appear in the show
diagnostic content command output.
• all—All of the diagnostic tests.
Step 6
end Return to privileged EXEC mode.
Step 7
show diagnostic {content |
post | result | schedule | status
| switch}
Display the online diagnostic test results and the supported test
suites. See the “Displaying Online Diagnostic Tests and Results”
section on page 18-8 for more information.
Step 8
show running-config Verify your entries.
Step 9
copy running-config
startup-config
(Optional) Save your entries in the configuration file.
Command Purpose