dot11DiversitySupport

IEEE802dot11-MIB · .1.2.840.10036.4.2.1.2

Object

column Enumeration
This implementation's support for diversity, encoded as:
              
X'01'-diversity is available and is performed over the fixed
    list of antennas defined in dot11DiversitySelectionRx.
              
X'02'-diversity is not supported.
              
X'03'-diversity is supported and control of diversity is also
    available, in which case the attribute 
    dot11DiversitySelectionRx can be dynamically modified by the
    LME.

Context

MIB
IEEE802dot11-MIB
OID
.1.2.840.10036.4.2.1.2
Type
column
Access
readonly
Status
current
Parent
dot11PhyAntennaEntry
Groups
1

Walk 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 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11DiversitySupport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11DiversitySupport.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE802dot11-MIB::dot11DiversitySupport'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1fixedlist
2notsupported
3dynamic

Conformance