PurposeCommand or Action
(Optional)
Displays the scheduler information.
switch(config-schedule) # show
scheduler config
Step 8
(Optional)
Saves the change persistently through reboots and restarts
by copying the running configuration to the startup
configuration.
switch(config-schedule) # copy
running-config startup-config
Step 9
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
This example shows how to clear the scheduler log file:
switch# configure terminal
switch(config)# clear scheduler logfile
Disabling the Scheduler
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Disables the scheduler.switch(config) # no feature scheduler
Step 2
(Optional)
Displays the scheduler configuration.
switch(config) # show scheduler config
Step 3
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
42
Configuring the Scheduler
Clearing the Scheduler Log File