network subnet delete
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Delete an existing subnet object
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Delete a subnet that contains no ports.
Parameters
-ipspace <IPspace>
- IPspace Name-
The IPspace to which the subnet belongs.
-subnet-name <subnet name>
- Subnet Name-
The name of the subnet to be deleted.
[-force-update-lif-associations <true>]
- Change the subnet association-
This command will fail if the subnet has ranges containing any existing service processor interface or network interface IP addresses. Setting this value to true will remove the network interface associations with the subnet and allow the command to succeed. However, it will not affect service processor interfaces.
Examples
The following example deletes subnet s1
in IPspace Default
.
cluster1::> network subnet delete -ipspace Default -subnet-name s1