scheduler (Security Policies)
语法
scheduler scheduler-name { daily { (all-day | exclude | start-time hh:mm stop-time hh:mm); } description text; friday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } monday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } saturday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } start-date date-time stop-date date-time; sunday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } thursday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } tuesday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } wednesday { (all-day | exclude | start-time hh:mm stop-time hh:mm); } }
层次结构级别
[edit schedulers] [edit tenants <tenant-name> schedulers]
描述
创建或修改定义安全策略何时生效的调度程序。
将调度程序配置为在特定日期和时间启动或定期启动。
选项
scheduler-name
- 调度程序的名称。调度程序名称必须由 1 到 63 个字符组成,可以是字母、数字、短划线和下划线,并且可以以数字或字母开头。
其余语句将单独解释。请参阅 CLI 资源管理器。
所需权限级别
安全性 - 在配置中查看此语句。
安全控制 — 将此语句添加到配置中。
发布信息
Junos OS 8.5 版中引入的语句。Junos OS 12.1 版中添加的选项 description
。 scheduler
在 Junos OS 18.3R1 版的层次结构下 set tenants tenant-name schedulers
添加的选项。