ECIS4500 Series CLI Reference Guide R02
42
3.3.65 rmon alarm
Description
RMON Alarm
Syntax
rmon alarm <id> <oid_str> <interval> { absolute | delta } rising-threshold
<rising_threshold> [ <rising_event_id> ] falling-threshold
<falling_threshold> [ <falling_event_id> ] { [ rising | falling | both ] }
Parameter
Name
Description
id
Alarm entry ID
ifInDiscards
The number of inbound packets that are discarded
even the packets are normal
fInErrors
The number of inbound packets that contained
errors preventing them from being deliverable to a
higher-layer protocol
ifInNUcastPkts
The number of broad-cast and multi-cast packets
delivered to a higher-layer protocol
ifInOctets
The total number of octets received on the
interface, including framing characters
ifInUcastPkts
The number of uni-cast packets delivered to a
higher-layer protocol
ifInUnknownProtos
The number of the inbound packets that were
discarded because of the unknown or un-support
protocol
ifOutDiscards
The number of outbound packets that are
discarded event the packets is normal
ifOutErrors
The The number of outbound packets that could
not be transmitted because of errors
ifOutNUcastPkts
The number of broad-cast and multi-cast packets
that request to transmit
ifOutOctets
The number of octets transmitted out of the
interface, including framing characters
ifOutUcastPkts
The number of uni-cast packets that request to
transmi
interval
Sample interval
absolute
Test each sample directly
delta
Test delta between samples
rising_threshold
<-2147483648-2147483647> rising threshold
value
rising_event_id
<0-65535> Event to fire on rising threshold
crossing
falling_threshold
<-2147483648-2147483647> falling threshold
value
falling_event_id
<0-65535> Event to fire on falling threshold
crossing
both
Trigger alarm when the first value is larger than the
rising threshold or less than the falling threshold
(default)
falling
rigger alarm when the first value is less than the
falling threshold
rising
Trigger alarm when the first value is larger than the
rising threshold