dot11AuthenticationMode
BRCM-80211-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.5.3.1
Object
scalar deprecated
r/w
Enumeration
Controls the mode of authentication which will be accepted by the device. If set to sharedKeyOnly(1), then only stations which satisfy the shared key authentication system will be allowed to connect. If set to openSystemOrSharedKey(2), then shared key stations will be allowed to connect, or stations with no authentication.
Context
- MIB
- BRCM-80211-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.5.3.1- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- dot11MgmtAccess
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 'BRCM-80211-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-80211-MGMT-MIB::dot11AuthenticationMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-80211-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-80211-MGMT-MIB::dot11AuthenticationMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sharedKeyOnly |
2 | openSystemOrSharedKey |