Developer

 View Only
  • 1.  Get ARP table using REST API Aruba-CX

    Posted Apr 04, 2023 04:24 PM

    Hello,

    Is there a way to get the ARP table for an Aruba OS-CX 8400 using the REST API? Basically the equivalent of "show arp all-vrfs".



  • 2.  RE: Get ARP table using REST API Aruba-CX

    Posted Apr 04, 2023 04:30 PM
    Edited by Alvin.Castro Apr 04, 2023 04:32 PM

    Hello miker,
    All ARP neighbors are listed in the Neighbors table for AOS-CX switches, so you can receive an equivalent with a GET call to
    /rest/v10.10/system/vrfs/*/neighbors
    Additionally, you can add depth levels if you want even more detailed info of the neighbors in the response:
    /rest/v10.10/system/vrfs/*/neighbors?depth=2




  • 3.  RE: Get ARP table using REST API Aruba-CX

    Posted Apr 05, 2023 10:16 AM

    Thank you, I saw the neighbors option but I only ran it at level 1.