ONTAP 9.12.1 commands

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

    Remove a port from an interface group

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

    Description

    The network port ifgrp remove-port command removes a network port from a port interface group.

    Parameters

    -node {<nodename>|local} - Node

    The node on which the port interface group is located.

    -ifgrp <ifgrp name> - Interface Group Name

    The port interface group from which a port will be removed.

    -port <netport> - Specifies the name of port.

    The network port that will be removed from the port interface group.

    Examples

    The following example removes port e0d from port interface group a1a on a node named node1:

    cluster1::> network port ifgrp remove-port -node node1 -ifgrp a1a -port e0d
    Top of Page