agentSSHServerKexAlgorithms
DNOS-MGMT-SECURITY-MIB ·
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.11.2.20.1.1.2
Object
column r/w
Enumeration
Specifies KEX algorithm to be used for SSH.
Abbreviation used.
- curve25519-sha256-libssh(2) is used for curve25519-sha256@libssh.org
Context
- MIB
- DNOS-MGMT-SECURITY-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.11.2.20.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentSSHServerKexAlgorithmsEntry
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 'DNOS-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNOS-MGMT-SECURITY-MIB::agentSSHServerKexAlgorithms'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DNOS-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNOS-MGMT-SECURITY-MIB::agentSSHServerKexAlgorithms.<agentSSHServerKexIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNOS-MGMT-SECURITY-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNOS-MGMT-SECURITY-MIB::agentSSHServerKexAlgorithms'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | undefined |
1 | curve25519-sha256 |
2 | curve25519-sha256-libssh |
3 | ecdh-sha2-nistp256 |
4 | ecdh-sha2-nistp384 |
5 | ecdh-sha2-nistp521 |
6 | diffie-hellman-group-exchange-sha256 |
7 | diffie-hellman-group16-sha512 |
8 | diffie-hellman-group18-sha512 |
9 | diffie-hellman-group14-sha256 |
10 | diffie-hellman-group14-sha1 |