network port broadcast-domain add-ports
Add ports to a layer 2 broadcast domain
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Add ports to a broadcast domain.
Note
The IPSpace of the ports added will be updated to the IPSpace of the broadcast-domain. The ports will be added to the failover-group of the broadcast-domain. The MTU of the ports will be updated to the MTU of the broadcast-domain.
Parameters
- -ipspace <IPspace> - IPspace Name
- The IPspace of the broadcast domain.
- -broadcast-domain <Broadcast Domain> - Layer 2 Broadcast Domain
- The broadcast domain for this port assignment.
- -ports <<node>:<port>>, ... - List of ports
- The ports to be added to this broadcast domain.
Examples
The following example adds the port "e0d" on node "cluster1-1" and port "e0d" on node "cluster1-2" to broadcast domain "mgmt" in IPspace "Default".
cluster1::network port broadcast-domain> add-ports -ipspace
Default -broadcast-domain mgmt
-ports cluster1-1:e0d, cluster1-2:e0d
Give documentation feedback