ruckusWLANSecurityEncryMode
RUCKUS-WLAN-MIB ·
.1.3.6.1.4.1.25053.1.1.6.1.1.3.1.1.10
Object
column r/w
Enumeration
Specifies the security mode. if none, for wep/none; if tkip, for wpa ver1; if aes-ccmp, for wpa2, wpa3, and wpa2/wpa3-mixed; if auto, for wpa2, wpa auto[wpa+wpa2]; if aes-ccmp-256, for wpa3, wpa2/wpa3-mixed; if aec-gcmp, for wpa3, wpa2/wpa3-mixed; if aes-gcmp-256, for wpa3, wpa2/wpa3-mixed;
Context
- MIB
- RUCKUS-WLAN-MIB
- OID
.1.3.6.1.4.1.25053.1.1.6.1.1.3.1.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Default
none- Parent
- ruckusWLANSecurityEntry
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::ruckusWLANSecurityEncryMode'
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::ruckusWLANSecurityEncryMode.<ifIndex>'
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::ruckusWLANSecurityEncryMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | tkip |
3 | aes-ccmp |
4 | auto |
5 | aes-ccmp-256 |
6 | aes-gcmp |
7 | aes-gcmp-256 |