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 AIX
Created by Guest
Created on Mar 9, 2016

IPSEC Solution Function Enhancement Request

I'm CTS for KFCC and submit this request on behalf of KFCC.

KFCC requested to add a funcing for ports range selection in IPSEC solution.
Other OS such as Linux, Windows, Solaris support ports range selection but IBM AIX only support individual port selection.

--------------------------------------------------------------------------------
Summary of PMR # : 61272,766,766

To WWNETA
Can we add a filter rule of ipsec with port range?
Action Plan>
Escalate it to WWNETA for further investigation.
…….
Over to Roger.
…….
Hi,
In Ipsec filter rules the port operations cannot be combined used (such as : &&, ||).
If the customer wants to specify a [interval] scope, I think Ipsec rules do not support such range.
Regards, Wei Hua<wwneta,165>
…….
Action Taken>
We had received the answer that Ipsec filter doesn't support a port range.
To account team,
AIX doesn't support a port range of Ipsec rules. So, customer wants to use it. Please guide a customer try to do DCR at a below site.
-DCR site
https://www.ibm.com/developerworks/rfe/
Action Plan>
Back it to account team.

Idea priority High
  • Guest
    Reply
    |
    Apr 20, 2017

    Haven't heard anything since my last note.
    Please feel free to re-open if the RFE is still needed.

  • Guest
    Reply
    |
    Jul 9, 2016

    To permit the traffic from port # 2000 to port # 2003 and to deny any traffic less than port #2000 and greater than port #2003, the following can be done:
    Create the filters:
    #genfilt -v 4 -a D -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c any -O lt -P 2000 -w I
    #genfilt -v 4 -a D -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c any -O gt -P 2003 -w I
    #genfilt -v 4 -a P -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c any -O ge -P 2000 -w I
    #genfilt -v 4 -a P -s 0.0.0.0 -m 0.0.0.0 -d 0.0.0.0 -M 0.0.0.0 -c any -O le -P 2003 -w I

    Would this serve the purpose of specifying a port range?
    Please let us know. Thanks,

  • Guest
    Reply
    |
    Mar 10, 2016

    Creating a new RFE based on Community RFE #85057 in product IBM AIX.