hwSSHSessionKeyType

HUAWEI-SSH-MIB · .1.3.6.1.4.1.2011.5.25.118.1.12.1.14

Object

column Enumeration
The object specifies the public key type of SSH session.
Options:
1.keyTypeRSA(1) -The public key type of SSH session is RSA.
2.keyTypeDSA(2) -The public key type of SSH session is DSA.
3.keyTypeECC(3) -The public key type of SSH session is ECC.
4.keyTypeSM2(5) -The public key type of SSH session is SM2.
5.keyTypePKI(6) -The public key type of SSH session is PKI.
6.keyTypeRSASHA256(7) -The public key type of SSH session is RSA_SHA2_256.
7.keyTypeRSASHA512(8) -The public key type of SSH session is RSA_SHA2_512.
8.keyTypeED25519(9) -The public key type of SSH session is ED25519.
9.keyTypeX509V3RSA2048SHA256(10) - The public key type of SSH session is X509V3_RSA2048_SHA25.

Context

MIB
HUAWEI-SSH-MIB
OID
.1.3.6.1.4.1.2011.5.25.118.1.12.1.14
Type
column
Access
readonly
Status
current
Parent
hwSSHServerSessionEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-SSH-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SSH-MIB::hwSSHSessionKeyType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-SSH-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SSH-MIB::hwSSHSessionKeyType.<hwSSHSessionIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-SSH-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-SSH-MIB::hwSSHSessionKeyType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1keyTypeRSA
2keyTypeDSA
3keyTypeECC
5keyTypeSM2
6keyTypePKI
7keyTypeRSASHA256
8keyTypeRSASHA512
9keyTypeED25519
10keyTypeX509V3RSA2048SHA256

Conformance