ssidWepKey3Size
XIRRUS-MIB ·
.1.3.6.1.4.1.21013.1.2.20.1.1.15
Object
column Enumeration
WEP key 3 size - 40 or 128 bits
Context
- MIB
- XIRRUS-MIB
- OID
.1.3.6.1.4.1.21013.1.2.20.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ssidEntry
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 'XIRRUS-MIB' -M '/opt/observium/mibs/xirrus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XIRRUS-MIB::ssidWepKey3Size'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XIRRUS-MIB' -M '/opt/observium/mibs/xirrus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XIRRUS-MIB::ssidWepKey3Size.<ssidIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XIRRUS-MIB' -M '/opt/observium/mibs/xirrus:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XIRRUS-MIB::ssidWepKey3Size'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wep40 |
2 | wep128 |