oriSecurityConfigTableSecurityMode
ORiNOCO-MIB ·
.1.3.6.1.4.1.11898.2.1.21.5.1.2
Object
column deprecated
r/w
Enumeration
This object is used to configure the security mode. The supported security modes are: - None: no security mode enabled. - dot1x: 802.1x authentication enabled. - mixed: mixed WEP and 802.1x. - wpa: WiFi Protected Access enabled. - wpa-psk: WiFi Protected Access with Preshared Keys enabled.
Context
- MIB
- ORiNOCO-MIB
- OID
.1.3.6.1.4.1.11898.2.1.21.5.1.2- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- oriSecurityConfigTableEntry
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 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriSecurityConfigTableSecurityMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ORiNOCO-MIB::oriSecurityConfigTableSecurityMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ORiNOCO-MIB' -M '/opt/observium/mibs/proxim:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ORiNOCO-MIB::oriSecurityConfigTableSecurityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | dot1x |
3 | mixed |
4 | wpa |
5 | wpa-psk |