dot11CurrentCCAMode
DLINK-WLAN-MIB ·
.1.3.6.1.4.1.171.1.3.4.4.4
Object
scalar 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.
Context
- MIB
- DLINK-WLAN-MIB
- OID
.1.3.6.1.4.1.171.1.3.4.4.4- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- dot11PhyDSSSEntry
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLINK-WLAN-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLINK-WLAN-MIB::dot11CurrentCCAMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLINK-WLAN-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLINK-WLAN-MIB::dot11CurrentCCAMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | edonly |
2 | csonly |
4 | edandcs |