JuniperSRX(JunOS)通过RPM做备份路由,类似于CiscoIPSLA

{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 路由的下一跳

                                  }

                          }

                  }

           }

}

 


当前题目:JuniperSRX(JunOS)通过RPM做备份路由,类似于CiscoIPSLA
文章网址:http://pwwzsj.com/article/jhocoh.html