首页 > 代码库 > H3C nqa 配置

H3C nqa 配置

nqa entry admin hngd

 type icmp-echo

     使用ICMP  ping的方式

  destination ip 10.114.10.1

  frequency 1000

    频率 1000ms

  reaction 1 checked-element probe-fail threshold-type consecutive 5 action-typetrigger-only

 

reaction2 checked-element probe-failthreshold-type consecutive 10action-type trigger-only

Reaction  可以对NQA绑定多个行为,

                                                                                                              

 

nqa schedule adminhngd start-time now lifetime forever

 计划  现在开始,永远生效

 

track3 nqa entry admin hnyd reaction1

 追踪组绑定NQA hnyd  使用行为1


本文出自 “lihongweibj” 博客,请务必保留此出处http://lihongweibj.blog.51cto.com/6235038/1598399

H3C nqa 配置