...
This activity sends a SNMP traprequest.
Activity Parameters
The Send SNMP Trap activity Request activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
Parameters:
- Authentication Digest: is the protocol used for identifying the integrity of a received message
- CommunityName (type: string): the community identifiername (e.g. public, private)
- IP (type: string): The IP of the machine sending when the trapdevice is located.
- Port (type: UShort): the port used by the trap to communicate. Reserved SNMP trap port: 161SecurityNameUDP 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).VarBind (type: List<KeyValuePair<Object,Object>>): the Oid/OctetString variable pairs of the SNMP trap.
...
- 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:
- OutputSNMPPacketList OutputSNMPOIDs (type: List<String>): the list of SNMP OIDs.
- OutputSNMPPackets (type: List<SNMPPacket>List<Dictionary<String,String>>): the list of received 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
...