C613-50631-01 Rev A Command Reference for IE340 Series 3291
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RMON COMMANDS
RMON
ALARM
• or, etherStatsFieldName.<stats-index> or ď€
etherHistoryFieldName.<history-index>. ď€
For example, etherHistoryMulticastPkts.8
If you enter the first form (etherHistoryEntry.8.8), the device will save it as the
second form (etherHistoryMulticastPkts.8) in the running-config.
Example To configure an alarm to:
• monitor the change per minute in the etherStatsPkt value for interface 22
(defined by stats-index 22 in the rmon collection stats command)
• and trigger event 2 (defined by the rmon event command) when the change
reaches the rising threshold 400
• and trigger event 3 when it reaches the falling threshold 200
• and identify this alarm as belonging to the user with username Maria
use the following commands:
awplus# configure terminal
awplus(config)# rmon alarm 229 etherStatsEntry.22.5 interval 60
delta rising-threshold 400 event 2 falling-threshold 200 event
3 alarmstartup 3 owner maria
To configure an alarm that:
• every 10 seconds, checks the number of multicast packets
• in the latest history control table entry controlled by history-index 8
• to see if the number of packets has increased to 15 or dropped to 5
• and if it has, triggers event 10
use either of the following commands:
awplus(config)# rmon alarm 56 etherHistoryMulticastPkts.8
interval 10 absolute rising-threshold 15 event 10
falling-threshold 5 event 10
awplus(config)# rmon alarm 56 etherHistoryEntry.8.8 interval 10
absolute rising-threshold 15 event 10 falling-threshold 5 event
10
Related
commands
rmon collection history
rmon collection stats
rmon event