Guys could someone help me? I have an SRX300 with two ISPs. ISP 1 - VPN ISP 2 - Internet However when ISP2 fails ISP1 does not surf the internet.
ip-monitoring {
policy INTERNET-ISP2 {
match {
rpm-probe VR-UNTRUST-ISP2;
}
then {
preferred-route {
route 0.0.0.0/0 {
next-hop 192.168.1.1;
}
}
interface lo0.20 {
disable;
}
}
}
policy INTERNET-ISP1 {
match {
rpm-probe VR-UNTRUST-ISP1;
}
then {
interface lo0.10 {
disable;
}
}
}
}
}
When I run the command: show services ip-monitoring status
Policy - INTERNET-ISP1 (Status: FAIL)
RPM Probes:
Probe name Test Name Address Status
---------------------- --------------- ---------------- ---------
VR-UNTRUST-ISP1 GOOGLE 8.8.4.4 FAIL
VR-UNTRUST-ISP1 REGISTRO-BR 200.160.2.3 FAIL
Interface-Action:
interface policy action admin state action status
----------------- --------------- ----------- -----------------
lo0.10 Disable DOWN FAILOVER
Policy - INTERNET-ISP2 (Status: FAIL)
RPM Probes:
Probe name Test Name Address Status
---------------------- --------------- ---------------- ---------
VR-UNTRUST-ISP2 GOOGLE 8.8.4.4 FAIL
VR-UNTRUST-ISP2 REGISTRO-BR 200.160.2.3 FAIL
Route-Action:
route-instance route next-hop state
----------------- ----------------- ---------------- -------------
inet.0 0.0.0.0/0 192.168.1.1 APPLIED
Interface-Action:
interface policy action admin state action status
----------------- --------------- ----------- -----------------
lo0.20 Disable DOWN FAILOVER
Now it is browsing normally, if ISP2 fails it remains connected, if ISP1 Failure vpn becomes active but does not surf the internet.
#dualisp#ip-monitoring#Fail