System Management 
Basic System Configuration Guide 305
config>system>time# server-address 10.10.0.94 version 1 
preferred interval 100
The following example shows SNTP enabled with the server-address command configured.
A:ALA-12>config>system>time# info
----------------------------------------------
sntp
server-address 10.10.0.94 version 1 preferred interval 100
no shutdown
exit
dst-zone PT start-date 2006/04/04 12:00 end-date 2006/10/25 12:00
zone GMT
----------------------------------------------
A:ALA-12>config>system>time#
CRON
CRON provides various time and date scheduling functions. Configuration notes for the 
CRON schedule are provided below.
Schedule
The schedule function configures the type of schedule to run, including one-time only 
(oneshot), periodic or calendar-based runs. All runs are determined by month, day of month 
or weekday, hour, minute and interval (seconds). If end-time and interval are both configured, 
whichever condition is reached first is applied.
Example: config>system>cron# schedule test2
config>system>cron>sched# day-of-month 17
config>system>cron>sched# end-time 2007/07/17 12:00
config>system>cron>sched# minute 0 15 30 45
config>system>cron>sched# weekday friday
config>system>cron>sched# shut
The following example schedules a script named “test2” to run every 15 minutes on the 17th 
of each month and every Friday until noon on July 17, 2007:
*A:SR-3>config>system>cron# info
----------------------------------------------
schedule "test2"
shutdown
day-of-month 17
minute 0 15 30 45
weekday friday
end-time 2007/07/17 12:00
exit
----------------------------------------------