Cisco Nexus 9000 Series Configuration Manual page 124

Nx-os system management configuration guide, release 6.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Defining a Timetable
Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Cisco Nexus 9000 Series NX-OS System Management Configuration Guide, Release 6.x
104
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
scheduler schedule name string
Example:
switch(config)# scheduler schedule
name weekendbackupqos
switch(config-schedule)#
job name string
Example:
switch(config-schedule)# job name
offpeakZoning
time daily time
Example:
switch(config-schedule)# time daily
23:00
time weekly [[dow:]HH:]MM
Example:
switch(config-schedule)# time weekly
Sun:23:00
time monthly [[dm:]HH:]MM
Example:
switch(config-schedule)# time
monthly 28:23:00
time start {now repeat repeat-interval |
delta-time [repeat repeat-interval]}
Example:
switch(config-schedule)# time start
now repeat 48:00
Purpose
Enters global configuration mode.
Creates a new schedule and places you in schedule
configuration mode for that schedule.
Associates a job with this schedule. You can add
multiple jobs to a schedule.
Indicates the job starts every day at a designated time
specified as HH:MM.
Indicates that the job starts on a specified day of the
week.
Day of the week (dow) specified as one of the
following:
• An integer such as 1 = Sunday, 2 = Monday,
and so on.
• An abbreviation such as Sun = Sunday.
The maximum length for the entire argument is 10.
Indicates the job starts on a specified day each month
(dm). If you specify either 29, 30, or 31, the job is
started on the last day of each month.
Indicates the job starts periodically.
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 now.
Configuring the Scheduler

Advertisement

Table of Contents
loading

Table of Contents