Juniper SRX(JunOS)通过RPM做备份路由,类似于Cisco IP SLA
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Juniper SRX(JunOS)通过RPM做备份路由,类似于Cisco IP SLA相关的知识,希望对你有一定的参考价值。
{primary:node0}[edit services]
[email protected]# 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的主要内容,如果未能解决你的问题,请参考以下文章