dot11EncryptionMode
BRCM-80211-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.5.2.1
Object
scalar deprecated
r/w
Enumeration
Controls and reflects the encryption mode used by the device. If set to none(0), then encryption is disabled and all traffic will be sent in the clear. If set to wep64(1), then 64 bit WEP encryption will be used with the keys from the dot1164BitKeyTable. If set to wep128(2), then 128 bit WEP encryption will be used with keys from the dot11128BitKeyTable. Modes tkip(3), aes(4), and tkipPlusAes(5) generate their own keys automatically.
Context
- MIB
- BRCM-80211-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.5.2.1- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- dot11MgmtPrivacy
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-80211-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-80211-MGMT-MIB::dot11EncryptionMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-80211-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-80211-MGMT-MIB::dot11EncryptionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | wep64 |
2 | wep128 |
3 | tkip |
4 | aes |
5 | tkipPlusAes |