Specifications
3-648
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config-preposition) schedule
(config-preposition) schedule
To set the schedule for starting a preposition task, use the schedule preposition configuration command.
schedule {now |
daily time |
date date time |
weekly {dayname [dayname]...} time time |
monthly {week-day dayname weeknumber time time | {day day [day]...} } time time}
Syntax Description
Defaults now
Command Modes preposition configuration mode
Device Modes application-accelerator
Examples The following example shows how to set the preposition task to run daily at 11:30 p.m.:
WAE(config)# accelerator cifs preposition 3
WAE(config-preposition)# schedule daily 23 30 00
now Specifies that prepositioning occurs within a few minutes of submitting the
schedule.
daily time Specifies that prepositioning occurs daily at the defined time at which to run
the prepositioning task, in the following format: hh:mm, where hh is the
hour (00–23) and mm is the minutes (00–59).
Hours are in 24-hour format, as in the following example: 23:01
date date time Specifies that prepositioning occurs at the defined time and date at which to
run the prepositioning task, in the following format: DD:MM:YYYY, where
DD is the day (01–31), MM is the month (01–12), and YYYY is the year
(1993–2035). The time is in the following format: hh:mm, where hh is the
hour (00–23) and mm is the minutes (00–59).
Example: 28:09:2008 23:01
weekly dayname Specifies that prepositioning occurs on the selected days of the week at the
defined time. To specify multiple days, separate them with spaces, as
follows: Monday Tuesday
time time Specifies the time to run the preposition task on the specified days.
monthly Specifies that prepositioning occurs on the selected days or dates of the
month at the defined time.
week-day dayname
weeknumber
Specifies a named day of the week and week of the month to start
preposition. Only one day is allowed. Week number values are 1–4.
day day Specifies a numbered day of the month (integer). To specify multiple days,
separate them with spaces, as follows: day 1 6 11 16 21 26 31.