Set the security level that applies for the recipient to receive the SNMP trap.
- SNMP ID:
 - 2.9.35.5
 - Console path:
 - Setup > SNMP > Target-Params
 - Possible values:
 - NoAuth-NoPriv
 - The SNMP message is valid without the use of specific authentication methods. Authentication merely requires the user to belong to an SNMP community (for SNMPv1 and SNMPv2c) or to specify a valid user name (for SNMPv3). Data transfer is not encrypted.
 - Auth-NoPriv
 - SNMP requests are only processed following authentication by means of the HMAC-MD5 or HMAC-SHA algorithm, but data transfer is not encrypted.
 - Auth-Priv
 - SNMP requests are only processed following authentication by means of the HMAC-MD5 or HMAC-SHA algorithm, and data transfer is encrypted by the DES or AES algorithm.
 
- Default:
 - NoAuth-NoPriv