The time-range command sets a time range.
The undo time-range command deletes a time range.
By default, no time range is set.
time-range time-name { start-time to end-time { days } &<1-7> | from time1 date1 [ to time2 date2 ] }
undo time-range time-name [ start-time to end-time { days } &<1-7> | from time1 date1 [ to time2 date2 ] ]
Parameter |
Description |
Value |
---|---|---|
time-name |
Specifies the name of a time range. |
The value is a string of case-sensitive characters without spaces and must begin with a letter. The value ranges from 1 to 32. To avoid confusion, do not use "all" as the name of a time range. |
start-time |
Specify the start time of a time range. |
The format is hh:mm.
|
end-time |
Specify the end time of a time range. |
The format is hh:mm.
|
days |
Specifies the date on which the time range takes effect. |
The value can be one of the following:
|
from time1 date1 |
Specifies the time for the time range to take effect. |
time1 is in the format of hh:mm.
|
to time2 date2 |
Specifies the end of a time range. |
The formats time2 and date2 are the same as those of the start time. The end time must be later than the start time. If the end time is not set, the device takes the maximum value allowed by the system. |
Usage Scenario
If some services or functions need to be started at intervals or periodically, you can run the time-range command to set the time range. When configuring ACL or ACL6 rules, you can reference the names of time ranges.
Precautions
There may be a time difference of no more than 10 seconds between the configured time range and the time range that actually takes effect.
# Set a time range named test that takes effect from 2010-01-01 00:00 to 2010-12-31 23:59.
<HUAWEI> system-view [HUAWEI] time-range test from 0:0 2010/1/1 to 23:59 2010/12/31
# Set a time range named test that takes effect at 8:00-18:00 from Monday to Friday.
<HUAWEI> system-view [HUAWEI] time-range test 8:00 to 18:00 working-day
# Set a time range named test that takes effect from 14:00 to 18:00 on every Saturday and Sunday.
<HUAWEI> system-view [HUAWEI] time-range test 14:00 to 18:00 off-day