HP MSR2000/3000/4000 Router Series Network Management and Monitoring Command Reference
253
EAA commands
action cli
Use action cli to add a CLI action to a monitor policy.
Use undo action to remove an action.
Syntax
action number cli command-line
undo action number
Default
Monitor policies do not contain any actions.
Views
CLI-defined policy view
Predefined user roles
network-admin
Parameters
number: Specifies an action ID in the range of 0 to 231.
cli command-line: Specifies the command line to be executed when the event occurs.
Usage guidelines
You can configure a series of actions to take in response to the event specified in a monitor policy.
EAA executes the actions in ascending order of action IDs. When you add actions to a policy, you must
make sure the execution order is correct.
To execute a command in a view other than user view, you must define actions required for accessing the
target view before defining the command execution action. In addition, you must number the actions in
the order they should be executed, starting with entering system view.
For example, to shut down an interface, you must create three actions: the first action for entering system
view, the second action for entering interface view, and the third action for shutting down the interface.
You can specify EAA environment variable names instead of specifying specific values for an argument.
For more information about using EAA environment variables, see "rtm environment."
Examples
# Configure the CLI-defined policy test to shut down Ethernet 1/1 when the policy is triggered.
<Sysname> system-view
[Sysname] rtm cli-policy test
[Sysname-rtm-test] action 1 cli system-view
[Sysname-rtm-test] action 2 cli interface ethernet 1/1
[Sysname-rtm-test] action 3 cli shutdown










