Update logical interconnect settings

A logical interconnect is automatically created when you add an enclosure with physical interconnects. The logical interconnect represents all the physical interconnects contained in the enclosure.

To update the logical interconnect settings, perform a PUT operation to reapply all of the logical interconnect settings attributes. View the logical interconnect settings attributes by using a GET operation, edit the attributes, and then perform a PUT operation using all of the attributes.


[NOTE: ]

NOTE: To learn more about loop protection settings, see About loop protection. To learn more about pause flood protection settings, see About pause flood protection.


Prerequisites

  • Minimum required session ID privileges: Network administrator

Updating a logical interconnect using REST APIs
  1. Select a logical interconnect URI.

    GET /rest/logical-interconnects

  2. Get the logical interconnect settings using the URI from step 1. The settings are contained in the ethernetSettings attribute.

    GET /rest/logical-interconnects/{id}

  3. Edit the logical interconnect settings.

  4. Update the logical interconnect settings.

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