•
For the time monthly 23:00 command, the scheduler assumes a start time on the 24th of every month
at 23:00 hours.
The scheduler will not begin the next occurrence of a job before the last one completes. For example, you
have scheduled a job to be completed at one-minute intervals beginning at 22:00; but the job requires two
minutes to complete. The scheduler starts the first job at 22:00, completes it at 22:02, and then observes
a one-minute interval before starting the next job at 22:03.
Note
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Creates a new scheduler and enters schedule configuration
mode for that schedule.
switch(config) # scheduler schedule
name name
Step 2
The name is restricted to 31 characters.
Associates a job with this schedule. You can add multiple
jobs to a schedule.
switch(config-schedule) # job name
name
Step 3
The name is restricted to 31 characters.
Indicates the job starts every day at a designated time,
specified as HH:MM.
switch(config-schedule) # time daily
time
Step 4
Indicates that the job starts on a specified day of the week.switch(config-schedule) # time
weekly [[day-of-week:] HH:] MM
Step 5
The day of the week is represented by an integer (for
example, 1 for Sunday, 2 for Monday) or as an abbreviation
(for example, sun, mon).
The maximum length for the entire argument is 10
characters.
Indicates that the job starts on a specified day each month.switch(config-schedule) # time
monthly [[day-of-month:] HH:] MM
Step 6
If you specify 29, 30, or 31, the job is started on the last
day of each month.
Indicates the job starts periodically.switch(config-schedule) # time start
{now repeat repeat-interval |
delta-time [repeat repeat-interval]}
Step 7
The start-time format is [[[[yyyy:]mmm:]dd:]HH]:MM.
• 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.
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
41
Configuring the Scheduler
Defining a Timetable