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