authProtocol
MX-SNMP-MIB ·
.0.900.1.200.500
Object
scalar r/w
Enumeration
Authentication Protocol
Protocol to use with SNMPv3.
* Md5: MD5 encoding is used.
* Sha1: SHA1 encoding is used.
Context
- MIB
- MX-SNMP-MIB
- OID
.0.900.1.200.500- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- protocolGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SNMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SNMP-MIB::authProtocol.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SNMP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SNMP-MIB::authProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | md5 |
200 | sha1 |