Skip to Main Content
Cloud and AIOps


This is an IBM Automation portal for Cloud Management, Technology Cost Management, Network Automation and AIOps products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).

Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.

Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Workspace SevOne
Created by Guest
Created on Aug 5, 2026

We’re looking to enhance our alerting to detect interface flaps while avoiding overlap with our existing device availability (ICMP reachability) alerts. Use ICMP-based monitoring to identify intermittent connectivity (flapping) without duplicating the current “device down” availability alerts.

Current ICMP device availability alert configuration
- Trigger condition: Maximum Availability = 0%
- Clear condition: Minimum Availability ≥ 80%
- Polling cadence: 5 consecutive pings every 5 minutes

Proposed ICMP strategy (to improve flap detection)
- Availability (Device Level)
- Trigger condition: Maximum Availability = 0% for 5 minutes (instead of 10 minutes)
- Clear condition: Minimum Availability = 100% every 5 minutes (instead of 10 minutes)
- Ping method: 15 pings per 5-minute interval, triggered every 21 seconds

Question / Request
- What is the best way in IBM’s platform to generate an alert for device interfaces (e.g., link up/down, interface operational status changes, interface flap detection), rather than only device-level ICMP reachability?

Specifically, could you please advise:
- Whether interface flap alerting is supported natively, and what feature/module enables it
- Recommended approach (e.g., SNMP interface operStatus/adminStatus, IF-MIB, traps, streaming telemetry, etc.)
- How to configure thresholds to detect flaps (e.g., X transitions within Y minutes)
- How to ensure interface alerts do not conflict with or duplicate existing device availability alerts

What we have on the Interface object for availability is four main things:

  1. The presence or lack of data
    1. This may be caused because the device is not reachable
    2. May also occur because the device is not reporting the interface's statistics.
  2. The Enabled indicator - the results of walking ifAdminStatus
  3. The Operation indicator - the results of walking ifOperStatus
  4. The Availability indicator - synthetic indicator that uses ifOperStatus,
    1. if ifOperstatus is 1, it reports 100%. if it is not 1, it reports 0%.
    2. This shows as 0% even if the result is a method other than 2, such as 3 - testing, 4 - unknown, etc.

If the device itself becomes unreachable, we shouldn't be getting results of ifAdminStatus or ifOperStatus.

Effectively, there would be a gap in the data, not 0s.

So if you make policies based on Availability < 100%, then this should only trigger when we have 0% datapoints.

 

As far as detecting specifically flaps as opposed to general interface level outages, this becomes more difficult.

If an interface is flapping, IE availability shows 100,0,100,0,100, etc. then you could use something like count over threshold as a trigger.

That would look at the data points and trigger if X datapoints met the trigger condition even if they aren't concurrent.

Idea priority High