[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Schedulers Configuration Statement Hierarchy

To configure security policy schedulers, use the following statements at the [edit schedulers] hierarchy level. Statements exclusively for J-series and SRX-series devices running JUNOS software are shown in bold font and are documented in this chapter.

schedulers {
scheduler scheduler-name {
daily (all-day | exclude | start-time time stop-time time);
friday {
(all-day | exclude | start-time time stop-time time);
}
monday {
(all-day | exclude | start-time time stop-time time);
}
saturday {
(all-day | exclude | start-time time stop-time time);
}
start-date date-time stop-date date-time;
sunday {
(all-day | exclude | start-time time stop-time time);
}
thursday {
(all-day | exclude | start-time time stop-time time);
}
tuesday {
(all-day | exclude | start-time time stop-time time);
}
wednesday {
(all-day | exclude | start-time time stop-time time);
}
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]