ONTAP 9.12.1 commands

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

    Display port health monitors configuration

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

    Description

    This command displays the enabled port health monitors for the IPspaces 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.

    [-ipspace <IPspace>] - IPspace Name

    Displays the port health monitors that are enabled only for the given IPspace name.

    [-health-monitors {l2-reachability|link-flapping|crc-errors|vswitch-link}] - List of Enabled Port Health Monitors

    Displays the IPspaces that have the given monitors enabled.

    Examples

    The following example lists all port health monitors that are enabled for all IPspaces in the cluster.

    cluster1::*> network options port-health-monitor show
    
    IPspace         Enabled Port Health Monitors
    -------------   ----------------------------
    Cluster         l2_reachability,
                    link_flapping
    Default         l2_reachability,
                    link_flapping
    2 entries were displayed.
    Top of Page