Skip to main content

Split ONTAP broadcast domains

Contributors netapp-barbe netapp-aaron-holt netapp-aherbin

If network port reachability has changed, either through physical network connectivity or switch configuration, and a group of network ports previously configured in a single broadcast domain has become partitioned into two different reachability sets, you can split a broadcast domain to synchronize the ONTAP configuration with the physical network topology.

Note The procedure for splitting broadcast domains is different in ONTAP 9.7 and earlier versions. If you need to split broadcast domains on a network running ONTAP 9.7 and earlier, refer to Split broadcast domains (ONTAP 9.7 or earlier).

To determine if a network port broadcast domain is partitioned into more than one reachability set, use the network port reachability show -details command and pay attention to which ports do not have connectivity to one another ("Unreachable ports"). Typically, the list of unreachable ports defines the set of ports that should be split into another broadcast domain, after you have verified that the physical and switch configuration is accurate. Learn more about network port reachability show in the ONTAP command reference.

Step

Split a broadcast domain into two broadcast domains:

network port broadcast-domain split -ipspace <ipspace_name> -broadcast-domain <broadcast_domain_name> -new-broadcast-domain <broadcast_domain_name> -ports <node:port,node:port>
  • ipspace_name is the name of the ipspace where the broadcast domain resides.

  • -broadcast-domain is the name of the broadcast domain that will be split.

  • -new-broadcast-domain is the name of the new broadcast domain that will be created.

  • -ports is the node name and port to be added to the new broadcast domain.