network port broadcast-domain rename
Rename a layer 2 broadcast domain
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Rename a broadcast domain.
Parameters
- -ipspace <IPspace> - IPspace Name
- The IPspace to which the broadcast domain belongs.
- -broadcast-domain <Broadcast Domain> - Layer 2 Broadcast Domain
- The name of the broadcast domain.
- -new-name <text> - New Name
- The new name of the broadcast domain.
Examples
The following example renames the broadcast domain named "mgmt" to "mgmt2" in IPspace "Default".
cluster1::network port broadcast-domain> rename -ipspace Default -broadcast-domain mgmt -new-name mgmt2
Give documentation feedback