hwSSHServerPublicKeyAlg
HUAWEI-SSH-MIB ·
.1.3.6.1.4.1.2011.5.25.118.1.30.5
Object
scalar r/w
Bits
List of the SSH server public key algorithm. Through this list, the index can be configured in batches in the format of bit-domain string.
Context
- MIB
- HUAWEI-SSH-MIB
- OID
.1.3.6.1.4.1.2011.5.25.118.1.30.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hwSSHServerAlg
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 'HUAWEI-SSH-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-SSH-MIB::hwSSHServerPublicKeyAlg.0'
More examples
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::hwSSHServerPublicKeyAlg'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | rsa |
1 | rsasha2256 |
2 | rsasha2512 |
3 | x509rsa |
4 | x509rsa2048sha256 |
5 | ed25519 |