|
|
Description:
|
hwXponDeviceOntSnmpProfileSecurityLevel OBJECT-TYPE
SYNTAX INTEGER {privacy(1), authentication(2), noauthnopriv(3), invalid(255)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the trap security level.
When the version of the SNMP profile is v1 or v2c, the invalid value will be returned.
Options:
1. privacy(1) - Authenticate and encrypt the SNMPv3 trap packet
2. authentication(2) - Authenticate but not encrypt the SNMPv3 trap packet
3. noauthnopriv(3) - Not authenticate nor encrypt the SNMPv3 trap packet
4. invalid(255) - Invalid value"
|
|
|
|