network subnet rename
Rename a layer 3 subnet
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Rename a Subnet.
Parameters
- -ipspace <IPspace> - IPspace Name
- The IPspace to which the subnet belongs.
- -subnet-name <subnet name> - Subnet Name
- The name of the subnet to rename.
- -new-name <text> - New Name
- The new name for the subnet.
Examples
The following example renames subnet s1 to s3.
cluster1::> network subnet rename -ipspace Default -subnet s1 -new-name s3
Give documentation feedback