FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
yangw
Staff
Staff
Article Id 192808

Description
This article describes how to set up SNMP v3 encryption protocol AES256 integration with WhatsUp Gold.

WhatsUp Gold uses a different way from what FortiGate supported to extend the size of the localized key of SNMPv3 encryption protocol AES256.
WhatsUp Gold can work with CISCO's SNMPv3 AES256.

Useful links:

https://help.fortinet.com/fos50hlp/56/Content/FortiOS/fortigate-system-administration/Monitoring/SNM...

RFC2574 – https://www.ietf.org/rfc/rfc2574.txt

WhatsUp Gold –https://docs.ipswitch.com/NM/WhatsUpGold2018/03_Help/1033/index.htm?41091.htm?toc.htm

Solution
The FortiGate feature SNMP.

Here is the Step by Step guide:

- Authentication algorithm setting:



 
 
To configure from the CLI:
# config system snmp user
    edit "example"
        set notify-hosts 172.16.2.1 172.16.3.1
        set security-level auth-priv
        set auth-pwd ENC
           …
        set priv-proto aes256cisco
        set priv-pwd ENC
           …
    next
end



Contributors