encryption
MOXA-W2x50A-MIB ·
.1.3.6.1.4.1.8691.2.13.1.3.4.3.2.1.1.2
Object
column r/w
Enumeration
Set encryption type. Selection rule is as following. authentication selectable encryption ============== ===================== open-system(0) disable(0), wep(1) shared-key(1) wep(1) wpa(2), wpa-psk(3) tkip(2), aes-ccmp(3) wpa2(4), wpa2-psk(5) tkip(2), aes-ccmp(3)
Context
- MIB
- MOXA-W2x50A-MIB
- OID
.1.3.6.1.4.1.8691.2.13.1.3.4.3.2.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- securitySettingEntry
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 'MOXA-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-W2x50A-MIB::encryption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MOXA-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MOXA-W2x50A-MIB::encryption.<profileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MOXA-W2x50A-MIB' -M '/opt/observium/mibs/moxa:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MOXA-W2x50A-MIB::encryption'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | wep |
2 | tkip |
3 | aes-ccmp |