HP MSR2000/3000/4000 Router Series Network Management and Monitoring Command Reference

270
Default
No Tcl policies exist.
Views
System view
Predefined user roles
network-admin
Parameters
policy-name: Specifies a policy name, a case-sensitive string of 1 to 63 characters.
tcl-filename: Specifies a .tcl script file name. The file name is case sensitive. You must make sure the file
is available on a storage medium of the device.
Usage guidelines
Use this command if you want to configure a monitor policy in Tcl.
This command both creates and enables the specified Tcl-defined monitor policy. To revise the Tcl script
of a Tcl-defined policy, you must suspend all monitor policies first, and then resume the policies after you
finish revising the script. The system cannot execute a Tcl-defined policy if you edit its Tcl script without
suspending policies.
You can assign the same policy name to a CLI-defined policy and a Tcl-defined policy, but you cannot
assign the same name to policies that are the same type.
Examples
# Create a Tcl policy and bind it to a Tcl script file.
<Sysname> system-view
[Sysname] rtm tcl-policy test test.tcl
running-time
Use running-time to configure the maximum runtime of a CLI-defined policy.
Use undo running-time to restore the default.
Syntax
running-time time
undo running-time
Default
The maximum runtime of a CLI-defined policy is 20 seconds.
Views
CLI-defined policy view
Predefined user roles
network-admin
Parameters
time: Specifies the maximum runtime of the CLI-defined policy, in the range of 0 to 31536000 seconds.
If you specify 0, the policy can run forever until it is manually interrupted.