network port broadcast-domain remove-ports
Remove ports from a layer 2 broadcast domain
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Remove port assignments from a broadcast domain.
Parameters
- -ipspace <IPspace> - IPspace Name
- The IPspace of the broadcast domain.
- -broadcast-domain <Broadcast Domain> - Layer 2 Broadcast Domain
- The broadcast domain of the ports.
- -ports <<node>:<port>>, ... - List of ports
- The ports to removed from the broadcast-domain.
Examples
The following example removes port "e0d" on node "cluster1-1" and port "e0d" on node "cluster1-2" from broadcast domain "mgmt" in IPspace "Default".
cluster1::network port broadcast-domain> remove-ports -ipspace Default -broadcast-domain mgmt -ports cluster1-1:e0d, cluster1-2:e0d
Give documentation feedback