hpnicfDot11StationSecurityCiphersCM
HPN-ICF-DOT11-STATION-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.75.3.1.1.1.37
Object
column Enumeration
Represents the frame encryption cipher type used by station. The following values are supported: none - clear text or no cipher method is configure, wep40 - 40-bit WEP key, wep104 - 104-bit WEP key, tkip - WPA Temporal Key encryption, aesccmp - WPA AES CCMP encryption, wpisms4 - ext encryption.
Context
- MIB
- HPN-ICF-DOT11-STATION-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.75.3.1.1.1.37- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hpnicfDot11StationAssociateEntry
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 'HPN-ICF-DOT11-STATION-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOT11-STATION-MIB::hpnicfDot11StationSecurityCiphersCM'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPN-ICF-DOT11-STATION-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-DOT11-STATION-MIB::hpnicfDot11StationSecurityCiphersCM.<hpnicfDot11StationMAC>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-DOT11-STATION-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-DOT11-STATION-MIB::hpnicfDot11StationSecurityCiphersCM'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | wep40 |
2 | wep104 |
3 | tkip |
4 | aesccmp |
5 | wpisms4 |