dot11FrequencyBandsSupported

IEEE802dot11-MIB · .1.2.840.10036.4.11.1.3

Object

column Integer32
The capability of the OFDM PHY implementation to operate in 
the three U-NII bands. Coded as an integer value of a three 
bit field as follows:
   bit 0 .. capable of operating in the lower (5.15-5.25 GHz)
	U-NII band
   bit 1 .. capable of operating in the middle (5.25-5.35 GHz) 
	U-NII band
   bit 2 .. capable of operating in the upper (5.725-5.825 GHz) 
	U-NII band
For example, for an implementation capable of operating in the 
lower and mid bands this attribute would take the value 3.

Context

MIB
IEEE802dot11-MIB
OID
.1.2.840.10036.4.11.1.3
Type
column
Access
readonly
Status
current
Parent
dot11PhyOFDMEntry
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::dot11FrequencyBandsSupported'
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::dot11FrequencyBandsSupported.<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::dot11FrequencyBandsSupported'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-7

Conformance