sshKexList
ARICENT-SSH-MIB ·
.1.3.6.1.4.1.2076.97.1.19
Object
scalar r/w
Bits
This object is to configure the kex-suites list.
This object takes values as bit mask. Setting a bit indicates that the
corresponding ssh key exchange algorithm will be used for key exchange
Context
- MIB
- ARICENT-SSH-MIB
- OID
.1.3.6.1.4.1.2076.97.1.19- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- sshGeneralGroup
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 'ARICENT-SSH-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-SSH-MIB::sshKexList.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-SSH-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-SSH-MIB::sshKexList'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | dh-group1-sha1 |
1 | dh-group14-sha1 |
2 | dh-group14-sha256 |
3 | dh-group16-sha512 |
4 | dh-group18-sha512 |
5 | dh-group-exchange-sha1 |
6 | dh-group-exchange-sha256 |
7 | ecdh-sha2-nistp256 |
8 | ecdh-sha2-nistp384 |
9 | ecdh-sha2-nistp521 |
10 | curve25519-sha256 |
11 | curve25519-sha256-libssh |
12 | sntrup761x25519-sha512 |