Event Process - HPE FlexNetwork 7500 Series Network Management And Monitoring Command Reference

Hide thumbs Also See for FlexNetwork 7500 Series:
Table of Contents

Advertisement

EAA executes an interface event monitor policy when the monitored interface traffic statistic crosses
the start threshold in the following situations:
The statistic crosses the start threshold for the first time.
The statistic crosses the start threshold each time after it crosses the restart threshold.
The following is the interface event monitor process of EAA:
1.
Compares the traffic statistic sample with the start threshold at sampling intervals until the
comparison result meets the condition specified by the start operator.
2.
Executes the policy.
3.
Compares the traffic statistic sample with the restart threshold at sampling intervals until the
comparison result meets the condition specified by the restart operator.
4.
Compares the traffic statistic sample with the start threshold at sampling intervals until the
comparison result meets the condition specified by the start operator.
5.
Executes the policy again.
This process cycles for the monitor policy to be executed and re-executed.
Examples
# Configure a CLI-defined policy to monitor the incoming error packet statistic on
Ten-GigabitEthernet 1/0/1 every 60 seconds. Set the start threshold to 1000 and the restart threshold
to 50. Enable EAA to execute the policy when the statistic exceeds 1000 for the first time. Enable
EAA to re-execute the policy if the statistic exceeds 1000 each time after the statistic has dropped
below 50.
<Sysname> system-view
[Sysname] rtm cli-policy test
[Sysname-rtm-test] event interface gigabitethernet 1/0/1 monitor-obj input-errors
start-op gt start-val 1000 restart-op lt restart-val 50 interval 60

event process

Use event process to configure a process event for a CLI-defined monitor policy.
Use undo event to delete the event in a CLI-defined monitor policy.
Syntax
In standalone mode:
event process { exception | restart | shutdown | start } [ name process-name [ instance
instance-id ] ] [ slot slot-number ]
undo event
In IRF mode:
event process { exception | restart | shutdown | start } [ name process-name [ instance
instance-id ] ] [ chassis chassis-number [ slot slot-number ] ]
undo event
Default
No process events are configured.
Views
CLI-defined policy view
Predefined user roles
network-admin
mdc-admin
240

Advertisement

Table of Contents
loading

Table of Contents