ONTAP 9.13.1 commands

system switch ethernet threshold show

Display the Ethernet switch health monitor alert thresholds

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

Description

The system switch ethernet threshold show command displays thresholds used by health monitor alerts.

Examples

cluster1::> system switch ethernet threshold show
    Errors/Utilization Threshold is per 0.10% values: 1 = 0.10%, 5 = 0.50%
    Entity-alert Threshold is the count needed to raise entity warning alert
Errors            Bandwidth
    Threshold (0.1%)  Threshold (0.1%)  Entity-alert
    In       Out      In       Out      Threshold
    -------- -------- -------- -------- ------------
           1        1      900      900            2

Displays the inbound and outbound switch interface packet error thresholds which are set at 0.1%, and the inbound and outbound switch interface bandwidth utilization thresholds which are set at 90%. Also displays the threshold value for entity warning alerts. The node platform health monitor also shares the same thresholds for monitoring cluster port packet errors on the node.

Top of Page