FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
duenlim
Staff
Staff
Article Id 386055
Description This article describes how to configure SNMP and trusted hosts in FortiProxy.
Scope FortiProxy v7.4/v7.6.
Solution

The SNMP configuration shows 'Server IPs are missing from the admin trusted hosts' and SNMP server IP already specified in trusted hosts as shown:

 

SNMP_ServerIPsMissing.png

 

  1. Make sure the trusted hosts and SNMP server IP address are the same.
  2. Remove IPv6 Hosts '::/0' in the SNMP community. 

 

Example of SNMP community configurations:

 

config system snmp community
    edit 3
        set name "test2"
            config hosts
                edit 1
                    set ip 10.176.2.93 255.255.255.255
                next
            end

                config hosts6
                    edit 1
                next
            end
        next
    end

 

Use the CLI Console to remove the hosts6 for /::/0':

 

config system snmp community
(community) # edit 3
(3) # config hosts6
(hosts6) # delete 1
(hosts6) # end

(3) # show


config system snmp community
    edit 3
        set name "test2"
            config hosts
                edit 1
                    set ip 10.176.2.93 255.255.255.255
                next
            end
        next
    end

 

Note:

The hosts6 for '::/0' has been removed or removed via WebUI. 

 

IPv6_Empty.png

Contributors