Common Configuration Tasks
Page 194 7210 SAS M, X Basic System Configuration Guide
Time Range
ACLs and QoS policy configurations may be enhanced to support time based matching. CRON
configuration includes time matching with the 'schedule' sub-command. Schedules are based on
events; time-range defines an end-time and will be used as a match criteria.
Time range elements include:
• Create on page 194
• Absolute on page 194
• Daily on page 195
• Weekdays on page 196
• Weekend on page 196
• Weekly on page 197
Create
Use this command to enable the time-range context.
The following example creates a time-range called test1.
CLI Syntax: config>cron>
time-range name create
Example
: config>cron# time-range test1 create
config>cron>time-range$
Absolute
The absolute command configures a start and end time that will not repeat.
CLI Syntax: config>cron>time-range$
absolute absolute-time end absolute-time
Example
: config>cron>time-range$ absolute start 2006/05/05,11:00 end
2006/05/06,11:01
config>cron>time-range$