Simulates a SNMP trap message being sent from a SNMP agent. Used to notify a Network Management System (NMS) of an event or condition that took place on a SNMP agent.
|
Use of the SNMP actions require a fundamental comprehension of SNMP, its required protocol data units (PDU) and other related terms, such as NMS or MIB. |
Declaration
<AMSNMPSENDTRAP HOST="text" COMMUNITY="text" REMOTEPORT="number" SNMPVERSION="text [options]" ENTERPRISE="text" GENERICTYPE="text [options]" SPECIFICTYPE="number" TIMESTAMP="number" TIMESTAMPMEASURE="text [options]" VARBINDNAMES="text" VARBINDVALUES="text" VARBINDSYNTAXES="text [options]" />
Example
<AMSNMPSENDTRAP HOST="127.0.0.1" COMMUNITY="CommunityName" REMOTEPORT="178" SNMPVERSION="snmpv2c" ENTERPRISE="1.3.16.1.5.1.311.1.1.3" SPECIFICTYPE="60" TIMESTAMP="20" TIMESTAMPMEASURE="milliseconds" VARBINDNAMES="1.3.16.1.5.1.311.1.1.3.1.1" VARBINDVALUES="450" VARBINDSYNTAXES="integer" />
See Also: SNMP Get, SNMP Get Next, SNMP Set, SNMP Walk.
Property |
Type |
Required |
Default |
Markup |
Description |
Agent IP Address |
Text |
Yes |
(Empty) |
HOST="xxx.xxx.xxx.xxx" |
The IP Address or host name of the SNMP agent to communicate with. |
Community |
Text |
Yes |
Public |
COMMUNITY="NetAuto" |
The SNMP community name. |
Enterprise OID |
Text |
Yes |
(Empty) |
a)NAME="system.sysDescr.0" |
The OID for the network management system. This can be entered in either numeric or string notation format. |
Trap Generic Type |
Text (options) |
No |
enterprisespecific |
GENERICTYPE="coldstart" |
The generic type of the trap message. The available options are:
|
Trap Specific Number |
Number |
No |
(Empty) |
SPECIFICTYPE="60" |
The specific trap code. Valid only when the Trap Generic Type parameter is set to the default, enterprise specific. |
Property |
Type |
Required |
Default |
Markup |
Description |
Use custom time for time stamp |
Number |
No |
(Empty) |
TIMESTAMP="100" |
If enabled, specifies a custom time stamp. This parameter is disabled by default. |
Timestamp measure |
Text (options) |
No |
seconds |
TIMESTAMPMEASURE="minutes" |
The increment to use for the custom time stamp. The available options are:
|
Remote Port |
Number |
No |
162 |
REMOTEPORT="170" |
The TCP/IP port that should be used for the message. The default is 162. |
Trap Specific Number |
Text (options) |
No |
SNMPv1 |
SNMPVERSION="snmpv2c" |
The version of the SNMP protocol to use. The default is SNMP version 1. The available options are:
|
Property |
Type |
Required |
Default |
Markup |
Description |
Variable name |
Number |
No |
(Empty) |
a)VARBINDNAMES="system.sysDescr.0" |
The name/OID for a variable to be associated with a value in order to further define the trap notification. This can be entered in either numeric or string notation format. |
Variable Value |
Text |
No |
(Empty) |
VARBINDVALUES="the data" |
The value to assign to the variable. |
Variable Syntax |
Text (options) |
No |
integer |
VARBINDSYNTAXES="ipaddress" |
The data type The available options are:
|
Trap Specific Number |
Text (options) |
No |
SNMPv1 |
SNMPVERSION="snmpv2c" |
The version of the SNMP protocol to use. The default is SNMP version 1. The available options are:
|