PurposeCommand or Action
• delta-time— Specifies the amount of time
to wait after the schedule is configured
before starting a job.
• now— Specifies that the job starts two
minutes from now.
• repeat repeat-interval— Specifies the
frequency at which the job is repeated.
Displays the scheduler information.(Optional) switch(config-schedule) # show
scheduler config
Step 8
Saves the change persistently through reboots
and restarts by copying the running
configuration to the startup configuration.
(Optional) switch(config-schedule) # copy
running-config startup-config
Step 9
Example
This example shows how to define a timetable where jobs start on the 28th of each month at 23:00
hours:
switch# configure terminal
switch(config)# scheduler schedule name weekendbackupqos
switch(config-scheduler)# job name offpeakzoning
switch(config-scheduler)# time monthly 28:23:00
switch(config-scheduler)# copy running-config startup-config
switch(config-scheduler)#
Clearing the Scheduler Log File
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Clears the scheduler log file.switch(config) # clear scheduler logfile
Step 2
Example
This example shows how to clear the scheduler log file:
switch# configure terminal
switch(config)# clear scheduler logfile
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 7.x
86
Configuring the Scheduler
Clearing the Scheduler Log File