ONTAP 9.12.1 commands

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

    Display virtual LANs (VLANs)

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

    Description

    The network port vlan show command displays information about network ports that are attached to VLANs. The command output indicates any inactive links and lists the reason for the inactive status.

    If the operational duplex mode and speed cannot be determined (for instance, if the link is down), they are listed as undef , meaning undefined.

    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

    Selects the VLAN network ports that match this parameter value.

    { [-vlan-name {<netport>|<ifgrp>}] - VLAN Name

    Selects the VLAN network ports that match this parameter value.

    | [-port {<netport>|<ifgrp>}] - Associated Network Port

    Selects the VLAN network ports that match this parameter value. If neither this parameter nor -name are used, the command displays information about all network ports.

    [-vlan-id <integer>] - Network Switch VLAN Identifier }

    Selects the VLAN network ports that match this parameter value.

    [-mac <MAC Address>] - MAC address

    Selects the VLAN network ports that match this parameter value.

    Examples

    The example below shows VLAN e1b-70 attached to port e1b on node1.

    cluster1::> network port vlan show
                     Network Network
    Node   VLAN Name Port    VLAN ID  MAC Address
    ------ --------- ------- -------  ------------------
    node1  e1b-70    e1b     70       00:15:17:76:7b:69
    Top of Page