Send SNMP Trap

Applies To: Opalis 6.3

The Send SNMP Trap object will raise an SNMP event that can be detected by a network systems manager application. By using an enterprise identifier of a known network device, you can send SNMP Traps on behalf of a network device in your system.

To configure SNMP version 3 security in the client, on the Options menu click SNMP.

Use the Send SNMP Trap to create events for Policies that need to be tracked using an SNMP monitoring product.

Configuring the Send SNMP Trap Object

To configure the Send SNMP Trap object you need to know the IP address of the device where you are sending your SNMP trap, the identifiers of the trap, the SNMP version you will use, and the address of the agent that you want to identify as the sender of the SNMP trap information.

To configure the Send SNMP Trap object

  1. From the Objects pane, drag a Send SNMP Trap object to the active Policy.

  2. Double-click the Send SNMP Trap object icon. The Properties dialog opens.

  3. For information about the settings on the Details tab and the Advanced tab see the following tables.

  4. You can add additional information to the SNMP trap. Each item that you add also becomes a Published Data item. To add additional information to the SNMP trap:

    1. In the Variable Bindings section, click Add. The Add variable binding dialog appears.

    2. In the OID box, type the object name that you want to add.

    3. In the Syntax box, click the ellipsis button (...) and select a syntax from the list. Click OK.

    4. In the Value box, type a value for the object. Click OK. The object appears in the list.

  5. For information about the settings on the General tab, the Run Behavior tab, and other tabs if applicable, see Common Tabs.

Details Tab

Element Configuration Instructions

IP address

Type the name of the computer or IP address where you are sending the SNMP trap.

Port

Type the port to use to send the SNMP trap.

Enterprise identifier

Specify the enterprise identifier of the event being raised by the Send SNMP Trap object.

Generic identifier

Specify the generic identifier of the SNMP trap. There are six options available:

coldStart(0) - Select to signify a cold start of the network device. This option has a numerical value of 0.

warmStart(1) - Select to signify a warm start of the network device. This option has a numerical value of 1.

linkDown(2) - Select to signify a severed connection to the network device. This option has a numerical value of 2.

linkUp(3) - Select to signify a re-established connection to the network device. This option has a numerical value of 3.

authenticationFailure(4) - Select to signify a failed SNMP authentications to the network device. This option has a numerical value of 4.

egpNeighborLoss(5) - Select to signify a lost EGP peer connection to the network device. This option has a numerical value of 5.

enterpriseSpecific(6) - Select to specify an enterprise specific id. This option has a numerical value of 6. You must specify this option to specify a Specific identifier.

Specific identifier

Type the enterprise specific identifier for the SNMP trap. This element becomes active when you select the enterpriseSpecific(6) option of the Generic identifier box.

SNMP Version

Select the SNMP version to use when generating the SNMP trap.

Community string

If you selected the SNMPv1 or SNMPv2c option from the SNMP Version drop-down list, the Community string element appears. Type the community string that will be used to authenticate against the network device.

If you selected SNMPv3 option from the SNMP Version drop-down list, the User name and Context elements appear. Specify the name of the user whose credentials will be used to authenticate the operator. The list of available users is found on the Options > SNMP menu.

This element is case-sensitive.

The Send SNMP Trap object does not verify the content of community strings, nor whether the strings are received. It sends whatever data you provide in the box, whether it is valid or not. The object returns a status of Success if it was able to send the data, regardless of whether the data were correct or readable.

AdvancedTab

Element Configuration Instructions

Address

If you want to identify another computer as the agent that sends the SNMP trap information, type the agent address in the box. Otherwise, leave the box blank. The object will use the agent address of the Action Server that runs the Policy. This element can only be used with version SNMPv1.

Send SNMP Trap Published Data

The following table lists the element names and descriptions of the data published by this object. For information about the published data elements that are common to all objects, see Policy Workflow Rules.

In addition, objects that you added to the Variable Bindings list on the Advanced tab become Published Data items.

Element Name Description

Destination IP address

The IP address of the device where the trap is sent.

Enterprise Id

The enterprise ID of the trap.

Generic Id

The generic ID of the trap.

Trap port

The port where the trap was sent.

SNMP Version

The SNMP version that was specified for this trap. This value can be SNMPv10, SNMPv2c, or SNMPv3.

Community string

The community string that will be needed to retrieve this SNMP trap.

Origin address

The address of the device that generated the trap.

Specific Id

The specific ID of the trap.