CLI Reference SEM Configuration Commands
Ruijie(config)#intelligence manager applet Test_1
Ruijie(config-applet)#event tag monitor_counter counter name
Test_Counter entry-op ge entry-val 10 exit-op gt exit-val 5
Ruijie(config-applet)#action 10 counter name Test_Counter op set
value 0
Ruijie(config-applet)#commit
Ruijie(config-applet)#exit
Define the command line based SEM policy.
event interface
In SEM configuration mode, use this command to configure statistics on the monitoring interface
of a monitor. Use the no form of this command to delete the event with the specified name.
event tag event-name [correlate {andnot | and | or}] interface name interface-type
interface-number parameter counter-name entry-op operator entry-val entry-value entry-type
{value | increment | rate} poll-interval poll-int-value [exit-op operator exit-val exit-value
exit-type {value | increment | rate} [exit-comb {or | and}] [exit-time exit-time-value]]
[average-factor average-factor-value]
no event tag event-name
correlate { andnot |
and | or }
The relation between the current event and
the combination of the previous events in the
case of multiple events (optional). The values
are and, or, and andnot.
name interface-type
interface-number
The statistics type of the monitoring interface.
The method that triggers comparison:
eq: equal to
ge: greater than or equal to
gt: greater than
le: less than or equal to
lt: less than
ne: unequal to