cLApDot11RadioSubType
CISCO-LWAPP-AP-MIB ·
.1.3.6.1.4.1.9.9.513.1.2.3.1.7
Object
column Enumeration
This object represents the subtype of the radio.
main(1) :radio operates normally.
rxOnly(2) :NOS radio type,which is explicitely used
for monitor mode operation.
slaveAc(3) :x-ale radio type is only for local mode.
remoteLan(4) :Remote-LAN supported Slot.
xorTxRx(5) :Xor radio capable of both TX and RX.
bleTxRx(6) :radio operating normally and BLE is enabled for the AP.
bleRxOnly(7) :radio is explicitly used for monitor mode operation and BLE is enabled for the AP.
slave(8) :radio operating as slave.
Context
- MIB
- CISCO-LWAPP-AP-MIB
- OID
.1.3.6.1.4.1.9.9.513.1.2.3.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cLApDot11RadioEntry
- 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 'CISCO-LWAPP-AP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-AP-MIB::cLApDot11RadioSubType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-AP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-AP-MIB::cLApDot11RadioSubType.<cLApSysMacAddress>.<cLApDot11IfSlotId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-AP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-AP-MIB::cLApDot11RadioSubType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | main |
2 | rxOnly |
3 | slaveAc |
4 | remoteLan |
5 | xorTxRx |
6 | bleTxRx |
7 | bleRxOnly |
8 | slave |