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

show schedulers

Syntax

show schedulers
< scheduler-name scheduler-name >

Release Information

Command introduced in Release 8.5 of JUNOS software.

Description

Display information about security policy schedulers configured on the system. If a specific scheduler is identified, detailed information is displayed for that scheduler only.

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

Options

none—Display information on all configured schedulers.

scheduler-name scheduler-name —(Optional) Display information on a particular scheduler.

Required Privilege Level

view

Related Topics

schedulers

List of Sample Output

show schedulers
show schedulers scheduler-name sch20

Output Fields

Table 18 lists the output fields for the show schedulers command. Output fields are listed in the approximate order in which they appear.

Table 18: show schedulers Output Fields

Field Name

Field Description

Scheduler name

Name of the scheduler.

State

Status of the scheduler:

  • active—The scheduler is associated with one or more policies. If active:
    • Next deactivation—Date and time when the policies with which the scheduler is associated are to be deactivated.
  • inactive—The scheduler is associated with one or more policies. If inactive:
    • Next activation—Date and time when the associated policies are to be activated.
  • unused—The scheduler is not associated with any policy, or it is past the stop date and no future activity is required.

show schedulers

user@host> show schedulers
Scheduler name: s1, State: unused
Scheduler name: sch1, State: inactive
  Next activation: Thu Feb 15 00:00:00 2007
Scheduler name: sch10, State: unused
Scheduler name: sch20, State: active
  Next deactivation: Thu Feb 15 00:00:00 2007

show schedulers scheduler-name sch20

user@host> show schedulers scheduler-name sch20
Scheduler name: sch20, State: active
  Next deactivation: Thu Feb 15 00:00:00 2007

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