hzOduAuthenticationMode
HORIZON-ODU-MIB ·
.1.3.6.1.4.1.7262.2.2.2.3
Object
scalar mandatory
r/w
Enumeration
This sets the authentication mode for the system.If configured for unique
authentication, an horizon node only exchanges user traffic with one other
horizon node. The serial number is used in this case.
If configured for group authentication, an horizon node exchanges user
traffic with another horizon node of the same group and uses the
authentication keys.
Context
- MIB
- HORIZON-ODU-MIB
- OID
.1.3.6.1.4.1.7262.2.2.2.3- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Default
none- Parent
- hzOduAuthentication
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 'HORIZON-ODU-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HORIZON-ODU-MIB::hzOduAuthenticationMode.0'
More examples
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::hzOduAuthenticationMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | unique |
3 | group |