Skip to main content

Split broadcast domains (ONTAP 9.8 and later)

Contributors netapp-barbe

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.

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.

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.