ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system switch ethernet show-all

    Displays the list of switches that were added and deleted

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

    Description

    The system switch ethernet show-all command displays configuration details for discovered monitored Ethernet switches (cluster, management and storage), including switches that are user-deleted. From the list of deleted switches, you can delete a switch permanently from the database to re-enable automatic discovery of that switch.

    Parameters

    { [-fields <fieldname>,…​]

    Selects the fields that have the specified name.

    | [-instance ] }

    Selects detailed information for all the switches.

    [-device <text>] - Device Name

    Selects the switches that match the specified device name.

    [-address <IP Address>] - IP Address

    Selects the switches that match the specified IP address.

    [-snmp-version {SNMPv1|SNMPv2c|SNMPv3}] - SNMP Version

    Selects the switches that match the specified SNMP version.

    [-community <text>] - DEPRECATED-Community String or SNMPv3 Username
    This parameter is deprecated and may be removed in a future release of ONTAP. Use -community-or-username instead.

    Selects the switches that match the specified community string or SNMPv3 username.

    [-community-or-username <text>] - Community String or SNMPv3 Username

    Selects the switches that match the specified community string or SNMPv3 username.

    [-discovered {true|false}] - Is Discovered

    Selects the switches that match the specified discovery setting.

    [-type {cluster-network|management-network|storage-network}] - Switch Network

    Selects the switches that match the specified switch type.

    [-sw-version <text>] - Software Version

    Selects the switches that match the specified software version.

    [-is-monitoring-enabled-operational {true|false}] - Switch Monitoring Status

    Selects the switches that match the specified operational monitoring status.

    [-reason <text>] - Reason For Not Monitoring

    Selects the switches that match the specified reason.

    [-version-source <text>] - Source Of Switch Version

    Selects the switches that match the specified version source (for example, from SNMP, CDP or ISDP).

    [-rcf-version <text>] - Reference Config File Version

    Selects the switches that match the specified reference configuration file version.

    [-serial-number <text>] - Serial Number of the Device

    Selects the switches that match the specified serial number.

    [-model <text>] - Model to display

    Selects the switches that match the specified model number.

    Examples

    cluster1::> system switch ethernet show-all
      Switch                      Type               Address          Model
      --------------------------- ------------------ ---------------- ---------------
      SwitchA                     cluster            1.2.3.4          Nexus5010
    
            Is Monitored: yes
                  Reason:
        Software Version: Cisco IOS 4.1N1
          Version Source: CDP

    The example above displays the configuration of all Ethernet switches (cluster, management and storage).

    Top of Page