Skip to Main Content
Cloud Management and AIOps
Hide about this portal


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.

Add support for 'operSt: ok' response from APIC for SevOne SDN solution

See this idea on ideas.ibm.com

It has been found that the 'operSt' indicator from a Cisco APIC will at times respond with a string "ok", like so:

                    "operSt": "ok", 

Currently, the SDN product will mark this response with a '0' as it aligns with 'unknown'

"unknown": 0,         "down": 1,         "up": 2,         "link-up": 3

This is a request to add support for this response. 

Idea priority Medium
  • Admin
    Kaushal Maru
    Reply
    |
    Apr 4, 2025

    Hello Richard,

    Thank you for raising this idea request. Unfortunately we’re unable to replicate this behaviour in our labs. So we checked the docs and Cisco API Object model Documentation, doesn’t list ok as one of the valid values either.

    This needs more investigation and will require some assistance from you before we can progress:

    1. Can you confirm the APIC version you’re experiencing this issue on?

    2. Can you check the APIC API documentation on your instance – it’s under help and look for Object Model Documentation. The object being – ethpmPhysIf

      1. A quick link would be - https://<APIC IP or Hostname>//doc/jsonmeta/ethpm/PhysIf.json

    3. If the documentation on your instance confirms what we are seeing, you will need to get Cisco TAC involved as a next step.

    Here is the extract from the API Object Model Documentation :-

    "operSt": {

    "comment": [

    "The operational port state."

    ],

    "isConfigurable": false,

    "propGlobalId": "3795",

    "propLocalId": "29",

    "label": "Operational State",

    "baseType": "scalar:Enum8",

    "modelType": "l1:OperSt",

    "needsPropDelimiters": false,

    "uitype": "enum",

    "createOnly": false,

    "readWrite": false,

    "readOnly": true,

    "isNaming": false,

    "secure": false,

    "implicit": true,

    "mandatory": false,

    "isOverride": false,

    "isLike": false,

    "validValues": [

    { "value": "4", "localName": "channel-admin-down",

    "platformFlavors": [

    ],

    "comment": [

    "Port Channel is admin-down"

    ],

    "label": "Channel Admin Down "},

    { "value": "down", "localName": "defaultValue",

    "platformFlavors": [

    ],

    "comment": [

    "there are many more..please copy from\n global/constants/export/dcos/pm_globals.h"

    ],

    "label": " "},

    { "value": "1", "localName": "down",

    "platformFlavors": [

    ],

    "comment": [

    "Port is down"

    ],

    "label": "Down "},

    { "value": "3", "localName": "link-up",

    "platformFlavors": [

    ],

    "comment": [

    "Port is link-up"

    ],

    "label": "Link Up "},

    { "value": "0", "localName": "unknown",

    "platformFlavors": [

    ],

    "comment": [

    "Unknown state"

    ],

    "label": "Unknown "},

    { "value": "2", "localName": "up",

    "platformFlavors": [

    ],

    "comment": [

    "Port is up"

    ],

    "label": "Up "}

    ],

    "default": "down",

    "platformFlavors": [

    ],

    "isNxosConverged": false,

    "isDeprecated": false,

    "isHidden": false

    },

  • Guest
    Reply
    |
    Feb 5, 2025

    We need this addressed as a hotfix for 6.8.2