dot11AuthenticationAlgorithm
IEEE802dot11-MIB ·
.1.2.840.10036.1.2.1.2
Object
column Enumeration
This attribute shall be a set of all the authentication
algorithms supported by the STAs. The following are the
default values and the associated algorithm.
Value = 1: Open System
Value = 2: Shared Key
Context
- MIB
- IEEE802dot11-MIB
- OID
.1.2.840.10036.1.2.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dot11AuthenticationAlgorithmsEntry
- Groups
- 1
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 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11AuthenticationAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IEEE802dot11-MIB::dot11AuthenticationAlgorithm.<ifIndex>.<dot11AuthenticationAlgorithmsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IEEE802dot11-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IEEE802dot11-MIB::dot11AuthenticationAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | openSystem |
2 | sharedKey |
Conformance
Member of