agentSSHServerEncryptionAlgorithms

DNOS-MGMT-SECURITY-MIB · .1.3.6.1.4.1.674.10895.5000.2.6132.1.1.11.2.18.1.1.2

Object

column r/w Enumeration
Specifies encryption algorithm to be used for SSH.
              
Abbreviation used.
- chacha20-poly1305(4) is used for chacha20-poly1305@openssh.com.

Context

MIB
DNOS-MGMT-SECURITY-MIB
OID
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.11.2.18.1.1.2
Type
column
Access
readwrite
Status
current
Parent
agentSSHServerEncryptionAlgorithmsEntry

Walk 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::agentSSHServerEncryptionAlgorithms'
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::agentSSHServerEncryptionAlgorithms.<agentSSHServerEncryptionIndex>'
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::agentSSHServerEncryptionAlgorithms'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0undefined
1aes128-ctr
2aes192-ctr
3aes256-ctr
4chacha20-poly1305