hwSSHServerCipherAlg
HUAWEI-SSH-MIB ·
.1.3.6.1.4.1.2011.5.25.118.1.30.1
Object
scalar
r/w
Bits
List of the SSH server cipher algorithm. Through this list, the index can be configured in batches in the format of bit-domain string. It can be configured as follows: to configure the index n, set the nth in the bit string to 1, that is,......000100......For example, to configure the index 1, set the first character of the string to 1, and issue 0100 0000, namely, # 0x40 (note that the value of the bit type starts from 0). For example, to configure the index 8, set the eighth character of the string to 1, and issue 0000 0000 1000 0000, namely, # 0x00 0x80.
Context
- MIB
- HUAWEI-SSH-MIB
- OID
.1.3.6.1.4.1.2011.5.25.118.1.30.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hwSSHServerAlg
- Siblings
- 4
Syntax
Bits
Values & Constraints
Enumerated Values
0 | des3cbc |
1 | arcfour128 |
2 | arcfour256 |
3 | blowfishcbc |
4 | aes128cbc |
5 | aes192cbc |
6 | aes256cbc |
7 | aes128ctr |
8 | aes192ctr |
9 | aes256ctr |
10 | aes128gcm |
11 | aes256gcm |
12 | chacha20poly1305 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| hwSSHServerHmacAlg List of the SSH server hmac algorithm.
Through this list, the index can be configured in batches in the format of bit-domain string. | scalar | Bits | .1.3.6.1.4.1.2011.5.25.118.1.30.2 |
| hwSSHServerKeyExchangeAlg List of the SSH server key exchange algorithm.
Through this list, the index can be configured in batches in the format of bit-domain string. | scalar | Bits | .1.3.6.1.4.1.2011.5.25.118.1.30.3 |
| hwSSHServerDhMinLen This object indicates the length of DH.
Options:
1.modulus1024(1),
2.modulus2048(2),
3.modulus3072(3),
4.modulus4096(4). | scalar | Enumeration | .1.3.6.1.4.1.2011.5.25.118.1.30.4 |
| hwSSHServerPublicKeyAlg List of the SSH server public key algorithm.
Through this list, the index can be configured in batches in the format of bit-domain string. | scalar | Bits | .1.3.6.1.4.1.2011.5.25.118.1.30.5 |