Creating a broadcast domain
You create a broadcast domain to group network ports in the cluster that belong to the same layer 2 network. The ports can then be used by SVMs.
Before you begin
The ports you plan to add to the broadcast domain must not belong to another broadcast domain.
About this task
All broadcast domain names must be unique within an IPspace.
The ports added to a broadcast domain can be physical network ports, VLANs, or interface groups (ifgrps).
If the ports you want to use belong to another broadcast domain, but are unused, you use the network port broadcast-domain remove-ports command to remove the ports from the existing broadcast domain.
The MTU of the ports added to a broadcast domain are updated to the MTU value set in the broadcast domain.
The MTU value must match all of the devices connected to that layer 2 network except for the e0M port handling management traffic.
If you do not specify an IPspace name, the broadcast domain is created in the
Default
IPspace.
To make system configuration easier, a failover group of the same name is created automatically that contains the same ports.
Example
The following command creates broadcast domain bcast1 in the Default IPspace, sets the MTU to 1500, and adds four ports:
cluster-1::> network port broadcast-domain create -broadcast-domain bcast1 -mtu 1500 -ports cluster1-01:
e0e,cluster1-01:e0f,cluster1-02:e0e, cluster1-02:e0f
After you finish
You can define the pool of IP addresses that will be available in the broadcast domain by creating a subnet, or you can assign SVMs and interfaces to the IPspace at this time. For more information, see the Cluster Peering Express Guide.
If you need to change the name of an existing broadcast domain, you use the network port broadcast-domain rename command.