码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2016-10-01 07:00:08      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:juniper srx junos rpm 备份路由 cisco ip sla


{primary:node0}[edit services]

root@BJ-28F-Wifi-FW01-Node0# 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 reth2.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 路由的下一跳

                                  }

                          }

                  }

           }

}

 


本文出自 “浪子燕青” 博客,请务必保留此出处http://lzyqlzyq.blog.51cto.com/1023939/1857986

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

标签:juniper srx junos rpm 备份路由 cisco ip sla

原文地址:http://lzyqlzyq.blog.51cto.com/1023939/1857986

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!