eltMesIssSshAuthTypes
ELTEX-MES-ISS-SSH-MIB ·
.1.3.6.1.4.1.35265.1.139.30.1.1.1
Object
scalar r/w
Bits
This object is to configure the SSH authentication types list.
This object takes values as bit mask.
The value of each bit position is as given below with bit 0 being the
least significant bit:
BIT 1 - public key authentication
BIT 0 - password authentication
Context
- MIB
- ELTEX-MES-ISS-SSH-MIB
- OID
.1.3.6.1.4.1.35265.1.139.30.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- eltMesIssSshGlobals
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-SSH-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELTEX-MES-ISS-SSH-MIB::eltMesIssSshAuthTypes.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELTEX-MES-ISS-SSH-MIB' -M '/opt/observium/mibs/eltex:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELTEX-MES-ISS-SSH-MIB::eltMesIssSshAuthTypes'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | password |
1 | publickey |