dot11DesiredBSSType
SUPERMICRO-DOT11u-MIB ·
.1.3.6.1.4.1.10876.101.2.78.1.2.1.1.25
Object
column r/w
Enumeration
This attribute shall specify the type of BSS the station shall use when scanning for a BSS with which to synchronize. This value is used to filter Probe Response frames and Beacons. When set to infrastructure, the station shall only synchronize with a BSS whose Capability Information field has the ESS subfield set to 1. When set to independent, the station shall only synchronize with a BSS whose Capability Information field has the IBSS subfield set to 1. When set to any, the station may synchronize to either type of BSS.
Context
- MIB
- SUPERMICRO-DOT11u-MIB
- OID
.1.3.6.1.4.1.10876.101.2.78.1.2.1.1.25- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dot11StationConfigEntry
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 'SUPERMICRO-DOT11u-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DOT11u-MIB::dot11DesiredBSSType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-DOT11u-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DOT11u-MIB::dot11DesiredBSSType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-DOT11u-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-DOT11u-MIB::dot11DesiredBSSType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | infrastructure |
2 | independent |
3 | any |