Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- J Series
- Security Policies Overview
- Example: Configuring Schedulers
- SRX Series
- Security Policies Overview
- Example: Configuring Schedulers
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices

Verifying Scheduled Policies
Purpose
Display information about address books and zones.
Action
Use the show schedulers CLI command to display information about schedulers configured on the system. If a specific scheduler is identified, detailed information is displayed for that scheduler only.
user@host# show schedulersscheduler sche1 {
/* This is sched1 */
start-date 2006-11-02.12:12 stop-date 2007-11-02.12:11;
}
scheduler sche2 {
daily {
all-day;
}
sunday {
start-time 16:00 stop-time 17:00;
}
friday {
exclude;
}
}
scheduler sche3 {
start-date 2006-11-02.12:12 stop-date 2007-11-02.12:11;
daily {
start-time 10:00 stop-time 17:00
}
sunday {
start-time 12:00 stop-time 14:00;
start-time 16:00 stop-time 17:00;
}
monday {
all-day;
}
friday {
exclude;
}
}
Meaning
The output displays information about schedulers configured on the system. Verify the following information:
- Daily (recurrent) and one-time only (nonrecurrent) schedulers are configured correctly.
- Schedulers are active if policies are associated.
Related Documentation
- J Series
- Security Policies Overview
- Example: Configuring Schedulers
- SRX Series
- Security Policies Overview
- Example: Configuring Schedulers
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices


