Method to encrypt SNMP messages (SNMPv3 protocol).
Allowed values:
•DES(<secret>) — DES encryption algorithm is used. •AES128(<secret>) — AES128 encryption algorithm is used. •None — SNMP-messages are not encrypted. where <secret> is a secret key shared by the manager and the agent (plain text).
The parameter is used if SnmpVersion = V3
When specifying the parameter value from the command line, you may need to escape the brackets by using the slash mark \ in some shells.
Example:
1.Value of the parameter in the configuration file: V3Privacy = AES128(supersecret)
2.Specifying the parameter value from the command line via command drweb-ctl cfset: drweb-ctl cfset SNMPD.V3Privacy AES128\(supersecret\)
|