hmSec2UserSnmpAuthenticationType
HMSECURITY2-MIB ·
.1.3.6.1.4.1.248.52.1.2.20.1.1.4
Object
column r/w
Enumeration
SNMPv3 User Authentication. The user passsword must be set
to a string greater than or equal to 8 characters for this to be
set to anything but none(0).
- none(0) -> no authentication used
- hmacmd5(1) -> Use HMAC-MD5 authentication
- hmacsha(2) -> Use HMAC-SHA authentication
The User Authentication Type can be set while the row is active .
Context
- MIB
- HMSECURITY2-MIB
- OID
.1.3.6.1.4.1.248.52.1.2.20.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hmSec2UserConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'HMSECURITY2-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMSECURITY2-MIB::hmSec2UserSnmpAuthenticationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HMSECURITY2-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMSECURITY2-MIB::hmSec2UserSnmpAuthenticationType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMSECURITY2-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMSECURITY2-MIB::hmSec2UserSnmpAuthenticationType'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.