aaauSnmpLevel

ALCATEL-ENT1-AAA-MIB · .1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.7

Object

column r/w Enumeration
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

Context

MIB
ALCATEL-ENT1-AAA-MIB
OID
.1.3.6.1.4.1.6486.801.1.2.1.15.1.1.3.1.1.7
Type
column
Access
readwrite
Status
current
Parent
aaaUserEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ALCATEL-ENT1-AAA-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-ENT1-AAA-MIB::aaauSnmpLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALCATEL-ENT1-AAA-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-ENT1-AAA-MIB::aaauSnmpLevel.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALCATEL-ENT1-AAA-MIB' -M '/opt/observium/mibs/alcatel-ent1:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALCATEL-ENT1-AAA-MIB::aaauSnmpLevel'

Syntax

Enumeration

Values & Constraints

No enumerated values or constraints recorded.

Conformance