dot11AccessMode
BRCM-80211-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.5.3.3
Object
scalar deprecated
r/w
Enumeration
Controls what stations will be given access to the device. If set to unrestricted(0), then any station will be allowed to connect. If set to restrictToList(1), then only stations whose MAC address appears in the dot11AccessTable will be allowed to connect.
Context
- MIB
- BRCM-80211-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.5.3.3- 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::dot11AccessMode.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::dot11AccessMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | allowAny |
1 | allowList |
2 | denyList |