HA構成のFortigateに対するsnmpgetに失敗した場合の対処法
1213 ワード
概要
HA構成のFortigateからsnmpget等をする場合、通常のSNMP設定に加えて、CLIからのみ実行可能な設定も必要となる。
設定例
具体的には以下のように、set ha-direct enable
を該当するSNMP設定の箇所に追加する。
config system ha
set ha-mgmt-status enable
set ha-mgmt-interface "mgmt1"
set ha-mgmt-interface-gateway 10.100.200.254
end
config system interface
edit "mgmt1"
set ip 10.100.200.1 255.255.255.0
set allowaccess ping https ssh snmp fgfm
next
end
config system snmp community
edit 1
config hosts
edit 1
set ha-direct enable
set ip 10.100.100.0 255.255.255.0
next
next
end
参考記事
Author And Source
この問題について(HA構成のFortigateに対するsnmpgetに失敗した場合の対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/veracosta/items/9d0f718b040ec4444908著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .