oriSecurityConfigTableEncryptionKeyLength
ORiNOCO-MIB ·
.1.3.6.1.4.1.11898.2.1.21.5.1.4
Object
column deprecated
r/w
Enumeration
This object represents the encryption key length, the supported key lengths are 64 bits (40 + 24 for IV), 128 bits (104 + 24 for IV), and 152 bits (128 + 24 for IV).
Context
- MIB
- ORiNOCO-MIB
- OID
.1.3.6.1.4.1.11898.2.1.21.5.1.4- 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::oriSecurityConfigTableEncryptionKeyLength'
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::oriSecurityConfigTableEncryptionKeyLength.<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::oriSecurityConfigTableEncryptionKeyLength'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sixtyFourBits |
2 | oneHundredTwentyEightBits |
3 | oneHundredFiftyTwoBits |