configIfStaWpaCipher
ACKSYS-MIB ·
.1.3.6.1.4.1.28097.8.3.3.1.20
Object
column CipherTypes
WPA cipher: WPA mode supports only TKIP(1). WPA2 mode supports only AES(2). Mixed WPA/WPA2 mode supports only AESTKIP(3). WPA3 mode supports only AES(2). Mixed WP2/WPA3 mode supports only AES(2). Ignored if configIfStaSecurityMode is different than wpa-*. [FW:E2148.AC.1:3.12.10.1]
Context
- MIB
- ACKSYS-MIB
- OID
.1.3.6.1.4.1.28097.8.3.3.1.20- Type
- column
- Access
- readonly
- Status
- current
- Parent
- configIfStaEntry
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 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIfStaWpaCipher'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ACKSYS-MIB::configIfStaWpaCipher.<configIfStaName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ACKSYS-MIB' -M '/opt/observium/mibs/acksys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ACKSYS-MIB::configIfStaWpaCipher'
Syntax
- Source
- CipherTypes
- Base type
Enumeration
Values & Constraints
Type Values
1 | tkip |
2 | aes |
3 | aestkip |