ISP1
interface IP 46.28.95.137
gateway IP 46.28.95.129
netmask 255.255.255.240
interface name fe-0/0/0.0
ISP2
interface IP 89.221.49.60
gateway IP 89.221.49.49
netmask 255.255.255.240
interface name fe-0/0/1.0
С данными настройками test заключается в том, что система отдаёт 3 probe через интервал 15 секунд. Далее пауза 15 секунд и тест повторяется.
Адрес считается недоступным в случае трех сбоев подряд.
[edit services rpm] root@jun100# show probe isp1-probe { test isp1-test1 { probe-type icmp-ping; target address 94.100.180.200; probe-count 3; probe-interval 15; test-interval 15; thresholds { successive-loss 3; total-loss 3; } destination-interface fe-0/0/0.0; next-hop 46.28.95.129; } test isp1-test2 { probe-type icmp-ping; target address 208.67.222.222; probe-count 3; probe-interval 15; test-interval 15; thresholds { successive-loss 3; total-loss 3; } destination-interface fe-0/0/0.0; next-hop 46.28.95.129; } } probe isp2-probe { test isp2-test1 { probe-type icmp-ping; target address 94.100.180.202; probe-count 3; probe-interval 15; test-interval 15; thresholds { successive-loss 3; total-loss 3; } destination-interface fe-0/0/1.0; next-hop 89.221.49.49; } test isp2-test2 { probe-type icmp-ping; target address 208.67.220.220; probe-count 3; probe-interval 15; test-interval 15; thresholds { successive-loss 3; total-loss 3; } destination-interface fe-0/0/1.0; next-hop 89.221.49.49; } } [edit services rpm]
[edit routing-options] root@jun100# show static { route 0.0.0.0/0 { next-hop 46.28.95.129; metric 50; } }
[edit services ip-monitoring] root@jun100# show policy isp1-track { match { rpm-probe isp1-probe; } then { preferred-route { route 0.0.0.0/0 { next-hop 89.221.49.49; } } } }
Логика данной конструкции:
Если оба теста от rpm-probe isp1-probe будут в состоянии FAILED, то выставляется маршрут на 89.221.49.49.
show services rpm probe-results show services rpm history-results show services ip-monitoring status
Добавить комментарий