show rmon alarm

Syntax

show rmon alarm [index <INDEX>]

Description

Displays the RMON alarm configurations.

Command context

config

Parameters

index <INDEX>

Specifies the RMON alarm index. Range: 1 to 20.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Showing all RMON alarm configurations:

switch# show rmon alarm
Index              : 1
Enabled            : true
Status             : valid
MIB object         : ifOutErrors.15
Sample type        : delta
Sampling interval  : 6535 seconds
Rising threshold   : 100
Falling threshold  : 10
Last sampled value : 0
Last sample time   : 2020-09-21 05:58:11

Index              : 3
Enabled            : true
Status             : invalid
MIB object         : IF-MIB::ifDescr.19
Sample type        : absolute
Sampling interval  : 10000 seconds
Rising threshold   : 4000
Falling threshold  : 10
Last sampled value : 0

Showing RMON alarm with alarm index 1:

switch# show rmon alarm index 1
Index              : 1
Enabled            : true
Status             : valid
MIB object         : ifOutErrors.15
Sample type        : delta
Sampling interval  : 6535 seconds
Rising threshold   : 100
Falling threshold  : 10
Last sampled value : 0
Last sample time   : 2020-06-21 05:58:11

Showing disabled RMON alarm information:

switch# show  rmon   alarm
Index              : 1
Enabled            : false
Status             : valid
MIB object         : ifOutErrors.15
Sample type        : delta
Sampling interval  : 6535 seconds
Rising threshold   : 100
Falling threshold  : 10
Last sampled value : 0
Last sample time   : 2020-09-21 05:58:11

Index              : 3
Enabled            : false
Status             : invalid
MIB object         : IF-MIB::ifDescr.19
Sample type        : absolute
Sampling interval  : 10000 seconds
Rising threshold   : 4000
Falling threshold  : 10
Last sampled value : 0