248
delay
time
: Specifies the delay time for executing the schedule, in the format
hh:mm
or
mm
. This
argument can contain up to 6 characters. When in the format
hh:mm
,
mm
must be in the range of 0 to
59.
Usage guidelines
After you specify an execution day and time for a schedule, the schedule will be executed once at the
specified time point or each specified time point. If the specified time, the specified day in the month, or
the specified day in a week is already past, the schedule will be executed at the specified time next day,
the specified day in the next month, or the specified day in the next week.
The
time at
command, the
time once
command, and the
time repeating
command
overwrite one another,
whichever is configured most recently takes effect.
Examples
# Configure the device to execute schedule
saveconfig
once at 15:00.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time once at 15:00
Schedule starts at 15:00 5/11/2011.
# Configure the device to execute schedule
saveconfig
once at 15:00 on the coming 15th day in a
month.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time once at 15:00 month-date 15
# Configure the device to execute schedule
saveconfig
at 12:00 p.m. on the coming Monday and Friday.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time once at 12:00 week-day mon fri
# Configure the device to execute schedule
saveconfig
after 10 minutes.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time once delay 10
Related commands
scheduler schedule
time repeating
Use
time repeating
to specify an execution time table for a periodic schedule.
Use
undo time
to remove the execution time configuration for a schedule.
Syntax
time repeating
[
at
time
[
date
] ]
interval
interval-time
time
repeating at
time
[
month-date
[
month-day
|
last
] |
week-day
week-day
&<1-7> ]
undo time
Default
No execution time table is specified for a schedule.