Send SNMP Trap
This activity sends a SNMP trap.
Activity Parameters
The Send SNMP Trap activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- IP (type: string): The IP of the machine sending the trap.
- Port (type: UShort): the port used by the trap to communicate. Reserved SNMP trap port: 162.
- SecurityName (type: string): the SNMP Security Name (only available for SNMP v3).
- VarBind (type: List<KeyValuePair<Object,Object>>): the Oid/OctetString variable pairs of the SNMP trap.
SNMP Request
This activity sends a SNMP request.
Activity Parameters
The Send SNMP Request activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Authentication Digest: is the protocol used for identifying the integrity of a received message
- CommunityName (type: string): the community name (e.g. public, private)
- IP (type: string): The IP of the machine when the device is located.
- Port (type: UShort): the UDP communication port. Default value: 161
- Privacy Protocols: the privacy protocol for the Version 3
- SNMP Version: the version for the SNMP device where the request will be sent
- Timeout: the UDP communication timeout. Default value: 2000
- Try (type: integer): the number of retries. Default value: 1
- Username (type: string): the SNMP Security Name (only available for SNMP v3).
- Password 1 (type: string): the first password for SNMP v3
- Password 2 (type: string): the second password for SNMP v3
- Password Binding 1 (type: string): the variable containing the encrypted first password for SNMP v3
- Password Binding 2 (type: string): the variable containing the encrypted second password for SNMP v3
- VarBind: the OID for the SNMP packet.
The Read Only Output variable are the possible output values that the activity will provide:
- OutputSNMPOIDs (type: List<String>): the list of SNMP OIDs.
- OutputSNMPPackets (type: List<Dictionary<String,String>>): the list of SNMP packets.
- OutputSNMPTypes (type: List<String>): the list of SNMP types.
- OutputSNMPValues (type: List<String>): the list of SNMP values.
- OutputSNMPValueTypes (type: List<String>): the list of SNMP value types.
SNMP Trigger
This activity sets a SNMP trap trigger.
Activity Parameters
The SNMP Trigger activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Port (type: int): The port that the SNMP trigger will listen for traps.
- TimeOut (type: int): The time span that the activity will keep listening.
The Read Only Output variable are the possible output values that the activity will provide:
- OutputBufferLength (type: int): the buffer size of the SNMP trap.
- OutputSenderIp (type: string): the IPv4 address of the machine sending the trap.
- OutputVarBind (type: List<KeyValuePair<Object,Object>>): the Oid/OctetString variable pairs of the SNMP trap.
- OutputVersion (type: int): the SNMP trap version.