247
Parameters
time
: Specifies the schedule execution time in the format
hh:mm
, where
hh
is in the range of 0 to 23, and
mm
is in the range of 0 to 59.
date
: Specifies the schedule execution date in the format
MM/DD/YYYY
or
YYYY/MM/DD
. The
YYYY
value is in the range of 2000 to 2035, the
MM
value is in the range of 1 to 12, and the
value range for
DD
depends on the month value.
Usage guidelines
The specified time (date plus time) must be later than the current system time.
The
time at
command, the
time once
command, and the
time repeating
command
overwrite one another.
The most recently configured command takes effect.
Examples
# Configure the device to execute schedule
saveconfig
at 01:01 a.m. on May 11, 2011.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time at 1:1 2011/05/11
Related commands
scheduler schedule
time once
Use
time once
to specify one or more execution days and the execution time for a one-time schedule.
Use
undo time
to remove the execution time configuration for a schedule.
Syntax
time
once
at
time
[
month-date
month-day
|
week-day
week-day
&<1-7>
]
time once delay
time
undo time
Default
No execution time or day is specified for a schedule.
Views
Schedule view
Predefined user roles
network-admin
Parameters
at
time
: Specifies the execution time in the format
hh:mm
, where
hh
is in the range of 0 to 23, and
mm
is in the range of 0 to 59.
month-date
month-day
: Specifies a day in the current month, in the range of 1 to 31. If you specify a day
that does not exist in the current month, the configuration takes effect on that day in the next month.
week-day
week-day
&<1-7>: Specifies one or more week days for the schedule. Valid values include
Mon
,
Tue
,
Wed
,
Thu
,
Fri
,
Sat
, and
Sun
. <1-7> means that you can specify 1 to 7 week days. To specify
multiple week days, separate the values with spaces.