lcsSNMPv3UserConfAuthenticationProtocol
LCOS-SX-MIB ·
.1.3.6.1.4.1.2356.14.1.6.6.1.5
Object
SNMPv3 USM authentication protocol.
Context
- MIB
- LCOS-SX-MIB
- OID
.1.3.6.1.4.1.2356.14.1.6.6.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- lcsSNMPv3UserConfEntry
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 'LCOS-SX-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LCOS-SX-MIB::lcsSNMPv3UserConfAuthenticationProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LCOS-SX-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LCOS-SX-MIB::lcsSNMPv3UserConfAuthenticationProtocol.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LCOS-SX-MIB' -M '/opt/observium/mibs/lancom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LCOS-SX-MIB::lcsSNMPv3UserConfAuthenticationProtocol'
Syntax
- Source
- SNMPv3AuthenticationProtocol
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | md5 |
2 | sha1 |
3 | sha224 |
4 | sha256 |
5 | sha384 |
6 | sha512 |