SRXシリーズ FAQ - 基本操作
起動/終了 | ログイン/ログアウト | CLI操作
- SRXを定期的に再起動させることは可能ですか?
公開日
:
2017/11/01
更新日
:
−
はい、event-options設定で可能です。
例:
毎日22時に自動で再起動させる場合
例:
毎日22時に自動で再起動させる場合
root# set event-options generate-event EVENT_1 time-of-day 22:00
root# set event-options policy POLICY_1 events EVENT_1
root# set event-options policy POLICY_1 then execute-commands commands ”request system reboot”
root# commit
root# set event-options policy POLICY_1 events EVENT_1
root# set event-options policy POLICY_1 then execute-commands commands ”request system reboot”
root# commit