XR SLA and route static
10月 10th, 2012,由 frank撰写
在早期的XR版本是不支持SLA和静态路由联动的,在4.2.1中,已经可以支持了。但需要安装MGBL PIE,下面是9k 4.2.1中SLA的相应配置,配置跟IOS下的差别不大。如果schedule operation不生效,可以重配下。关于更多SLA的相关信息,可以参考我之前的文章《关于IP SLA及与EEM联动的探讨》
2019-8-8 update: NCS5500 workable as follow config too
RP/0/RSP1/CPU0:A9K-1#sh configuration running-config ipsla ipsla operation 1 type icmp echo timeout 1000 source address 192.168.12.2 destination address 192.168.12.1 frequency 5 ! ! schedule operation 1 start-time now life forever RP/0/RSP1/CPU0:A9K-1#sh configuration running-config track track 1 type rtr 1 reachability delay up 10 delay down 3 RP/0/RSP1/CPU0:A9K-1#sh configuration running-config router static router static address-family ipv4 unicast 22.22.22.22/32 192.168.12.1 track 1本文出自 Frank's Blog