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.
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 trap.
Activity Parameters
The Send SNMP Trap activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CommunityName (type: string): the community identifier
- 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: 161
- 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.
The Read Only Output variable are the possible output values that the activity will provide:
- OutputSNMPPacketList (type: List<SNMPPacket>): the list of received SNMP packets.