MIB Viewer

aaauSnmpLevel

OBJECT-TYPE
1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.7
Access
read-create
Status
current
Sub-identifiers
0
Specifies if the user is authorized to use SNMP and if yes its security level. no(1) - Not authorized to use SNMP. noauth(2) - SNMPv1,SNMPv2c or SNMPv3 without authentication. sha(3) - SNMPv3 with SHA authentication and no encryption. md5(4) - SNMPv3 with MD5 authentication and no encryption. sha-des(5) - SNMPv3 with SHA authentication and DES encryption. md5-des(6) - SNMPv3 with MD5 authentication and DES encryption. sha-aes(7) - SNMPv3 with SHA authentication and AES encryption. sha224(8) - SNMPv3 with SHA224 authentication and no encryption. sha256(9) - SNMPv3 with SHA256 authentication and no encryption. If the value is not specified, the value configured for the 'default' user is taken
INTEGER { no(1), noauth(2), sha(3), md5(4), shaDes(5), md5Des(6), shaAes(7), sha224(8), sha256(9) }