Embedded Event Manager (EEM) 嵌入式事件管理器
能够实现进程级的自动策略控制。这项功能可以利用智能网络帮助IT管理人员自动执行费时的任务,从而节约他们的时间。
例如设备产生如下日志:
000122: .Feb 6 11:19:46 China: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 10.16.1.5 (Tunnel20) is down: holding time expired
如果存在命令授权需要排除该命令
privilege exec level 5 clear pppoe all
针对该日志制定执行动作
event manager applet restart-pppoe \\制定执行名称
event syslog pattern “holding time expired” \\抓取日志内容
action 1.0 cli command “enable” \\制定动作
action 1.1 cli command “clear pppoe all”
可以使用debug event manager action cli 查看交互过程。
Cisco设备上按执行计划命令
制定执行时间
kron occurrence restart-pppoe at 12:00 recurring
policy-list restart-pppoe
制定执行动作
kron policy-list restart-pppoe
cli clear pppoe all \\不支持存在用户交互的命令
评论抢沙发