Enable or disable LLDP tagging using REST APIs

Enabling or disabling the enableTaggedLldp parameter determines the LLDP management address TLV of LLDP frames sent out by an interconnect.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Network administrator

  • Minimum required Virtual Connect version: 4.45

Enabling LLDP tagging using REST APIs
  1. Select a logical interconnect URI.

    GET /rest/logical-interconnects

  2. Get the logical interconnect using the URI from step 1.

    GET /rest/logical-interconnects/{id}

  3. Set enableTaggedLldp to true.

  4. Update the logical interconnect.

    PUT /rest/logical-interconnects /rest/logical-interconnects/{id}

Disabling LLDP tagging using REST APIs
  1. Select a logical interconnect URI.

    GET /rest/logical-interconnects

  2. Get the logical interconnect using the URI from step 1.

    GET /rest/logical-interconnects/{id}

  3. Set enableTaggedLldp to false.

  4. Update the logical interconnect.

    PUT /rest/logical-interconnects/{id}

More information

About Link Layer Discovery Protocol (LLDP) tagging