Agent where snmpd will send traps.
| Name | Type | Description | Attributes |
|---|---|---|---|
| enabled | boolean | Is Snmp Agent turned on? | Mandatory |
| plcmSnmpConfigNotificationType | PlcmSnmpConfigNotificationType | Specifies snmp notification type. | Mandatory |
| transport | PlcmSnmpConfigTransportV2 | Mandatory | |
| address | Address | FQDN or IP address of external notification agent | Mandatory |
| port | unsignedInt | Port of external notification agent | Mandatory |
| version | PlcmSnmpConfigVersionV2 | Mandatory | |
| securityUserLogin | SecurityUserLogin | Security user to use for this agent. This user must be defined in the security users list of the enclosing snmp-config object | |
| community | Community | Community data related to SNMPV2 traps , this field is not relevant for SNMPV3 | |
| clientData | ClientData | Client data that is stored and retreived with this this agent, but not written to snmpd.conf |
| Name | Type | Restrictions |
|---|---|---|
| ClientData | string | Length of value must be >=1 Length of value must be <=64 |
| Community | string | Length of value must be >=1 Length of value must be <=64 |
| SecurityUserLogin | string | Length of value must be >=0 Length of value must be <=31 |
| Address | string | Length of value must be >=1 Length of value must be <=64 |
| PlcmSnmpConfigNotificationType | string | Value must be one of:
|