cd11IfVlanSecurityCiphers

CISCO-DOT11-IF-MIB · .1.3.6.1.4.1.9.9.272.1.1.1.10.1.6

Object

column r/w CDot11IfCipherType
If cd11IfVlanEncryptionMode is cipher(1), these
are all the possible cipher type combinations
currently supported for data frame encryption from
different IEEE 802.11 radio interface implementations.
Some platform may support only a subset of the
combinations.  Agent will not honor invalid
combinations.  If none of the bits are set, no
encryption will be done. 
    aesccm      WPA AES CCMP encryption,
    ckip        Cisco Per packet key hashing,
    cmic        Cisco MMH MIC,
    ckip|cmic   Cisco Per packet key hashing and MIC,
    tkip        WPA Temporal Key encryption,
    wep128      128-bit WEP key,
    wep40       40-bit WEP key.
    tkip|wep128 WPA Temporal Key and 128-bit WEP,
    tkip|wep40  WPA Temporal Key and 40-bit WEP.

Context

MIB
CISCO-DOT11-IF-MIB
OID
.1.3.6.1.4.1.9.9.272.1.1.1.10.1.6
Type
column
Access
readwrite
Status
current
Parent
cd11IfVlanSecurityEntry
Groups
1

Walk 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 'CISCO-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-IF-MIB::cd11IfVlanSecurityCiphers'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DOT11-IF-MIB::cd11IfVlanSecurityCiphers.<ifIndex>.<cd11IfVlanSecurityVlanId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DOT11-IF-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DOT11-IF-MIB::cd11IfVlanSecurityCiphers'

Syntax

Source
CDot11IfCipherType
Base type
Bits

Values & Constraints

Type Values
0ckip
1cmic
2tkip
3wep40
4wep128
5aesccm

Conformance