hwSSHUserAssignKeyType

HUAWEI-SSH-MIB · .1.3.6.1.4.1.2011.5.25.118.1.11.1.9

Object

column r/w Enumeration
The object specifies the public key type of SSH user.
Options:
1. keyTypeNULL(0) -The public key type of SSH user is NULL.
2. keyTypeRSA(1)-The public key type of SSH user is RSA.
3. keyTypeDSA(2)-The public key type of SSH user is DSA
4. keyTypeECC(3)-The public key type of SSH user is ECC
5. keyTypeSM2(5)-The public key type of SSH user is SM2
6. keyTypePKI(6)-The public key type of SSH user is PKI.
7.keyTypeED25519(7)-The public key type os SSH user is ED25519.

Context

MIB
HUAWEI-SSH-MIB
OID
.1.3.6.1.4.1.2011.5.25.118.1.11.1.9
Type
column
Access
readwrite
Status
current
Parent
hwSSHUserEntry
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::hwSSHUserAssignKeyType'
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::hwSSHUserAssignKeyType.<hwSSHUserIndex>'
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::hwSSHUserAssignKeyType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0keyTypeNULL
1keyTypeRSA
2keyTypeDSA
3keyTypeECC
5keyTypeSM2
6keyTypePKI
7keyTypeED25519

Conformance