nUserAuthenticationMethod
WLSX-USER-MIB ·
.1.3.6.1.4.1.14823.2.2.1.4.1.2.1.6
Object
Authentication mechanism used by the user to connect to the controller.
Context
- MIB
- WLSX-USER-MIB
- OID
.1.3.6.1.4.1.14823.2.2.1.4.1.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- wlsxUserEntry
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 'WLSX-USER-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-USER-MIB::nUserAuthenticationMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WLSX-USER-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WLSX-USER-MIB::nUserAuthenticationMethod.<nUserPhyAddress>.<nUserIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WLSX-USER-MIB' -M '/opt/observium/mibs/aruba:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WLSX-USER-MIB::nUserAuthenticationMethod'
Syntax
- Source
- ARUBA-TCArubaAuthenticationMethods
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | web |
2 | mac |
3 | vpn |
4 | dot1x |
5 | kerberos |
7 | secureId |
15 | pubcookie |
16 | xSec |
17 | xSecMachine |
28 | via-vpn |
255 | other |