R0106-HP MSR Router Series Fundamentals Command Reference(V7)

255
Parameters
time: Specifies the schedule execution time in the format hh:mm. The hh value is in the range of 0 to 23.
The mm value 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. The value range for DD
varies by month.
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, 2013.
<Sysname> system-view
[Sysname] scheduler schedule saveconfig
[Sysname-schedule-saveconfig] time at 1:1 2013/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. The value hh value is in the range of 0 to 23.
The mm value 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 a space-separated list of up to seven week days for the schedule.
Valid values include Mon, Tue, Wed, Thu, Fri, Sat, and Sun.