|
|
Description:
|
hwXponDeviceOntSnmpProfilePrivacyMode OBJECT-TYPE
SYNTAX INTEGER {none(1), des56(2), tripleDes(3), aes128(4), aes192(20), aes256(21), invalid(255)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This object indicates the user encryption mode.
When the version of the SNMP profile is v1 or v2c, the invalid value will be returned.
Options:
1. none(1) - No encryption mode
2. des56(2) - 56-bit DES encryption mode
3. tripleDes(3) - 3DES encryption mode
4. aes128(4) - 128-bit AES encryption mode
5. aes192(20) - 192-bit AES encryption mode
6. aes256(21) - 256-bit AES encryption mode
7. invalid(255) - Invalid value"
|
|