ONTAP 9.12.1 commands

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

    Display port interface groups

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

    Description

    The network port ifgrp show command displays information about port interface groups. By default, it displays information about all port interface groups on all nodes in the cluster.

    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 port interface groups that match this parameter value. Use this parameter with the -ifgrp parameter to select information about a specific port interface group.

    [-ifgrp <ifgrp name>] - Interface Group Name

    Selects the port interface groups that match this parameter value. Use this parameter with the -node parameter, to select information about a specific port interface group.

    [-distr-func {mac|ip|sequential|port}] - Distribution Function

    Selects the port interface groups that match this parameter value.

    [-mode {multimode|multimode_lacp|singlemode}] - Create Policy

    Selects the port interface groups that match this parameter value.

    [-mac <MAC Address>] - MAC Address

    Selects the port interface groups that match this parameter value.

    [-activeports {full|partial|none}] - Port Participation

    Selects the port interface groups that match this parameter value. The value "partial" indicates that some but not all of the port interface group’s ports are active. the value "full" indicates that all of the port interface group’s ports are active.

    [-ports {<netport>|<ifgrp>}] - Network Ports

    Selects the port interface groups that match this parameter value.

    [-up-ports {<netport>|<ifgrp>}] - Up Ports

    Selects the port interface groups that match this parameter value. Displays only the ports that are up.

    [-down-ports {<netport>|<ifgrp>}] - Down Ports

    Selects the port interface groups that match this parameter value. Displays only the ports that are down.

    Examples

    The following example displays information about all port interface groups.

    cluster1::> network port ifgrp show
            Port     Distribution                Active
    Node    ifgrp    Function     MAC Address    Ports   Ports
    ------  -------  ------------ -------------- ------- ---------------
    node0
            a0a      ip           b8:f8:7a:20:00 partial e0c
    node1
            a1a      ip           07:26:60:02:00 full    e0d
    Top of Page