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

scheduler

Syntax

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 );
}
}

Hierarchy Level

[edit schedulers]

Release Information

Statement introduced in Release 8.5 of JUNOS software.

Description

Create or modify a schedule that defines when security policies are in effect.

You configure a schedule to start at a specific date and time or start on a recurrent basis.

This statement is supported on J-series and SRX-series devices.

Options

scheduler-name —Name of the schedule. The schedule name must consist of 1 to 63 characters that can be letters, numbers, dashes, and underscores and can begin with a number or letter.

The remaining statements are explained separately.

Usage Guidelines

For configuration instructions and examples, see the JUNOS Software Security Configuration Guide.

Required Privilege Level

security—To view this statement in the configuration.

security-control—To add this statement to the configuration.


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