AMCondition.VariableBindings

Syntax

%AMCondition.VariableBindings%

Supported condition

SNMP Trap

Type

String

Description

Returns the SNMP variable bindings. Variable bindings represent a set of OID/Value pairs. each value available through SNMP is identified by a unique object identifier. To enable mapping of object identifiers to their values a special sequence is required. That sequence is variable binding.

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Display the message "SNMP Variable Binding - %AMCondition.VariableBindings%" in a message box.

Copy
<AMSHOWDIALOG WINDOWTITLE=SNMP Variable Binding Return Value%AMCondition.VariableBindings% </AMSHOWDIALOG>

Related Topics