ONTAP 9.12.1 commands

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

    Delete a network port

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

    Description

    The network port delete command deletes a network port that is no longer physically present on the storage system.

    Parameters

    -node {<nodename>|local} - Node

    This specifies the node on which the port is located.

    -port {<netport>|<ifgrp>} - Port

    This specifies the port to delete.

    Examples

    The following example deletes port e0c from a node named node0. The command works only when the port does not physically exist on the storage system.

    cluster1::*> network port delete -node node0 -port e0c
    Top of Page