SO I have my fail-over that is check on 1.1.1.1 and it is set to use the gateway address of ISP1.. but what im noticing is that is gateway for ISP1 is reachable from anywhere on the internet, so when that interface link went down.. it look like the net watch rule kept enabling and disabled, because the ISP1 gateway was still reachable through ISP2.. I mean I think thats what it means.. Because the Link interface was completely down for about 5 minutes but the up/down status kept being triggered.. I will post my config and let me know what you guys think.. Also the logs from both when the ISP switch lost link.. and then the state of the NetwatchRule It is important to note that im getting the internet to a CRS309 and then 10 gig'ing that to the CCR2116.. not going directly into the router.,
Code:
0 As ;;; WAN1 dst-address=0.0.0.0/0 routing-table=main pref-src="" gateway=XX.XX.XX.1 immediate-gw=XX.XX.XX.1%sfp-sfpplus1_WAN distance=1 scope=30 target-scope=10 suppress-hw-offload=no 2 As ;;; WAN2-dns dst-address=1.0.0.1/32 routing-table=main pref-src="" gateway=XX.XX.XX.158 immediate-gw=XX.XX.XX.158%ether2_WAN2 distance=1 scope=30 target-scope=10 suppress-hw-offload=no 3 As ;;; WAN1-dns dst-address=1.1.1.1/32 routing-table=main pref-src="" gateway=XX.XX.XX.1 immediate-gw=XX.XX.XX.1%sfp-sfpplus1_WAN distance=1 scope=30 target-scope=10 suppress-hw-offload=no 4 As ;;; WAN1-21 dst-address=0.0.0.0/0 routing-table=WAN21 pref-src="" gateway=XX.XX.XX.158 immediate-gw=XX.XX.XX.158%ether2_WAN2 distance=1 scope=30 target-scope=10 suppress-hw-offload=no 0 ;;; Internet Test - WAN1 host=1.1.1.1 type=icmp up-script=ip route enable [find where comment=WAN1] down-script=ip route disable [find where comment=WAN1] test-script="" thr-max=2s thr-avg=700ms thr-stdev=700ms thr-jitter=2s http-codes="" status=up 1 ;;; Internet Test - WAN2 host=1.0.0.1 type=icmp up-script=/ip route enable [find where comment=WAN1-21]\r\n down-script=/ip route disable [find where comment=WAN1-21]\r\n test-script="" thr-max=2s thr-avg=700ms thr-stdev=500ms thr-jitter=2s http-codes="" status=up
Statistics: Posted by joshhboss — Wed Mar 20, 2024 5:20 pm