Skip to main content

Manage cluster networking on ASA r2 storage systems

Contributors netapp-aherbin

You can use ONTAP System Manager to perform basic storage network administration on your ASA r2 system. For example, you can add a broadcast domain or reassign ports to a different broadcast domain.

Add a broadcast domain

Use broadcast domains to simplify management of your cluster network by grouping network ports that belong to the same layer 2 network. Storage virtual machines (VMs) can then use the ports in the group for data or management traffic.

The “Default” broadcast domain and the “Cluster” broadcast domain are created during cluster setup. The “Default” broadcast domain contains ports that are in the “Default” IPspace. These ports are used primarily to serve data. Cluster management and node management ports are also in this broadcast domain. The “Cluster” broadcast domain contains ports that are in the “Cluster” IPspace. These ports are used for cluster communication and include all cluster ports from all nodes in the cluster.

You can create additional broadcast domains after your cluster has been initialized. When you create a broadcast domain, a failover group that contains the same ports is automatically created.

About this task

The maximum transmission unit (MTU) of the ports added to a broadcast domain are updated to the MTU value set in the broadcast domain.

Steps
  1. In System Manager, select Network > Overview.

  2. Under Broadcast domains, select blue rectangle containing a plus sign followed by the word add in white letters.

  3. Enter a name for the broadcast domain or accept the default name.

    All broadcast domain names must be unique within an IPspace.

  4. Select the IPspace for the broadcast domain.

    If you don’t specify an IPspace name, the broadcast domain is created in the "Default" IPspace.

  5. Enter the maximum transmission unit (MTU).

    MTU is the largest data packet that can be accepted in your broadcast domain.

  6. Select the desired ports; then select Save.

Result

You have added a new broadcast domain.

Reassign ports to a different broadcast domain

Ports can belong to only one broadcast domain. If you want to change the broadcast domain to which a port belongs, you need to reassign the port from its existing broadcast domain to a new broadcast domain.

Steps
  1. In System Manager, select Network > Overview.

  2. Under Broadcast Domains, select three vertical blue dots next to the domain name; then select Edit.

  3. Deselect the Ethernet ports that you want to reassign to another domain.

  4. Select the broadcast domain to which you want to reassign the port; then select Reassign.

  5. Select Save.

Result

You have reassigned ports to a different broadcast domain.

Create a VLAN

A VLAN consists of switch ports grouped together into a broadcast domain. VLANs enable you to increase security, isolate problems, and limit available paths within your IP network infrastructure.

Before you begin

The switches deployed in the network must either comply with IEEE 802.1Q standards or have a vendor-specific implementation of VLANs.

About this task
  • A VLAN can’t be created on an interface group port that contains no member ports.

  • When you configure a VLAN over a port for the first time, the port might go down, resulting in a temporary disconnection of the network. Subsequent VLAN additions to the same port do not affect the port state.

  • You should not create a VLAN on a network interface with the same identifier as the native VLAN of the switch. For example, if the network interface e0b is on native VLAN 10, you should not create a VLAN e0b-10 on that interface.

Steps
  1. In System Manager, select Network > Ethernet ports; then select a blue plus sign followed by the word vlan.

  2. Select the node and broadcast domain for the VLAN.

  3. Select the port for the VLAN.

    The VLAN can’t be attached to a port hosting a cluster LIF or to ports assigned to the cluster IPspace.

  4. Enter a VLAN ID.

  5. Select Save.

Result

You have created a VLAN to increase security, isolate problems, and limit available paths within your IP network infrastructure.