Delete a broadcast domain
If you no longer need a broadcast domain, you can delete it. This moves the ports associated with that broadcast domain to the "Default" IPspace.
There must be no subnets, network interfaces, or SVMs associated with the broadcast domain you want to delete.
-
The system-created "Cluster" broadcast domain cannot be deleted.
-
All failover groups related to the broadcast domain are removed when you delete the broadcast domain.
The procedure you follow depends on the interface that you use—System Manager or the CLI:
Beginning with ONTAP 9.12.0, you can use System Manager to delete a broadcast domain
The delete option is not shown when the broadcast domain contains ports or is associated with a subnet.
-
Select Network > Overview > Broadcast domain.
-
Select > Delete beside the broadcast domain you want to remove.
Use the CLI to delete a broadcast domain
Delete a broadcast domain:
network port broadcast-domain delete -broadcast-domain broadcast_domain_name [-ipspace ipspace_name]
The following command deletes broadcast domain Default-1 in IPspace ipspace1:
network port broadcast-domain delete -broadcast-domain Default-1 -ipspace ipspace1