Commit version 24.12.13800
This commit is contained in:
@ -14,12 +14,12 @@ IMPORTS
|
||||
FROM SNMPv2-TC;
|
||||
|
||||
ssh MODULE-IDENTITY
|
||||
LAST-UPDATED "201209050000Z"
|
||||
LAST-UPDATED "202102190000Z"
|
||||
ORGANIZATION "Super Micro Computer Inc."
|
||||
CONTACT-INFO "support@Supermicro.com"
|
||||
DESCRIPTION
|
||||
"The proprietary MIB for SSH."
|
||||
REVISION "201209050000Z"
|
||||
REVISION "202102190000Z"
|
||||
DESCRIPTION
|
||||
"The proprietary MIB for SSH."
|
||||
::= { enterprises supermicro-computer-inc(10876) super-switch(101) basic(1) 97 }
|
||||
@ -51,7 +51,7 @@ sshVersionCompatibility OBJECT-TYPE
|
||||
::= { sshGeneralGroup 1 }
|
||||
|
||||
sshCipherList OBJECT-TYPE
|
||||
SYNTAX Integer32(1..3)
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -63,18 +63,26 @@ sshCipherList OBJECT-TYPE
|
||||
|
||||
The value of each bit position is as given below with bit 0 being the
|
||||
least significant bit:
|
||||
BIT 3 - AES-CBC-256
|
||||
BIT 2 - AES-CBC-128
|
||||
BIT 1 - DES-CBC
|
||||
BIT 0 - 3DES-CBC
|
||||
DES-CBC is the default algorithm in NON-FIPS mode.
|
||||
3DES-CBC is the default algorithm in FIPS mode."
|
||||
BIT 12 - aes256-ctr
|
||||
BIT 11 - aes192-ctr
|
||||
BIT 10 - aes128-ctr
|
||||
BIT 9 - rijndael-cbc@lysator.liu.se
|
||||
BIT 8 - aes192-cbc
|
||||
BIT 7 - arcfour256
|
||||
BIT 6 - arcfour128
|
||||
BIT 5 - arcfour
|
||||
BIT 4 - cast128-cbc
|
||||
BIT 3 - aes256-cbc
|
||||
BIT 2 - aes128-cbc
|
||||
BIT 1 - not used
|
||||
BIT 0 - 3des-cbc
|
||||
By default all algorithms are enabled."
|
||||
|
||||
DEFVAL { 1 }
|
||||
DEFVAL { 8189 }
|
||||
::= { sshGeneralGroup 2}
|
||||
|
||||
sshMacList OBJECT-TYPE
|
||||
SYNTAX Integer32(1..3)
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
@ -86,10 +94,11 @@ sshMacList OBJECT-TYPE
|
||||
|
||||
The value of each bit position is as given below with bit 0 being the
|
||||
least significant bit:
|
||||
BIT 1 - HMAC-MD5
|
||||
BIT 0 - HMAC-SHA1"
|
||||
BIT 2 - hmac-sha2
|
||||
BIT 1 - hmac-md5
|
||||
BIT 0 - hmac-sha1"
|
||||
|
||||
DEFVAL { 1 }
|
||||
DEFVAL { 5 }
|
||||
::= { sshGeneralGroup 3}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user