Security
This topic describes the Security element.
Description
Configuration of SNMP security.
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Community | The community string, for example, | string |
| SecurityName | The security name in the user security model. This attribute must always be set for version 3 only. (optional) | string |
| AuthProtocol | The authentication protocol used. This attribute can be set for version 3 only. (optional) | SNMPAuthenticationProtocol (custom type): An enumeration type for the various authentication protocols. One of the following values:
|
| AuthKey | The authentication passphrase, at least eight characters long (required if the | string |
| PrivProtocol | The privacy protocol used. This attribute can be set for version 3 only. (optional) | SNMPPrivacyProtocol (custom type): An enumeration type for the privacy protocol used. One of the following values:
|
| PrivKey | The privacy passphrase, at least eight characters long (required if the | string |