Appendix A. Command Language Interface (CLI)
84
PACSystems PROFINET Managed Industrial Ethernet Switches User Manual
GFK-3030
A.3.3.63
rmon
Description
RMON
Syntax
rmon {alarm | event}
Parameter
Name
Description
alarm
Configure an RMON alarm
event
Configure an RMON event
A.3.3.64
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 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 transmit
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
Trigger alarm when the first value is less than the falling threshold
rising
Trigger alarm when the first value is larger than the rising threshold