absolute
Use the absolute Time-range Configuration mode command to specify an absolute time when a time range is in effect.
Use the no form of this command to remove the time limitation.
Syntax
absolute (end | start) HH:MM (jan | feb | mar | apr | may | jun | jul | aug | sep | oct | nov | dec) <1-31> <2000-2037>
Parameters
start—Absolute time and date that the permit or deny statement of the associated function going into effect. If no start time and date are specified, the function is in effect immediately.
end—Absolute time and date that the permit or deny statement of the associated function is no longer in effect. If no end time and date are specified, the function is in effect indefinitely.
hh:mm—Time in hours and minutes
day—Day in the month.
month—Month
year—Year
Default Configuration
No default is defined.
Command Mode
Global Configuration mode
User Guidelines
Use the absolute command to set the absolute time of time range.
Use the no form of this command to remove start or end time.
You can verify your setting by entering the show time-range Privileged EXEC command.
Example
The following example shows how to set absolute time:
switchxxxxxx(config)#loopback-detection enable
switchxxxxxx (config)# time-range test
switchxxxxxx (config-time-range)# absolute start 09:00 feb 01 2015
switchxxxxxx (config-time-range)# absolute end 18:00 oct 31 2015
switchxxxxxx (config-time-range)# do show time-range test
time-range entry: test (active)
absolute start 09:00 feb 1 2015
absolute end 18:00 oct 31 2015
switchxxxxxx (config-time-range)# no absolute start
switchxxxxxx (config-time-range)# do show time-range test
time-range entry: test (active)
absolute end 18:00 oct 31 2015