dot11CCAModeSupported
IEEE802dot11-MIB ·
.1.2.840.10036.4.5.1.2
Object
column Integer32
dot11CCAModeSupported is a bit-significant value,
representing all of the CCA modes supported by the PHY.
Valid values are:
energy detect only (ED_ONLY) = 01,
carrier sense only (CS_ONLY) = 02,
carrier sense and energy detect (ED_and_CS)= 04
or the logical sum of any of these values. This
attribute shall not be used to indicate the CCA modes
supported by a higher rate extension PHY. Rather, the
dot11HRCCAModeSupported attribute shall be used to
indicate the CCA modes of the higher rate extension PHY.
Context
- MIB
- IEEE802dot11-MIB
- OID
.1.2.840.10036.4.5.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot11PhyDSSSEntry
- Groups
- 2
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 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11CCAModeSupported'
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::dot11CCAModeSupported.<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::dot11CCAModeSupported'
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-7