温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Juniper SRX(JunOS)通过RPM做备份路由,类似于Cisco IP SLA

发布时间:2020-07-27 22:44:45 来源:网络 阅读:14235 作者:lz_yq 栏目:网络安全


{primary:node0}[edit services]

root@SRX# show 

rpm {

       probe Probe-2nd-Line {

                test 2nd-ISP {

                      target address 11.22.33.44;             //探测的目标地址,探测类型默认是 icmp-ping

                      probe-count 6;                                       //一共探测多少次,6次

                      probe-interval 10;                                  //每次的探测时间间隔是10秒

                      test-interval 15;                                    //6次一个轮回,每个轮回间隔多少秒,15秒。 意味着没10秒发一次ping,发6次,6次之后,等15秒在发新的一轮探测。

                      history-size 1024;                                  //探测历史数据保存多少条

                      thresholds {

                                    successive-loss 6;                   //连续丢多少个包。

                                    total-loss 6;                        //总计丢多少个包。 and的关系。

                      }

                      destination-interface reth3.0;                //从哪个接口发出去探测报文

                      hardware-timestamp;

                      next-hop 124.193.66.129;                     //探测报文下一跳地址,结合出接口,就是指定从哪条物理线路进行探测

               }

         }

}

ip-monitoring {

       policy Probe-2nd-Line-policy {

             match {

                     rpm-probe Probe-2nd-Line;

            }

            then {

                   preferred-route {

                          route 0.0.0.0/0 {

                                  next-hop 55.66.77.88;        //修改default 路由的下一跳

                                  }

                          }

                  }

           }

}

 


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI