Specifications
19-26
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 19 Advanced Configuration
Scheduling CLI Commands
DETAILED STEPS
Command or Action Purpose
Step 1
kron schedule [name]
Example:
se-10-0-0-0# kron schedule kron1011
Enters kron schedule configuration mode.
Step 2
description description
Example:
se-10-0-0-0(kron-schedule)# description backup
(Optional) Enters a description for the scheduled kron
job.
Step 3
repeat every {number days |number weeks on day |
number months on day date | number years on month
month} at time time
Example:
se-10-0-0-0(kron-schedule)# repeat every 2 days at
time 10:00
Specifies how often a recurring scheduled kron job
occurs. To configure a one-time kron job, use the
repeat once command. You can also optionally use
one of the other repeat commands listed in the
previous note.
Step 4
start-date date
Example:
se-10-0-0-0(kron-schedule)# start-date 05/30/2009
Specifies the start date for the recurring scheduled
kron job to occur.
Step 5
stop-date date
Example:
se-10-0-0-0(kron-schedule)# stop-date 10/20/2009
Specifies the stop date for the recurring scheduled
kron job to occur.
Step 6
commands delimiter
Example:
se-10-0-0-0(kron-schedule)# commands %
Enter CLI commands to be executed. End with the
character ‘%’. Maximum size is 1024 characters, it
may not contain symbol %.
%show version
show running-config
config t
hostname aaa
%
se-10-0-0-0(kron-schedule)#
Enters an interactive mode where commands in the
the command block can be entered for the scheduled
kron job. Use the delimiter character to delimit the
command block.
Note Any symbol can be a delimiter. The “%”
symbol is shown for example purposes only.
Step 7
exit
Exits kron schedule configuration mode.