ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • metrocluster configuration-settings interface show

    Display the network logical interfaces provisioned for MetroCluster

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

    Description

    The metrocluster configuration-settings interface show command displays the network logical interfaces that were provisioned for MetroCluster.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>,…​ parameter, the command displays only the fields that you specify.

    | [-instance ] }

    If this parameter is specified, the command displays detailed information about all entries.

    [-dr-group-id <integer>] - DR Group ID

    If this parameter is specified, the command displays information for the matching DR group.

    [-cluster-uuid <UUID>] - Cluster UUID

    If this parameter is specified, the command displays information for the matching cluster specified by uuid.

    [-cluster <Cluster name>] - Cluster Name

    If this parameter is specified, the command displays information for the matching cluster..

    [-node-uuid <UUID>] - Node UUID

    If this parameter is specified, the command displays information for the matching nodes uuid.

    [-node <text>] - Node Name

    If this parameter is specified, the command displays information for the matching nodes.

    [-home-port {<netport>|<ifgrp>}] - Home Port

    If this parameter is specified, all interfaces with home-port set to this value are displayed.

    [-address <IP Address>] - Network Address

    If this parameter is specified, the command displays information for the matching network address.

    [-netmask <Contiguous IP Mask>] - Netmask

    If this parameter is specified, all interfaces with netmask set to this value are displayed.

    [-gateway <IP Address>] - Gateway

    If this parameter is specified, all interfaces with gateway set to this value are displayed.

    [-config-state <text>] - Configuration State

    If this parameter is specified, all interfaces with this field set to the specified value are displayed.

    [-config-error-info <text>] - Configuration Error Information

    If this parameter is specified, all interfaces with this field set to the specified value are displayed.

    [-vlan-id <integer>] - Virtual LAN ID

    If this parameter is specified, all interfaces with vlan-id set to this value are displayed.

    Examples

    The following example illustrates display of logical interfaces configured in a four-node MetroCluster setup:

    clusA::> metrocluster configuration-settings interface show
    DR                                                                    Config
    Group Cluster Node    Network Address Netmask         Gateway         State
    ----- ------- ------- --------------- --------------- --------------- ---------
    1     clusA A1
                     Home Port: e0f
                          10.140.113.214  255.255.192.0   -               completed
                     Home Port: e0g
                          10.140.113.215  255.255.192.0   -               completed
                           A2
                     Home Port: e0f
                          10.140.113.216  255.255.192.0   -               completed
                     Home Port: e0g
                          10.140.113.217  255.255.192.0   -               completed
          clusB B2
                     Home Port: e0f
                          10.140.113.249  255.255.192.0   -               completed
                     Home Port: e0g
                          10.140.113.25   255.255.192.0   -               completed
                           B1
                     Home Port: e0f
                          10.140.113.218  255.255.192.0   -               completed
                     Home Port: e0g
                          10.140.113.248  255.255.192.0   -               completed
    8 entries were displayed.
    Top of Page