sshSerHostKeySize
LENOVO-XCC-MIB ·
.1.3.6.1.4.1.19046.11.1.3.4.2.4.5.6.1.2
Object
column mandatory
Enumeration
The key size of the public/private host key pair entry.
Context
- MIB
- LENOVO-XCC-MIB
- OID
.1.3.6.1.4.1.19046.11.1.3.4.2.4.5.6.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- sshServerHostKeyEntry
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 'LENOVO-XCC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-XCC-MIB::sshSerHostKeySize'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LENOVO-XCC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-XCC-MIB::sshSerHostKeySize.<sshSerHostKeyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LENOVO-XCC-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LENOVO-XCC-MIB::sshSerHostKeySize'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bits256 |
2 | bits384 |
3 | bits512 |
4 | bits521 |
5 | bits768 |
6 | bits1024 |
7 | bits2048 |
8 | bits3072 |
9 | bits4096 |