Suspending monitor policies – H3C Technologies H3C MSR 5600 User Manual
Page 237
224
Step Command Remarks
4.
Create a Tcl-defined
policy and bind it to
the Tcl script file.
rtm tcl-policy policy-name
tcl-filename
By default, the system does not have Tcl
policies.
This step enables the Tcl-defined policy.
To revise the Tcl script of a 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.
Write a Tcl script in two lines for a monitor policy, as shown in
Table 25 Tcl script requirements
Line
Content
Requirements
Line 1
Event, user roles, and policy runtime
This line must take the following format:
::comware::rtm::event_register eventname
arg1 arg2 arg3 …user-role rolename1 |
[ user-role rolename2 | [ ] ][ running-time
running-time ]
NOTE:
The Tcl keyword for the SNMP_Notification
event is snmp_notification instead of
snmp-notification.
Line 2
Actions
You can reference a variable name in the
$variable_name format instead of specifying a
specific value for an argument when you define
an action.
The following are available actions:
•
Standard Tcl commands.
•
EAA-specific Tcl commands.
•
Commands supported by the device.
Suspending monitor policies
This task suspends all CLI-defined and Tcl-defined monitor policies except for the policies that are
running.
To suspend monitor policies:
Step Command
Remarks
1.
Enter system view.
system-view
N/A
2.
Suspend monitor policies.
rtm scheduler suspend
To resume monitor polices, use
the undo rtm scheduler suspend
command.