AMTrigger.EngineID

Syntax

%AMTrigger.EngineID%

Trigger supported

SNMP Trap

Type

String

Description

Returns the SNMP Engine ID. To retrieve or manipulate management information using SNMP version three (SNMPv3) it is necessary to know the identifier of the remote SNMP protocol engine. An SNMP engineID can be between 5 and 32 octets long (for example, EngineID OCTET STRING ::= '8000000006'H).

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 "The engineID is- %AMTrigger.EngineID%" in a message box.

Copy
<AMSHOWDIALOG WINDOWTITLE="The engineID">The engineID is %AMTrigger.EngineID%</AMSHOWDIALOG>

Related Topics