dot11HRCCAModeSupported

IEEE802dot11-MIB · .1.2.840.10036.4.12.1.5

Object

column Integer32
dot11HRCCAModeSupported 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,
    carrier sense with timer (CS_and_Timer)= 08,
    high rate carrier sense and energy detect 
    (HRCS_and_ED)= 16
    or the logical sum of any of these values.  In 
    the high rate extension PHY, this attribute shall 
    be used in preference to the dot11CCAModeSupported 
    attribute.

Context

MIB
IEEE802dot11-MIB
OID
.1.2.840.10036.4.12.1.5
Type
column
Access
readonly
Status
current
Parent
dot11PhyHRDSSSEntry
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::dot11HRCCAModeSupported'
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::dot11HRCCAModeSupported.<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::dot11HRCCAModeSupported'

Syntax

Integer32

Values & Constraints

Object Constraints
range: 1-31

Conformance