R3166-R3206-HP High-End Firewalls System Management and Maintenance Command Reference-6PW101

127
falling-threshold 5 2 owner user1
1.3. 6 .1. 2.1.16.1.1.1. 4 i s t h e O I D o f t h e l e a f n o d e e t h e rS tatsOctets. It represents the statistics of the received
packets on the interface, in bytes. In the above example, you can use etherStatsOctets.1 to replace the
p a r a m e t e r 1. 3 . 6 .1. 2.1.16 .1.1.1. 4 .1, w h e r e 1 i n d i c a t e s t h e serial number of the interface statistics entry.
Therefore, if you execute the rmon statistics 5 command, you can use etherStatsOctets.5 to replace the
parameter.
The above configuration implements the following:
Sampling and monitoring interface GigabitEthernet 0/1
Obtaining the absolute value of the number of received packets. If the total bytes of the received
packets reach 5,000, the system will log the event; if the total bytes of the received packets are no
more than 5, the system will take no action.
rmon event
Syntax
rmon event entry-number [ description string ] { log | log-trap log-trapcommunity | none | trap
trap-community } [ owner text ]
undo rmon event entry-number
View
System view
Default level
2: System level
Parameters
entry-number: Event entry index, in the range 1 to 65,535.
description string: Event description, a string of 1 to 127 characters.
log: Logs the event when it occurs.
log-trap log-trapcommunity: Log and trap events. The system performs both logging and trap sending
when the event occurs. log-trapcommunity indicates the community name of the network management
station that receives trap messages, a string of 1 to 127 characters.
none: Performs no action when the event occurs.
trap trap-community: Trap event. The system sends a trap with a community name when the event occurs.
trap-community specifies the community name of the network management station that receives trap
messages, a string of 1 to 127 characters.
owner text: Owner of the entry, a string of 1 to 127 characters. It is case sensitive and space is
supported.
Description
Use the rmon event command to create an entry in the RMON event table.
Use the undo rmon event command to remove a specified entry from the RMON event table.
When create an event entry, you can define the actions that the system will take when the event is
triggered by its associated alarm in the alarm table. According to your configuration, the system can log
the event, send a trap, do both, or do neither at all.