oriSecurityProfileTableEncryptionKeyLength
ORiNOCO-MIB ·
.1.3.6.1.4.1.11898.2.1.21.9.1.10
Object
column 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.9.1.10- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- oriSecurityProfileTableEntry
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::oriSecurityProfileTableEncryptionKeyLength'
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::oriSecurityProfileTableEncryptionKeyLength.<oriSecurityProfileTableIndex>.<oriSecurityProfileTableSecModeIndex>'
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::oriSecurityProfileTableEncryptionKeyLength'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | sixtyFourBits |
2 | oneHundredTwentyEightBits |
3 | oneHundredFiftyTwoBits |