rlSshServerHostPublicKeyFingerprintAlgorithm
HPE-SSH-MIB ·
.1.3.6.1.4.1.11.2.78.2.2.1.1
Object
column RlSshPublicKeyAlgorithm
Identifies the type of public key to be displayed.
Context
- MIB
- HPE-SSH-MIB
- OID
.1.3.6.1.4.1.11.2.78.2.2.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlSshServerHostPublicKeyFingerprintTableEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-SSH-MIB::rlSshServerHostPublicKeyFingerprintAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-SSH-MIB::rlSshServerHostPublicKeyFingerprintAlgorithm.<rlSshServerHostPublicKeyFingerprintAlgorithm>.<rlSshServerHostPublicKeyFingerprintDigestFormat>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-SSH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-SSH-MIB::rlSshServerHostPublicKeyFingerprintAlgorithm'
Syntax
- Source
- RlSshPublicKeyAlgorithm
- Base type
Enumeration
Values & Constraints
Type Values
0 | rsa1 |
1 | rsa |
2 | dsa |
3 | ec |
999 | none |