eltMesIssAaaEnableAuthentication
ELTEX-MES-ISS-AAA-MIB ·
.1.3.6.1.4.1.35265.1.139.7.1.1.1
Object
Configures the mechanism by which the user enable has to be authenticated for accessing to manage the switch. Authentication is done either locally or in the remote side through a RADIUS Server or TACACS. If Authentication is configured as radiusFallbackToLocal or tacacsFallbackToLocal then Local authentication provides a back door or a secondary option for authentication if the server fails.
Context
- MIB
- ELTEX-MES-ISS-AAA-MIB
- OID
.1.3.6.1.4.1.35265.1.139.7.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- deprecated
- Parent
- eltMesIssAaaGlobalConfig
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 'ELTEX-MES-ISS-AAA-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-MES-ISS-AAA-MIB::eltMesIssAaaEnableAuthentication.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-MES-ISS-AAA-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-MES-ISS-AAA-MIB::eltMesIssAaaEnableAuthentication'
Syntax
- Source
- EltMesIssAaaAuthenticationMethod
- Base type
Enumeration
Values & Constraints
Type Values
1 | local |
2 | remoteRadius |
3 | remoteTacacs |
4 | none |