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

  • Required privileges: Infrastructure administrator or Network administrator

  • Minimum required Virtual Connect firmware version: 4.45

Enabling LLDP tagging using REST APIs

  1. Select a logical interconnect group URI.

    GET /rest/logical-interconnect-groups

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

    GET /rest/logical-interconnect-groups/{id}

  3. Set enableTaggedLldp to true.

  4. Update the logical interconnect group.

    PUT /rest/logical-interconnect-groups/{id}

Disabling LLDP tagging using REST APIs

  1. Select a logical interconnect group URI.

    GET /rest/logical-interconnect-groups

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

    GET /rest/logical-interconnect-groups/{id}

  3. Set enableTaggedLldp to false.

  4. Update the logical interconnect group.

    PUT /rest/logical-interconnect-groups/{id}

More information

About Link Layer Discovery Protocol (LLDP) tagging