Cloud Managed Networks

 View Only
last person joined: 2 days ago 

Forum to discuss all things related to HPE Aruba Networking Central and UXI Network Management, including deployment of managed networks, configuration, best practices, APIs, Cloud Guest, AIOps, Presence Analytics, and other included Applications
Expand all | Collapse all

REST API - Identifying LAG Interfaces and Membership

This thread has been viewed 20 times
  • 1.  REST API - Identifying LAG Interfaces and Membership

    Posted Oct 06, 2021 11:34 PM
    I originally posted this in the wrong section I think...

    Using the Central REST API, how do I determine a CX switch's LAG membership and get a list of LAG interfaces? I've looked at the various Switch Port Details APIs and I'm not seeing it.


    The Frontend APIs have fields for it:

    /monitor/v2/switch/CX/port_info
    "trunk_group_name": "lag5"​

    but the API Gateway endpoints do not, at least not that I can see. Short of running a CLI-show command on the switch through the APIs, is there another way?



  • 2.  RE: REST API - Identifying LAG Interfaces and Membership

    Posted Jul 12, 2022 08:11 AM
    Did you ever figure this out?


  • 3.  RE: REST API - Identifying LAG Interfaces and Membership

    Posted Jul 12, 2022 11:23 AM
    No, LAG membership for interfaces is still not present in Aruba Central (at least in the version I'm on). Parsing the running config (pulled from the API) may be the only way for the time being.