Specifications

18-4
System Management Software Configuration Guide for Cisco IE 2000U and Connected Grid Switches
Chapter 18 Configuring Online Diagnostics
Configuring Online Diagnostics
Use the no diagnostic schedule test {name | test-id | test-id-range | all | basic | non-disruptive} {daily
hh:mm | on mm dd yyyy hh:mm | weekly day-of-week hh:mm} global configuration command to remove
the scheduled tests.
EXAMPLE
This example shows how to schedule diagnostic testing for a specific day and time and verify the schedule:
Switch(config)# diagnostic schedule test 1 on Dec 4 2013 10:22
Switch(config)# end
Switch# show diagnostic schedule
Current Time = 10:21:24 UTC Thu Dec 4 2013
Diagnostic:
Schedule #1:
To be run on December 4 2013 10:22
Test ID(s) to be executed: 1.
At the scheduled time, the switch runs the test:
Switch# #
Dec 4 10:21:59.492: %DIAG-6-SCHED_RUNNING: : Performing Scheduled Online Diagnostic...
Dec 4 10:21:59.492: %DIAG-6-TEST_RUNNING: : Running TestPortAsicStackPortLoopback{ID=1}
..
Dec 4 10:22:00.498: %DIAG-6-TEST_OK: : TestPortAsicStackPortLoopback{ID=1} has completed
successfully
Dec 4 10:22:00.498: %DIAG-6-SCHED_COMPLETE: : Scheduled Online Diagnostic is completed
Configuring Health-Monitoring Diagnostics
You can configure health-monitoring diagnostic testing while a switch is connected to a live network.
You can configure the execution interval for each health-monitoring test, enable the switch to generate
a syslog message because of a test failure, and enable a specific test.
By default, health monitoring is disabled. When enabled, the switch generates a syslog message when a
test fails.
BEFORE YOU BEGIN
Review the “Information About Online Diagnostics” section on page 18-1 and “Guidelines and
Limitations” section on page 18-2.
Step 3
show diagnostic {content | schedule} Verify the configured online diagnostic tests and schedule.
Enter show diagnostic content to display the
configured online diagnostics.
Enter show diagnostic schedule to display the online
diagnostics test schedule.
Step 4
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose