hwSSHClientCipherAlg
HUAWEI-SSH-MIB ·
.1.3.6.1.4.1.2011.5.25.118.2.6.1
Object
scalar
r/w
Bits
List of the SSH client cipher algorithm. However, the blowfishcbc algorithm is not supported. 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.2.6.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- hwSSHClientAlg
- Siblings
- 3
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 |
|---|---|---|---|
| hwSSHClientHmacAlg List of the SSH client 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.2.6.2 |
| hwSSHClientKeyExchangeAlg List of the SSH client 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.2.6.3 |
| hwSSHClientPublicKeyAlg List of the SSH client 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.2.6.4 |