ONTAP 9.12.1 commands

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

    Create a VIP port

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

    Description

    The network port vip create command creates a VIP port in the specified IPspace on the specified node. Only one VIP port can be created per IPspace on the given node.

    Parameters

    -node {<nodename>|local} - Node

    The node where the VIP port should be created.

    -port <netport> - Network Port

    The name of the VIP port to be created in the format v<slot-number><port-letter>

    -ipspace <IPspace> - IPspace Name

    The IPspace where the VIP port should be created. The default value for this parameter is "Default", which identifies the default IPspace.

    Examples

    This example shows how to create a VIP port named v0a in ipspace ips on node1.

    cluster1::> network port vip create -node node1 -port v0a -ipspace ips
    Top of Page