sshServerAuthType

FS-SWITCH-V2-MIB · .1.3.6.1.4.1.52642.1.35.1.5

Object

scalar r/w Enumeration
SSH server authentication type.
password(1): Enable password authentication
rsa(2): Enable SSHv1 RSA authentication
publicKey(3): Enable SSHv2 public key authentication
passwordRsa(4): Enable password and sshv1 Rsa authentication
passwordPublicKey(5): Enable password and sshv2 public-key authentication.
rsaPublicKey(6): Enable sshv1 rsa and sshv2 public-key authentication.
all(7): Enable all authentication type.
Default value is 5.

Context

MIB
FS-SWITCH-V2-MIB
OID
.1.3.6.1.4.1.52642.1.35.1.5
Type
scalar
Access
readwrite
Status
current
Default
passwordPublicKey
Parent
sshServer

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FS-SWITCH-V2-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-SWITCH-V2-MIB::sshServerAuthType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-SWITCH-V2-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-SWITCH-V2-MIB::sshServerAuthType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1password
2rsa
3publicKey
4passwordRsa
5passwordPublicKey
6rsaPublicKey
7all