Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- SNMP Trap Configuration Form
- Configure Basic Settings for an SNMP Trap Incident
- Configure Interface Settings for an SNMP Trap Incident
- Configure Node Settings for an SNMP Trap Incident
- Configure Suppression Settings for an SNMP Trap Incident
- Configure Enrichment Settings for an SNMP Trap Incident
- Configure Dampening Settings for an SNMP Trap Incident
- Configure Deduplication for an SNMP Trap Incident
- Configure Rate (Time Period and Count) for an SNMP Trap Incident
- Configure Actions for an SNMP Trap Incident
- Configure Forward to Global Manager Settings for an SNMP Trap Incident (NNMi Advanced)
Configure Dampening Settings for an SNMP Trap Incident
For information about each SNMP Traps tab: See Also
NNMi enables you to delay (dampen) the following for an incident configuration:
- Appearance within Incident views in the NNMi Console
- Execution of Incident Actions
-
Execution of Diagnostics
Requires Network Node Manager iSPI Network Engineering Toolset Software (NNM iSPI NET) and requires installation of a Diagnostic Server.
You can configure Dampening settings based on Interface Group, Node Group, or default Dampening settings. NNMi applies your Dampening settings in the following order. Only the first match applies.
- Interface Group (SNMP Trap Configuration Form: Interface Settings tab)
- Node Group (SNMP Trap Configuration Form: Node Settings tab)
- Dampening configuration settings without specifying an Interface Group or Node Group (SNMP Trap Configuration Form: Dampening tab)
When using Dampening configuration, note the following:
-
For all Incident Configurations except Deduplication and Rate Incidents, if the dampened Incident is Closed before the Dampen Interval has passed, NNMi deletes the Incident. If the Incident is the Root Cause Incident, NNMi also deletes any Child Incidents
Note NNMi administrators can view the number of incidents Closed and deleted while dampened. Access the Help → System Information → Health tab, click the View Detailed Health Report button, and search for the word dampened.
- For all Incident Configurations except Deduplication and Rate Incidents, if the dampened Incident is Closed before the Dampen Interval has passed, NNMi deletes the Incident. If the Incident is the Root Cause Incident, NNMi also deletes any Child Incidents.
- NNMi always retains the Parent Deduplication or Rate Incident even If its Child Incidents are Closed within the Dampen Interval and subsequently deleted. See Correlate Duplicate Incidents (Deduplication Configuration) and Track Incident Frequency (Rate: Time Period and Count) for more information about Duplicate and Rate Correlation incidents.
- Any Deduplication and Incidents that have Child Incidents inherit the Dampening settings from their Correlated Children.
-
If an incident is a Root Cause Incident and a Child Incident's Dampen Interval is less than the Parent Incident's Dampen Interval, NNMi holds any Child Incidents until the Dampen Interval for the Parent Incident has passed or until the Parent Incident is Closed and subsequently deleted.
- To make sure NNMi handles both Incidents in a Pairwise Configuration the same, configure the same Dampen Interval for each Incident in a Pairwise Incident Configuration.
-
After the Dampen Interval has passed, NNMi changes the Lifecycle State to REGISTERED.
- You can use a Payload Filter to fine tune the incidents you want to dampen.
When configuring Interface Settings, Node Settings, or other Suppress Configuration, Enrich Configuration, or Dampening configuration settings for an incident, you can specify a Payload Filter. Payload Filters enables you to use the data that is included with any of the following items before they are stored as incidents in NNMi:
- Traps generated from an SNMP agent
- Syslog Messages
- Management incidents that are generated by NNMi
Examples of the type of data that can be used as a Payload Filter include SNMP trap varbind names and values as well as Management Event CIA (Custom Incident Attribute) names and values. For example, you might want NNMi to dampen an incident based on a particular status change notification trap and participation within a specified Node Group or Interface Group. To do so, you would first specify participation in the Node Group or Interface Group for the trap you want to dampen. You would also specify a Payload Filter that includes the name of the trap varbind that stores the status information as well as the status change value string of interest.
See Configure Incident Dampening Settings for an Interface Group (SNMP Trap Incident) for information about how to configure Dampening settings for an Interface Group with or without a Payload Filter.
See Configure Incident Dampening Settings for a Node Group (SNMP Trap Incident) for more information about how to configure Dampening for a Node Group with or without a Payload Filter.
To configure Dampening settings for an incident using a Payload Filter without an Interface Group or Node Group Filter:
-
Navigate to the SNMP Trap Configuration form:
- From the workspace navigation panel, select the Configuration workspace.
- Expand the Incidents folder.
- Select SNMP Trap Configurations.
- Do one of the following:
- To create a configuration, click the New icon, and continue.
- To edit configuration, select a row, click the Open icon, and continue.
- To delete a configuration, select a row and click the Delete icon.
- Select the Dampening tab.
- Provide the required information (see table)
- Click Save and Close to save your changes and return to the previous form.
- Payload Filter expressions for the
like
andnot like
operators use the syntax defined for java regular expressions (java.util.regex Pattern class). - You must use a
ciaName
that already exists in the trap or event you are configuring. - Each set of expressions associated with a Boolean Operator is treated as if it were enclosed in parentheses and evaluated together.
- View the expression displayed under Filter String to see the logic of the expression as it is created.
-
The
AND
andOR
Boolean Operators must contain at least two expressions as shown in the example below.The following example filters incidents on voltage state:
AND
ciaName = .1.3.6.1.4.1.9.9.13.1.2.1.7
ciaValue = 5NNMi evaluates the expression above as follows:
(ciaName = .1.3.6.1.4.1.9.9.13.1.2.1.7 AND ciaValue = 5)
NNMi finds all incidents with a varbind
.1.3.6.1.4.1.9.9.13.1.2.1.7
value of 5.Note When you use
ciaName
andciaValue
in a Payload Filter, you must enter theciaName
andciaValue
as a pair as shown in the preceding example. - The placement of your cursor and the subsequent text that is selected is important when performing operations using the Payload Filter Editor. For example, you append to, replace, or change the indentation of the expression that is selected.
- The placement of your cursor and the subsequent text that is selected is especially important when adding your Boolean operators.
-
You can include more than one varbind in the same Payload Filter expression as shown in the following example:
((ciaName like \Q.1.3.6.1.4.1.9.9\E.* AND ciaValue = 25) AND (ciaName like \Q.1.3.6.1.2.1.2.2.1.1.3\E.* AND ciaValue = 3))
In this example, a given trap must meet each of the following criteria:
- Contain a varbind whose Object Identifier (OID) matches the regular expression
\Q.1.3.6.1.4.1.9.9\E.*
and has a value of25
. - Contain a varbind whose OID matches the regular expression
\Q.1.3.6.1.2.1.2.2.1.1.3\E.*
and has a value of3
.
- Contain a varbind whose Object Identifier (OID) matches the regular expression
- ciaName
- ciaValue
-
= Finds all values equal to the value specified. Click here for an example.
Example:
ciaName=.1.3.6.1.4.1.9.9.13.1.2.1.7
matches any incident that contains a varbind with the name value of .1.3.6.1.4.1.9.9.13.1.2.1.7. -
!= Finds all values not equal to the value specified. Click here for an example.
Example:
ciaName! = .1.3.6.1.4.1.9.9.13.1.2.1.7
matches any incident that contains a varbind with a name value other than 1.3.6.1.4.1.9.9.13.1.2.1.7. -
< Finds all values less than the value specified. Click here for an example.
Example:
ciaValue < 6
matches any incident that contains a varbind with a value less than 6. -
<= Finds all values less than or equal to the value specified. Click here for an example.
Example:
ciaValue <= 6
matches any incident that contains a varbind with a value less than or equal to 6. -
> Finds all values greater than the value specified. Click here for an example.
Example:
ciaValue
> 4
matches any incident that contains a varbind with a value greater than 4. -
>= Finds all values greater than or equal to the value specified. Click here for an example.
Example:
ciaValue >= 4
matches any incident that contains a varbind with values greater than or equal to 4. -
between Finds all values equal to and between the two values specified. Click here for an example.
Example:
ciaValue between
matches any incident that contains a varbind value equal to or greater than 1 and equal to or less than 4.
Note As shown in the example, each value must be entered on a separate line.
-
in Finds any match to at least one value in a list of values. Click here for an example.
Example:
ciaValue in
matches any incident with a varbind value of either 4 or 5.
Note As shown in the example, each value must be entered on a separate line.
NNMi displays the list of attributes using comma-separated values enclosed in parentheses, for example (4, 5). However, the comma-separated list is used only for display purposes. The actual delimiter is the new line.
-
is not null Finds all non-blank values. Click here for an example.
Example:
ciaValue is not null
matches any incident with a varbind that contains a value. -
is null Finds all blank values. Click here for an example.
Example:
ciaValue is null
matches any incident with a varbind that does not contain a value. -
like Finds matches using the syntax defined for java regular expressions. See the Pattern (Java Platform SE6) API documentation at:
http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
for more information. Click here for more information.The period asterisk (.*) characters mean any number of characters of any type at this location.
The period (.) character means any single character of any type at this location.
Note To include literal string values in the Value attribute, enclose the string value in \Q<literal_value>\E as shown in the Examples listed below.
Example:
ciaName like \Q.1.3.6.1.4.1.9.9\E.*
matches any incident that contains a varbind name value that begins with 1.3.6.1.4.1.9.9 and (optionally) ends with any number of characters.ciaValue like .*Chicago.*
finds all traps or events that contain a varbind value that includes the string Chicago. -
not between Finds all values except those between the two values specified. Click here for an example.
Example:
ciaValue not between 5 8
matches an incident that contains a varbind with the values less than 5 or greater than 8 . -
not in Finds all values except those included in the list of values. Click here for an example.
Example:
ciaValue not in
matches any incident that contains a varbind with values other than 1 and 2.
Note As shown in the example, each value must be entered on a separate line.
NNMi displays the list of attributes using comma-separated values enclosed in parentheses, for example, (1, 2). However, the comma-separated list is used only for display purposes. The actual delimiter is the new line.
-
not like Finds all that do not have the values specified using the syntax defined for Java regular expressions. See the Pattern (Java Platform SE6) API documentation at:
http://download.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html
for more information. Click here for an example.The period asterisk (.*) characters mean any number of characters of any type at this location.
The period (.) character means any single character of any type at this location.
Note To include literal string values in the Value attribute, enclose the string value in \Q<literal_value>\E as shown in the Examples listed below.
Example:
ciaName not like \Q.1.3.6.1.4.1.9.9\E.*
matches any incident that contains a varbind name value that does not begin with .1.3.6.1.4.1.9.9 and (optionally) ends with any number of characters.ciaValue not like .*Chicago.*
finds all traps or events that do not contain a varbind value that includes the string Chicago. -
The values you enter are case sensitive.
- NNMi displays a variable number of value fields depending on the Operator selected. For example, the
between
Operator causes two value fields to be displayed. - The
between, in
andnot in
operators require that each value be entered on a separate line.
Name | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
Enable |
Use this attribute to temporarily disable an incident's Dampening settings: Disable = Temporarily disable the selected configuration. Enable = Enable the selected configuration. |
||||||||
Hour | Specifies the number of hours to be used for the Dampen Interval. | ||||||||
Minutes |
Specifies the number of minutes to be used for the Dampen Interval. |
||||||||
Seconds | Specifies the number of seconds to be used for the Dampen Interval. | ||||||||
Payload Filter |
[ This Snippet contains a table with a hard-coded column width <col style="width: 77px;" /> on the first column. Do not remove the setting. ] The Payload Filter Editor enables you to create expressions that further refine the filters used to select the incidents to be suppressed, enriched, or dampened. Make sure to design any complex Payload Filters offline as a Boolean expression first. This method can help to minimize errors when entering your expressions using the Payload Filter editor. When creating a Payload Filter, note the following:
|
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to network-management-doc-feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: