Interdependence b/w Link Monitor and interface's "fail-detect"
Hi!
consider:
config system link-monitor
edit monitor_id
srcintf ifname
server monitored_server
:
update-cascade-interface disable
update-policy-route disable
update-static-route disable
end
as I understand, this will cause interface ifname to be marked as failed if monitoring of monitored_server fails. This means all configured dependencies, including all static and dynamic routes, would become unavailable. Please correct me if wrong.
I do not understand if the following is necessary and what effect/value it adds to above:
config system interface
edit ifname
:
fail-detect enable
fail-detect-option link-down detectserver
end
Any one can answer?
Thanks!