- Open the SNMP Request agent configuration dialog from a workflow configuration: Right-click the agent icon and select Configuration..., or double-click the agent icon.
SNMP Request Tab
This tab contains the configuration required to select the target UDR fields from the MIB modules defined in the SNMP Collection profile. You can either configure the UDR fields to poll directly in the agent configuration by referencing an SNMP Collection profile, or you can create an OID profile and then configure the agent to reference the OID profile. Using an OID profile allows several agents to use the same configuration and the configuration only needs to be maintained in one place. You can also use different SNMP OID profiles for different workflows in the same workflow configuration.
The network elements to be polled, must be listed in a network element CSV file. The file should be located on the EC host, where you execute the SNMP workflows.
Setting | Description |
---|---|
Profile Type | Select which profile type you want the SNMP Request agent to use; an SNMP Collection profile or an SNMP OID profile. |
SNMP Collection Profile | Select the SNMP Collection Profile. |
Full Path | The full path to the network element file, including the directory at the EC where the Network Element File file is located, and the file name. The file should be in CSV format. |
Poll/Field/Instances (only available when SNMP Collection is selected as profile type) | Add the UDR types and fields to be available for polling in this section, and select the Poll check box for the ones you want to poll. Continuous requests for the specified OIDs will be sent out. Do not enable this if you want to send out dynamic requests from APL to the OID by using the generated structure. |
Network Element File
The Network Element File holds the list of Network Elements to poll. The file should be in CSV format. After the IP address or FQDN of your target network element you can specify a number of parameters, see below. The IP-address or FQDN of the target network element is a mandatory parameter. The rest of the parameters (see below) are optional. If you skip them the agent uses the default settings from the selected SNMP Collection Profile.
Order of parameters in Network Element File | CSV_COMMUNITY, |
The format of the Network Element File | This is an example of how a Network Elements CSV file can look like: (In this case 4 Network Elements are using IP addresses and one is defined using FQDN) 10.46.48.104,public,,2,10000,3,initial,,,3,12345678,1,12345678 |
The network element file is checked for changes every 10 seconds. If the file is updated, the information is reloaded into executing workflows without the need to restart the workflow. Click on the Add new UDR field button and the OID UDR Browser dialog appears. Select the UDR fields to poll. You can add several UDR fields. Click OK or Apply to add selected fields. Sometimes the exact OID to request is not known in advance. For instance, the OID string can be composed from a base OID part and an instance part that is the value of a previous response message. A dynamic request can then be performed by creating an SnmpRequestUDR from APL and routing it to the SNMP collection agent. You create an The UDR is then routed to the SNMP Request agent. This triggers a request to the specified host + port using the specified OID and community string. The response is received as usual, in the flattened unresolved form or in the hierarchical UDR structure, depending on whether the unresolved flag was set in the request or not. For resolved requests, the specified OID must be in the SNMP Collection profile. The specified host + port + community must be included in the list of network elements (CSV file + profile input).Adding UDR Fields
SnmpRequestUDR
in APL and configure it by setting:SnmpRequestUDR
example: hrSWRun.zip. Download this export and import it to see an example on how dynamic, triggered requests can be used.
Using an OID Profile
If you want the OID configuration, that is UDR types and fields to be polled, to be available for several agents, create an SNMP OID profile. See SNMP OID Profile for further information.
Input/Output Data
Input Data
SampleUDR and FlatSampleUDR[hide]3.0[/hide]
SnmpRequestUDR[hide]3.0[/hide]
Meta Information Model
For information about the MIM and a list of the general MIM parameters, see Administration and Management.
The agent does not publish nor access any MIM parameters.
SNMP Request Agent Events
Agent Message Events
The agent does not produce any message events. However, you can configure the Analysis agent with APL code to produce message events. See Log and Notification Functions for more information about available functions.
Debug Events
The agent does not itself produce any debug events. However, you can configure the Analysis agent with APL code to produce debug events. See Log and Notification Functions for more information about available functions.
0 Comments