ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • network ipspace delete

    Delete an IPspace

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Delete an IPspace that contains no ports or Vservers.

    Parameters

    -ipspace <IPspace> - IPspace name

    The name of the IPspace to be deleted. If the IPspace is associated with one or more logical-interfaces, you must delete them before you can delete the IPspace.

    Examples

    The following example deletes the IPspace "ips1".

    cluster1::> network ipspace delete -ipspace ips1
    Top of Page