Skip to main content
System Manager Classic

Set up the network with System Manager - ONTAP 9.7 and earlier

Contributors netapp-aoife

You can use ONTAP System Manager classic (available in ONTAP 9.7 and earlier) to set up the network. Setting up the network consists of creating IPspaces, a broadcast domain, and subnets.

Create IPspaces

You can create an IPspace by using System Manager to configure a single ONTAP cluster for client access from more than one administratively separate network domain, even when the clients use the same IP address subnet range. This enables you to separate client traffic for privacy and security.

About this task

All of the IPspace names must be unique within a cluster and must not consist of names that are reserved by the system, such as “local” or “localhost.”

Steps
  1. Click the Network tab.

  2. In the IPspaces tab, click Create.

  3. In the Create IPspaces dialog box, specify a name for the IPspace that you want to create.

  4. Click Create.

Create broadcast domains

You can create a broadcast domain by using System Manager to provide a logical division of a computer network. In a broadcast domain, all associated nodes can be reached through broadcast at the datalink layer

Steps
  1. Click the Network tab.

  2. In the Broadcast Domains tab, click Create.

  3. In the Create Broadcast Domain dialog box, specify the name, MTU size, IPspace, and ports for the broadcast domain that you want to create.

  4. Click Create.

Create subnets

You can create a subnet by using System Manager to provide a logical subdivision of an IP network to pre-allocate the IP addresses. A subnet enables you to create interfaces more easily by specifying a subnet instead of an IP address and network mask values for each new interface.

Before you begin

You must have created the broadcast domain on which the subnet is used.

About this task

If you specify a gateway when creating a subnet, a default route to the gateway is added automatically to the SVM when a LIF is created using that subnet.

Steps
  1. Click the Network tab.

  2. In the Subnets tab, click Create.

  3. In the Create Subnet dialog box, specify subnet details, such as the name, subnet IP address or subnet mask, range of IP addresses, gateway address, and broadcast domain.

    You can specify the IP addresses as a range, as comma-separated multiple addresses, or as a mix of both.

  4. Click Create.

Related information