SNMP Trap Connector
This Connector is replaced by the SNMP Connector
since version 4.6.8.
Overview
This Connector listens for SNMP traps sent on the network and returns an
entry with the name and values for all elements in an SNMP PDU.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscSnmp |
port |
The TCP port (default = 162) |
timeout |
The number of milliseconds to wait for the next
PDU. If not specified, or value is zero then the Connector will wait
forever. |
Notes
If what you want to is to send SNMP Traps, the system.snmpTrap()
is available to you.
See Also
SNMP Connector
|