Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. 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 z/OS
Created by Guest
Created on Jul 25, 2014

Dynamic Reconfiguration of ospf_interface's parameters

Provide command(s) to dynamic reconfiguration of OSPF_Interface statements.

The F OMPROUTE,RECONFIG command that is currently available can only be used to add new interfaces, and we have to recycle the OMPROUTE Address Space to apply our changes.

Idea priority Medium
  • Guest
    Reply
    |
    Aug 1, 2018

    Hi,

    Thank you for this hints. I will pass them along to my team.

    Sorry for the long delay.

    The e-mail with your response was lost on my spam mailbox.

    Are you guys still going to implement these dynamic reconfiguration functions for IPv4?

    Best Regards,

    Felipe

  • Guest
    Reply
    |
    Nov 19, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - z Systems Software
    Product - z/OS Communications Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Enterprise Networking
    Product - z/OS Communications Server

  • Guest
    Reply
    |
    Sep 10, 2014

    Felipe,

    As you can see this RFE is now an uncommitted candidate. However I wanted to let you know of some workarounds that might work for you in the current code to achieve what you need. We recognize that these are workarounds and not ideal but might help you out in a pinch, for example if there is an error in your OMPROUTE configuation.

    Following is a list of the parameters you wanted to be able to change and how to use workarounds in today's code to change them.

    Name: Add a wildcard definition (e.g., 9.23.5.*) that can be associated to this interface to the OMPROUTE configuration, using the RECONFIG command.

    IP Address: There are two ways to do this. 1) add a wildcard definition as described above. 2) Delete any interface from stack that has the same name. Then change the IP address in the OMPROUTE configuration file and issue the RECONFIG command.

    Subnet Mask and MTU: You would also have to change either the name or the IP Address of the interface. Then add a wildcard definition as described above

    Cost: This can already be modified using the use F omproute_jobname,OSPF,WEIGHT command

    Note that for all the changes except for the Cost, the interface will have to be deleted from and re-added to the stack to get OMPROUTE to recognize it after the OMPROUTE changes.

    These workarounds are for IPv4. For IPv6:

    Name: Simply use RECONFIG to create a new interface definition with the new name (since IPv6 interfaces are defined by name only)

    IP Address: not needed. OMPROUTE does not define IP addresses for IPv6 interfaces, it learns them from the stack

    MTU: not needed, for IPv6 OMPROUTE learns the MTU value from the stack and does not define it.

    Cost: Use the F omproute_jobname,IPV6OSPF,WEIGHT command

  • Guest
    Reply
    |
    Aug 19, 2014

    We would like to be able to change dynamically the following parameters: Name, Ip_Address, Subnet_Mask, MTU and Cost0.

    It would be fine to stop one interface at a time to make the changes without having to completely stop all TCPIP communication.

    Please let me know If you need any further information.

    Regards,

    Felipe

  • Guest
    Reply
    |
    Aug 14, 2014

    This requirement has a better chance of success if the scope is narrowed.  Which parameters would you be interested in dynamically changing?  Would it be acceptable to require the interface to be stopped to make these changes?