arrisRouterWPAAlgorithm

ARRIS-ROUTER-DEVICE-MIB · .1.3.6.1.4.1.4115.1.20.1.1.3.26.1.1

Object

column r/w Enumeration
Controls and reflects the WPA encryption mode used by the service set.  
The WPA algorithm for WPA-PSK and WPA-Enterprise security mode is either
tkip(1) or aes(2).
              
The WPA algorithm for WPA2-PSK and WPA2-Enterprise security mode is either
aes(2) or tkipPlusAes(3).

Context

MIB
ARRIS-ROUTER-DEVICE-MIB
OID
.1.3.6.1.4.1.4115.1.20.1.1.3.26.1.1
Type
column
Access
readwrite
Status
current
Parent
arrisRouterWPAEntry

Walk 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 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterWPAAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterWPAAlgorithm.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-ROUTER-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-ROUTER-DEVICE-MIB::arrisRouterWPAAlgorithm'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1tkip
2aes
3tkipPlusAes