dot11CurrentCCAMode
IEEE802dot11-MIB ·
.1.2.840.10036.4.5.1.3
Object
column r/w
Enumeration
The current CCA method in operation. Valid values are: energy detect only (edonly) = 01, carrier sense only (csonly) = 02, carrier sense and energy detect (edandcs)= 04 carrier sense with timer (cswithtimer)= 08 high rate carrier sense and energy detect (hrcsanded)=16.
Context
- MIB
- IEEE802dot11-MIB
- OID
.1.2.840.10036.4.5.1.3- Type
- column
- Access
- readwrite
- 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::dot11CurrentCCAMode'
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::dot11CurrentCCAMode.<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::dot11CurrentCCAMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | edonly |
2 | csonly |
4 | edandcs |
8 | cswithtimer |
16 | hrcsanded |