Agent where snmpd will send traps.
Name | Type | Description | Attributes |
---|---|---|---|
enabled | xs:boolean | Is Snmp Agent turned on? | Mandatory |
plcm-snmp-config-notification-type | PlcmSnmpConfigNotificationType | Specifies snmp notification type. | Mandatory |
transport | PlcmSnmpConfigTransportV2 | Mandatory | |
address | Address | FQDN or IP address of external notification agent | Mandatory |
port | xs:unsignedInt | Port of external notification agent | Mandatory |
version | PlcmSnmpConfigVersionV2 | Mandatory | |
security-user-login | 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 | |
client-data | ClientData | Client data that is stored and retreived with this this agent, but not written to snmpd.conf |
Name | Type | Restrictions |
---|---|---|
ClientData | xs:string | Length of value must be >=1 Length of value must be <=64 |
Community | xs:string | Length of value must be >=1 Length of value must be <=64 |
SecurityUserLogin | xs:string | Length of value must be >=0 Length of value must be <=31 |
Address | xs:string | Length of value must be >=1 Length of value must be <=64 |
PlcmSnmpConfigNotificationType | xs:string | Value must be one of:
|