hpSwitchSshVersion

CONFIG-MIB · .1.3.6.1.4.1.11.2.14.11.5.1.7.1.20.2

Object

scalar mandatory r/w Enumeration
The version of the SSH protocol to run. 
'version1' will accept connections from
v1.3 or v1.5 clients. 'version2' will accept 
connections only from v2.0 clients.
The default is 'version1_or_2' which will accept  any 
connection which can be successfully negotiated.

Context

MIB
CONFIG-MIB
OID
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.20.2
Type
scalar
Access
readwrite
Status
mandatory
Parent
hpSwitchSshConfig

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

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1version1
2version2
3version1or2