
102
Table 23
Output description
Field Description
AlarmEntry
entry
-
number
owned by
owner
is
status
The status of the alarm entry
entry
-
number
created by the
owner
is
status
.
•
entry
-
number
: Alarm entry, corresponding to the management information
base (MIB) node alarmIndex.
•
owner
: Owner of the entry, corresponding to the MIB node alarmOwner.
•
status
: Status of the entry identified by the index (VALID means the entry is
valid, and UNDERCREATION means invalid. You can use the
display rmon
command to view the invalid entry, while with the
display
current-configuration
and
display this
commands you cannot view the
corresponding
rmon
commands.), corresponding to the MIB node
alarmStatus.
Samples type
The sampling type (the value can be absolute or delta), corresponding to the
MIB node alarmSampleType.
Variable formula
Alarm variable, namely, the monitored MIB node, corresponding to the MIB
node alarmVariable.
Sampling interval
Sampling interval, in seconds, corresponding to the MIB node alarmInterval.
Rising threshold
Alarm rising threshold (When the sampling value is greater than or equal to
this threshold, a rising alarm is triggered.), corresponding to the MIB node
alarmRisingThreshold.
Falling threshold
Alarm falling threshold (When the sampling value is smaller than or equal to
this threshold, a falling alarm is triggered.), corresponding to the MIB node
alarmFallingThreshold.
When startup enables
How an alarm can be triggered, corresponding to the MIB node
alarmStartupAlarm.
Latest value
The last sampled value, corresponding to the MIB node alarmValue.
display rmon event
Syntax
display rmon event
[
entry-number
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
entry-number
: Specifies the index of an RMON event entry, which ranges from 1 to 65535. If no entry is
specified, the configuration of all event entries is displayed.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.