...
root@SRX13> show configuration event-options | display set
set event-options generate-event everysec time-interval 60
set event-options policy "pingip@" events ping_test_completed
set event-options policy "pingip@" events everysec
set event-options policy "pingip@" then execute-commands commands "ping 192.168.56.1 count 1000 rapid"
...
Code Block | ||||
---|---|---|---|---|
| ||||
root@SRX13> show configuration event-options generate-event { everysec time-interval 60; } policy "pingip@" { events [ ping_test_completed everysec ]; then { execute-commands { commands { "ping 192.168.56.1 count 1000 rapid"; } } } } |
...