Information
Disabling SNMP query for SNMPv3 Users that only need to receive SNMP traps
SNMP can contain information that is useful for reconnaissance, SNMP queries allow devices to send requests for information, disabling this on SNMPv3 users that do not need to query and only need to receive SNMP traps is necessary.
Solution
To disable Queries for a specific SNMPv3 User in CLI:
{snmp_test is the example SNMPv3 username}
FGT1 # config system snmp user
FGT1 (user) # edit snmp_test
FGT1 (snmp_test) # set queries disable
FGT1 (snmp_test) # next
FGT1 (user) # end
To disable Queries for a specific SNMPv3 User in GUI:
1. System > SNMP
2. Under the SNMPv3 section select the specific user and double click or single click and select edit
3. Under the Queries section click the slider for \\"Enabled\\" so it is turned off