h3cDot11SecurityUserLoginTxKeyType
H3C-DOT11-CFG-MIB ·
.1.3.6.1.4.1.2011.10.2.75.4.6.4.1.2
Object
column r/w
Enumeration
This indicates the key type in the 802.1X EAPOL_Key packet.
userLoginTxKeyTypeNone - This means the key type is not set yet.
userLoginTxKeyTypeDot11Key - This selects the 802.11 key type.
userLoginTxKeyTypeRsaRC4Key - This selects the RC4 key for RSA RC4
session encryption.
Context
- MIB
- H3C-DOT11-CFG-MIB
- OID
.1.3.6.1.4.1.2011.10.2.75.4.6.4.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- h3cDot11PortSecurityEntry
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 'H3C-DOT11-CFG-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOT11-CFG-MIB::h3cDot11SecurityUserLoginTxKeyType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-DOT11-CFG-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DOT11-CFG-MIB::h3cDot11SecurityUserLoginTxKeyType.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-DOT11-CFG-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-DOT11-CFG-MIB::h3cDot11SecurityUserLoginTxKeyType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | userLoginTxKeyTypeNone |
2 | userLoginTxKeyTypeDot11Key |
3 | userLoginTxKeyTypeRsaRC4Key |