Context
The context of v3-authentication
within the schema tree is shown. Italicised links are to other pages.
deployment-config:snmp (in snmp-config.yaml) v3-authentication username authentication-protocol authentication-key privacy-protocol privacy-key
SNMPv3 authentication configuration. Only used when 'v3-enabled' is set to 'true'.
Conditional
This container is only valid when ../v3-enabled = 'true'
.
authentication-protocol
The authentication mechanism to use.
Type enumeration
- Value
-
one of the following
Value | Description |
---|---|
|
SHA |
|
MD5 message digest. |
- Default value
-
'SHA'
authentication-key
The authentication key.
This node is mandatory.
Type string
- Value
-
a string with length 8 or more
privacy-protocol
The privacy mechanism to use.
Type enumeration
- Value
-
one of the following
Value | Description |
---|---|
|
Data Encryption Standard (DES) |
|
Triple Data Encryption Standard (3DES). |
|
128 bit Advanced Encryption Standard (AES). |
|
192 bit Advanced Encryption Standard (AES). |
|
256 bit Advanced Encryption Standard (AES). |
- Default value
-
'AES128'
privacy-key
The privacy key.
This node is mandatory.
Type string
- Value
-
a string with length 8 or more