saRgDot11WpaAlgorithm
SA-RG-MIB ·
.1.3.6.1.4.1.1429.79.2.2.3.1.1.1
Object
column r/w
Enumeration
The value of tkip(0) is not allowed when security is WPA2. The value for primary BSS is stored in non-vol and tkipPlusAes(2) after factory reset. The default value for other BSSs is tkip.
Context
- MIB
- SA-RG-MIB
- OID
.1.3.6.1.4.1.1429.79.2.2.3.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- saRgDot11WpaEntry
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 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-RG-MIB::saRgDot11WpaAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SA-RG-MIB::saRgDot11WpaAlgorithm.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SA-RG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SA-RG-MIB::saRgDot11WpaAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | tkip |
1 | aes |
2 | tkipPlusAes |