cLApDot11RadioMode
CISCO-LWAPP-AP-MIB ·
.1.3.6.1.4.1.9.9.513.1.2.3.1.6
Object
column Enumeration
This object represents the mode of the radio.
local(1) : The default option. Serving WLAN
clients and scanning channels for threats.
monitor(2) : A monitor mode. AP spends all of its
cycles scanning channels and looking
for rogues.
remote(3) : This mode indicates that AP is a remote
edge lightweight access point.
rogueDetector(4) : This mode monitors the rogue APs on wire.
It does not transmit or receive frames
over the air or contain rogue APs.
sniffer(5) : The access point starts sniffing
the air on a given channel.
bridge(6) : This mode indicates that a root AP
is connected.
seConnect(7) : AP is connected to spectrum expert.
The AP is able to perform spectrum
intelligence.
remoteBridge(8) : This mode indicates that AP is a remote
lightweight access point with root AP
connected.
hybridRemote(9) : A mode for branch office and
remote office deployment.
sensor(10) : A sensor mode AP.
Context
- MIB
- CISCO-LWAPP-AP-MIB
- OID
.1.3.6.1.4.1.9.9.513.1.2.3.1.6- 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::cLApDot11RadioMode'
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::cLApDot11RadioMode.<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::cLApDot11RadioMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | monitor |
3 | remote |
4 | rogueDetector |
5 | sniffer |
6 | bridge |
7 | seConnect |
8 | remoteBridge |
9 | hybridRemote |
10 | sensor |