kb4032188(KB4022719)

前沿拓展:


当执行一些需要交互的**作时,可能使用到以下方法:

event manager applet Reload authorization bypass

event timer cron cron-entry "1 0 * * *" <<<<< 每天的0:01分自动执行

action 010 cli command "enable"

action 020 cli command "show switch | i aaaa.bbbb.cccc"

action 030 regexp "Active" $_cli_result

action 040 if $_regexp_result eq "1"

action 050 syslog msg "*** Switch 1 is Active ***"

action 070 else

action 080 cli command "wr"

action 090 wait 10

action 100 cli command "redundancy force-switchover" pattern "confirm"

action 110 cli command ""

action 120 end

每天的0:01分自动检测aaaa.bbbb.cccc是否为active设备,如果不是,则主备切换。

拓展知识:

原创文章,作者:九贤生活小编,如若转载,请注明出处:http://www.wangguangwei.com/18001.html