hzOduSnmpV3ManagerAuthProtocol
HORIZON-ODU-MIB ·
.1.3.6.1.4.1.7262.2.2.10.5.1.3
Object
column mandatory
Enumeration
The authentication alogorithm used by the v3 manager.
Context
- MIB
- HORIZON-ODU-MIB
- OID
.1.3.6.1.4.1.7262.2.2.10.5.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- hzOduSnmpV3ManagersEntry
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 'HORIZON-ODU-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HORIZON-ODU-MIB::hzOduSnmpV3ManagerAuthProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HORIZON-ODU-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HORIZON-ODU-MIB::hzOduSnmpV3ManagerAuthProtocol.<hzOduSnmpV3ManagersIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HORIZON-ODU-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HORIZON-ODU-MIB::hzOduSnmpV3ManagerAuthProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAuth |
2 | md5 |
3 | sha |