OSPF link detection customization
OSPF route detection and interface-down detection can be customized by customizing the Link State Advertisement (LSA) refresh intervals and enabling fast-link failover using the config router ospf
command:
config router ospf set lsa-refresh-interval <integer> config ospf-interface edit <name> set interface <string> set linkdown-fast-failover {enable | disable} next end end
set lsa-refresh-interval <integer> |
How often LSA refreshes for OSPF, in seconds (0 to 5, default = 5). |
set linkdown-fast-failover {enable | disable} |
Enable/disable fast link failover.
Used when the |