MIB Viewer

rcSshEncryptionType

OBJECT-TYPE
1.3.6.1.4.1.2272.1.34.1.22
Access
read-write
Status
current
Sub-identifiers
0
value is one of multiple (logically by 'OR' of following value: bit 0 - aes128_cbc bit 1 - aes256_cbc bit 2 - threedes_cbc bit 3 - aead_aes_128_gcm_ssh bit 4 - aead_aes_256_gcm_ssh bit 5 - aes128_ctr bit 6 - rijndael128_cbc bit 7 - aes256_ctr bit 8 - aes192_ctr bit 9 - aes192_cbc bit 10 - rijndael192_cbc bit 11 - blowfish_cbc aes128_cbc : Enables hmac-sha1 encryption type aes256_cbc : Enables aes256-cbc encrytption type threedes_cbc : Enables 3des-cbc type encryption type aead_aes_128_gcm_ssh : Enables aead-aes-128-gcm-ssh encryption type aead_aes_256_gcm_ssh : Enables aead-aes-256-gcm-ssh encryption type aes128_ctr : Enables aes128-ctr encryption type rijndael128_cbc : Enables rijndael128-cbc encryption type aes256_ctr : Enables aes256-ctr encryption type type aes192_ctr : Enables aes198-ctr encryption type aes192_cbc : Enables aes192-cbc encryption type rijndael192_cbc : Enables rijndael192-cbc encryption type blowfish_cbc : Enables blowfish-cbc encryption type
BITS { aes128Cbc(0), aes256Cbc(1), threeDesCbc(2), aeadAes128GcmSsh(3), aeadAes256GcmSsh(4), aes128Ctr(5), rijndael128Cbc(6), aes256Ctr(7), aes192Ctr(8), aes192Cbc(9), rijndael192Cbc(10), blowfishCbc(11) }