ruckusWLANSecurityMode
RUCKUS-WLAN-MIB ·
.1.3.6.1.4.1.25053.1.1.6.1.1.3.1.1.5
Object
column r/w
Enumeration
Specifies the security mode. if wep, table ruckusWLANWEPTable should be configured firstly; if wpa + 'psk' auth,table ruckusWLANWPATable should be configured firstly; if wpa + 'eap-802-1x' or 'auto' auth,firstly configure ruckusWLANAAAServerTable,then configure ruckusWLANWPATable.
Context
- MIB
- RUCKUS-WLAN-MIB
- OID
.1.3.6.1.4.1.25053.1.1.6.1.1.3.1.1.5- 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::ruckusWLANSecurityMode'
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::ruckusWLANSecurityMode.<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::ruckusWLANSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | wep |
3 | wpa |