sysSecurityAuthenticationOrder
LUM-SYSTEM-MIB ·
.1.3.6.1.4.1.8708.2.2.2.11.6
Object
scalar Enumeration
This parameter shows the authentication order which is
used by the system.
localFirst - First authenticate with respect to local user database. If it fails, try remote server(s).
If no remote servers are configured, the authentication will be Local-Only.
remoteFirst - First authenticate with respect to the remote servers. If all remote servers are unreachable, try the local user database.
If the remote authentication is denied, try the local user database.
strictRemoteFirst - First authenticate with respect to the remote servers. If all remote servers are unreachable, try the local user database.
If the remote authentication is denied, stop, access is denied.
Only administrator can change the authenticate order settings.
Context
- MIB
- LUM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.8708.2.2.2.11.6- Type
- scalar
- Access
- readonly
- Status
- current
- Default
strictRemoteFirst- Parent
- sysSecurity
- Groups
- 5
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LUM-SYSTEM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUM-SYSTEM-MIB::sysSecurityAuthenticationOrder.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUM-SYSTEM-MIB' -M '/opt/observium/mibs/infinera:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUM-SYSTEM-MIB::sysSecurityAuthenticationOrder'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | localFirst |
2 | remoteFirst |
3 | strictRemoteFirst |