Hello,
Can anyone confirm ISP Redundancy works in Primary/Backup mode in R81 ?
For me, when Primary link fails it will off the default route for the Backup link which of course makes no sense and it is not working.
When I do it manually as it should then it work fine.
So on failover instead of:
set static-route default nexthop gateway address isp-primary off
set static-route default nexthop gateway address isp-backup on
it is doing:
set static-route default nexthop gateway address isp-primary on
set static-route default nexthop gateway address isp-backup off
I double checked and in Smart Console next hop is properly defined for each of the ISP links.
Any ideas ?