Create a network set

A network set is a collection of networks within a single domain that can be used together as a named group to simplify server profile creation. Instead of using a server profile to assign one network to a connection, a network set is assigned to a connection. When you create a network set, you can designate one network as untagged. This untagged network handles untagged traffic.

After you create a network set, you can add or delete a network from the network set. To learn more about editing a network set, see Update a network set.

Prerequisites

  • Minimum required session ID privileges: Network administrator

  • All networks in a network set must be Ethernet networks

  • All networks in a network set must be in the same interconnect domain

Creating a network set using REST APIs
  1. Select the Ethernet network URIs.

    GET /rest/ethernet-networks

  2. Select the connection template URI.

    GET /rest/connection-template

  3. Create a network set with the above information.

    POST /rest/network-sets

See also