Ruijie(config-applet)#commit
Ruijie(config-applet)#exit
Example 2: Send log “3600 second arrival” after 3600s.
Ruijie(config)#intelligence manager applet Test_2
Ruijie(config-applet)#event tag monitor_timer timer countdown time
3600
Ruijie(config-applet)#action 00 syslog msg "3600 second arrival"
Ruijie(config-applet)#commit
Ruijie(config-applet)#exit
Example 3: Clear the ARP buffer every 7200.
Ruijie(config)#intelligence manager applet Test_3
Ruijie(config-applet)#event tag monitor_timer timer watchdog time
7200
Ruijie(config-applet)#action 00 cli command "enable"
Ruijie(config-applet)#action 10 cli command "clear arp-cache"
Ruijie(config-applet)#commit
Ruijie(config-applet)#exit
Example 4: Clear route at 0 o’clock everyday.
Ruijie(config)#intelligence manager applet Test_4
Ruijie(config-applet)#event tag monitor_timer timer cron cron-entry
"0 0 * * *"
Ruijie(config-applet)#action 00 cli command "enable"
Ruijie(config-applet)#action 10 cli command "clear ip route *"
Ruijie(config-applet)#commit
Ruijie(config-applet)#exit
event cpp
This command is used to configure a CPP-based event in SEM configuration mode. The no form
of this command is used to delete an event with the specified name.
event tag event-name [correlate {andnot | and | or}] cpp parameter {counter-name | any} type
{pps | total | drop} op operator value value [slot { slotid | mboard }] poll-interval
poll-int-value