ONTAP 9.12.1 commands

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

    Display VIP ports

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

    Description

    The network port vip show command displays information about VIP ports.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-node {<nodename>|local}] - Node

    This parameter selects the VIP ports that match the specified node.

    [-port <netport>] - Network Port

    This parameter selects the VIP ports that match the specified port.

    [-ipspace <IPspace>] - IPspace Name

    This parameter selects the VIP ports that match the specified IPspace.

    Examples

    The example below shows VIP port v0a is created in IPspace ips on node1.

    cluster1::> network port vip show
        Node   VIP Port IPspace
        ------ -------- -------------
        node1  v0a      ips
    Top of Page