0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Fortigate リンクモニターの設定 自動でルートの切り替え

Posted at

FortiGateのリンクモニターをCLIで設定する

【リンクモニターとは】
インターネット上の機器にポーリングで疎通監視を行い、問題が起きれば自動的にスタティックルートを切り替えてくれる。

【設定例】

#config system link-monitor
#edit 8.8.8.8
(監視先のアドレス)
#set srcintf WAN1
(監視するルートへデータを送るインターフェース)
#set interval 2000
(pingを何秒間隔で送るか)
#set failtime 10
(何回pingが失敗したらルートを切り替えるか)
#set recoverytime 10
(何回pingの応答があったら復旧とみなすか)
#next

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?