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
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 |