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]
説明
イベント化されたプロセスによって処理されるイベント ポリシーを定義します。ポリシーを設定する場合、 events
および then
ステートメントは必須です。
1つのイベントに対して処理する複数のポリシーを設定できます。ポリシーは、設定に表示される順序で実行されます。1つのイベントに複数のポリシーを設定し、ポリシーの1つがイベントを無視するように設定されている場合、 ステートメントのある ignore
ポリシーに続くポリシーは実行されません。
既定
イベントのポリシーを設定しない場合、イベントの受信時にアクションは実行されず、システム ログに記録されます。
必要な権限レベル
maintenance—設定でこのステートメントを表示または追加します。
リリース情報
Junos OSリリース7.5で導入されたステートメント。