239
Parameters
interface-type interface-number
: Specifies an interface by its type and number.
monitor-obj
monitor-obj
: Specifies the traffic statistic to be monitored on the interface. For keywords
available for the
monitor-obj
argument, see
start-op
start-op
: Specifies the operator for comparing the monitored traffic statistic with the start
threshold. The start threshold is crossed if the comparison result meets the condition. For keywords
available for the
start-op
argument, see
start-val
start-val
: Specifies the start threshold to be compared with the monitored traffic statistic.
The value range is 0 to 4294967295.
restart-op
restart-op
: Specifies the operator for comparing the monitored traffic statistic with the
restart threshold. The restart threshold is crossed if the comparison result meets the condition. For
keywords available for the
restart-op
argument, see
restart-val
restart-val
: Specifies the restart threshold to be compared with the monitored traffic
statistic. The value range is 0 to 4294967295.
interval
interval
: Specifies the interval to sample the monitored traffic statistic for a comparison. The
value range is 1 to 4294967295 seconds. The default is 300 seconds.
Table 55 Monitored objects
Monitored traffic statistic Description
input-drops
Number of discarded incoming packets.
input-errors
Number of incoming error packets.
output-drops
Number of discarded outgoing packets.
output-errors
Number of outgoing error packets.
rcv-bps
Receive rate, in bps.
rcv-broadcasts
Number of incoming broadcasts.
rcv-pps
Receive rate, in packets per second.
tx-bps
Transmit rate, in bps.
tx-pps
Transmit rate, in packets per second.
Table 56 Comparison operators
Comparison operator
Description
eq
Equal to.
ge
Greater than or equal to.
gt
Greater than.
le
Less than or equal to.
lt
Less than.
ne
Not equal to.
Usage guidelines
Use interface event monitor policies to monitor traffic statistics on an interface.
You can configure only one event for a monitor policy. If the monitor policy already contains an event,
the new event replaces the old event.