Lantronix
SISPM1040-582-LRT CLI Reference
33757 Rev. J
Page
88
of
272
Ring-to-Ring Port : 8
Ring-to-Ring Port State : Discarding
SISPM1040-582-LRT#
Message
:
R_TO_R_ICLI_system_set error in port 4, same with rapid ring port
Meaning
: You configured a port as both a ring-to-ring port and as a rapid-ring port.
Recovery
: Change either the ring-to-ring port or the rapid-ring port.
Message
:
R_TO_R_ICLI_system_set error in port 4, STP is enable
Meaning
: You annot have more than one ring technology enabled at one time.
Recovery
: Disable STP.
Command
:
rmon
Description
:
Configure Remote Monitoring.
Note
: rising threshold must be larger than falling threshold.
Syntax
:
rmon
alarm <id> { ifInOctets | ifInUcastPkts | ifInNUcastPkts | ifInDiscards | ifInErrors | ifInUnknownProtos |
ifOutOctets | ifOutUcastPkts | ifOutNUcastPkts | ifOutDiscards | ifOutErrors } <ifIndex> <interval> { absolute |
delta } rising-threshold <rising_threshold> [ <rising_event_id> ] falling-threshold <falling_threshold> [
<falling_event_id> ] { [ rising | falling | both ] }
rmon
event <id> [ log ] [ trap <community> ] { [ description <description> ] }
Parameters
:
alarm
Configure an RMON alarm
event
Configure an RMON event
ifInDiscards The number of inbound packets that are discarded even the packets are normal
ifInErrors 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
unsupported 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 transmit
<uint>
Interface index
<1-2147483647> Sample interval
absolute
Test each sample directly
delta
Test delta between samples
rising-threshold Configure the rising threshold
<-2147483648-2147483647> rising threshold value
<0-65535> Event to fire on rising threshold crossing