policy (Event Policy)
구문
policy policy-name { attributes-match { event1.attribute-name equals event2.attribute-name; event.attribute-name matches regular-expression; event1.attribute-name starts-with event2.attribute-name; } events [ events ]; then { ... the then subhierarchy appears at the end of the [edit event-options policy policy-name] hierarchy level ... } within seconds { events [ events ]; not events [ events ]; trigger (on | after | until) event-count; } then { change-configuration { commands { "command"; } commit-options { check <synchronize>; force; log "comment-string"; synchronize; } retry count number interval seconds; user-name username; } event-script filename { arguments { argument-name argument-value; } destination destination-name { retry-count count retry-interval seconds; transfer-delay seconds; } output-filename filename; output-format (text | xml); user-name username; } execute-commands { commands { "command"; } destination destination-name { retry-count count retry-interval seconds; transfer-delay seconds; } output-filename filename; output-format (text | xml); user-name username; } ignore; priority-override { facility facility-type; severity severity-level; } raise-trap; upload filename (filename | committed) destination destination-name { retry-count count retry-interval seconds; transfer-delay seconds; user-name username; } } }
계층 수준
[edit event-options]
설명
eventd 프로세스에서 처리할 이벤트 정책을 정의합니다. 정책을 events
구성하는 경우 및 then
문은 필수입니다.
이벤트에 대해 처리할 여러 정책을 구성할 수 있습니다. 정책은 구성에 나타나는 순서대로 실행됩니다. 이벤트에 대해 둘 이상의 정책을 구성하고 정책 중 하나가 이벤트를 무시하도록 구성된 경우, 명령문이 있는 ignore
정책을 따르는 정책은 실행되지 않습니다.
기본
이벤트에 대한 정책을 구성하지 않으면 시스템 로그에 기록되는 이벤트 수신 시 아무 작업도 수행되지 않습니다.
필요한 권한 수준
maintenance - 구성에서 이 명령문을 보거나 추가할 수 있습니다.
릴리스 정보
Junos OS 릴리스 7.5에서 소개된 명령문.