8-5
Cisco Content Services Switch Administration Guide
OL-5647-02
Chapter 8 Using the CSS Scripting Language
Using the Command Scheduler
Showing Configured Command Scheduler Records
Use the
show cmd-sched
command to display the state of the command scheduler
and information about the records for the scheduled CLI commands. The syntax
and options are:
•
show cmd-sched
- Lists the state of the command scheduler and all scheduled
CLI command records
•
show cmd-sched name
record_name
- Lists information about the specified
scheduled CLI command record
To view the command scheduler state and all scheduled CLI command records,
enter:
(config)#
show cmd-sched
Table 8-1
describes the fields in the
show cmd-sched
command output.
Table 8-1
Field Descriptions for the show cmd-sched Command
Field
Description
Cmd Scheduler
State of the command scheduler (enabled or disabled) and
the number of configured records.
Sched Rec
The name of the configuration record.
Id
The ID for the record.
Next exec
The date and time the record will be executed.
Executions
How many times the record has executed.
MinList
The configured minute of the hour to execute the command.
HourList
The configured hour of the day to execute the command.
DayList
The configured day of the month to execute the command.
monthList
The configured month of the year to execute the command.
WeekdayList
The configured day of the week to execute the command.
Sunday is 1.
Cmd
The commands you want to execute. Separate multiple
commands with a ; (semicolon) character.