npSecurityDot11LinkAuthentication
JETDIRECT3-MIB ·
.1.3.6.1.4.1.11.2.4.3.20.43
Object
scalar r/w
Enumeration
DOT11 Link Authentication modes.
(1) = OPEN
(2) = SHARED-KEY
(128) = LEAP
(143) = AUTO
We can set the Link Authentication using the object dot11AuthenticationAlgorithmsEnable ( OID: 1.2.840.10036.1.2.1.3.x )
Since the dot11AuthenticationAlgorithsmEnable object does not supports setting of AUTO option, we provide this object.
Through this OID you can set to any one of the above options.
Whereas using the dot11AuthenticationAlgorithmsEnable object we can set either OPEN OR SHARED mode only.
Context
- MIB
- JETDIRECT3-MIB
- OID
.1.3.6.1.4.1.11.2.4.3.20.43- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- npSecurity
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 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JETDIRECT3-MIB::npSecurityDot11LinkAuthentication.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JETDIRECT3-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JETDIRECT3-MIB::npSecurityDot11LinkAuthentication'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | open |
2 | shared-key |
128 | leap |
143 | auto |