juniAaaLocalAuthUserEncryption

Juniper-AAA-MIB · .1.3.6.1.4.1.4874.2.2.20.1.2.2.1.1.1.4

Object

column r/w Enumeration
The encryption type of the password value being set with the
juniAaaLocalAuthUserPassword object.  Reading this object always
results in a value of encryptionNone.
              
encyptionNone     - The password is unencrypted (i.e. in plain text.)
encyptionSecret   - The password has been generated using a
                    one-way MD5 encryption mechanism, algorithm 5.
encyptionPassword - The password has been generated using a
                    two-way encryption mechanism, algorithm 8.

Context

MIB
Juniper-AAA-MIB
OID
.1.3.6.1.4.1.4874.2.2.20.1.2.2.1.1.1.4
Type
column
Access
readwrite
Status
current
Parent
juniAaaLocalAuthUserEntry
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 'Juniper-AAA-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-AAA-MIB::juniAaaLocalAuthUserEncryption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Juniper-AAA-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-AAA-MIB::juniAaaLocalAuthUserEncryption.<juniAaaLocalAuthUserDbName>.<juniAaaLocalAuthUserName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-AAA-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-AAA-MIB::juniAaaLocalAuthUserEncryption'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0encryptionNone
5encryptionSecret
8encryptionPassword

Conformance