Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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 Not under consideration
Workspace PowerHA for AIX
Created by Guest
Created on Mar 6, 2017

netmon.cf: ICMP request SRC-address

Description:
Since updating cluster installations from AIX V7.1 TL3 SP5/PowerHA V7. 1.3 SP3 to AIX V7.1 TL4 SP2/PowerHA V7.1.3 SP5 we observe a different behaviour in the "ping" tests, originating from netmon.cf. On the older release only the source-IP address defined in netmon.cf was used for the ICMP requests to the target address defined. Since updating, all configured IP-addresses on a particular interface are used as source-IPs for the "ping" tests.

Idea priority Medium
  • Guest
    Reply
    |
    Sep 23, 2020

    The earlier implementation was in user space. The current implementation is in kernel as a kernel extension (CAA). CAA supports the following format of netmon.cf file

    !REQ owner target
    where owner can be !ALL or an IP address or an interface name.
    target can be an IP address or hostname

    If an interface name (such a en0) is provided as owner then CAA will use all the IP addresses configured on that interface as the source IP.

    If an IP address is given then CAA will figure out on which interface the IP address is configured and then use all the IP addresses configured on that interface as the source address. This was done mainly to ensure the interface is truly down in other words to get a better indication.