248
Views
System view
Predefined user roles
network-admin
mdc-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 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 all monitor policies.
To bind a Tcl-defined policy to a different Tcl script file:
1.
Delete the Tcl policy.
2.
Create the Tcl policy again, and then bind it to the new Tcl script file.
You can assign the same policy name to a CLI-defined policy and a Tcl-defined policy. However, 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 runtime of a CLI-defined policy.
Use
undo running-time
to restore the default.
Syntax
running-time
time
undo running-time
Default
The runtime of a CLI-defined policy is 20 seconds.
Views
CLI-defined policy view
Predefined user roles
network-admin
mdc-admin
Parameters
time
: Specifies the 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.