rlSshClientAuthenticationMethod
RADLAN-SSH-MIB ·
.1.3.6.1.4.1.89.78.3.5
Object
scalar r/w
Enumeration
Specifies the global authentication method for SSH client. SSH client will apply this authentication method upon connecting to a remote server, if no specific authentication method has been defined for this operation.
Context
- MIB
- RADLAN-SSH-MIB
- OID
.1.3.6.1.4.1.89.78.3.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlSshClient
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 'RADLAN-SSH-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-SSH-MIB::rlSshClientAuthenticationMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-SSH-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-SSH-MIB::rlSshClientAuthenticationMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | public-key-rsa |
2 | public-key-dsa |
3 | password |