Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This activity sends a SNMP request to a given SNMP server.

Activity Parameters

The Send SNMP Request activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Removed

Image RemovedImage Added


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.

...