ruckusWLANProtectionMode
OBS ✓
RUCKUS-WLAN-MIB ·
.1.3.6.1.4.1.25053.1.1.6.1.1.1.1.1.13
Object
column Enumeration
Enabled when 11g and 11b clients exist on the same network.
none:
Do not use any protection
ctsOnly:
AP will send a CTS frame prior to sending 11g frames.
The CTS frame will silence 11b clients
rtsCts:
Require RTS to be sent by sender of 11g frame and responder
to send CTS prior to any 11g frames being sent.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Discovery
Explore Observium network monitoring
Context
- MIB
- RUCKUS-WLAN-MIB
- OID
.1.3.6.1.4.1.25053.1.1.6.1.1.1.1.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ruckusWLANEntry
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 'RUCKUS-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-WLAN-MIB::ruckusWLANProtectionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RUCKUS-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RUCKUS-WLAN-MIB::ruckusWLANProtectionMode.<ruckusWLANIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RUCKUS-WLAN-MIB' -M '/opt/observium/mibs/ruckus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RUCKUS-WLAN-MIB::ruckusWLANProtectionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | ctsOnly |
3 | ctsRts |