How Link-State Tracking Works
Summary
Link-state tracking involves grouping interfaces into uplink and downlink categories and monitoring their connectivity to maintain network availability.
This process ensures that network connectivity is maintained by automatically redirecting traffic and administratively controlling interface states in response to link failures.
Workflow
These stages describe how link-state tracking works.
-
Interfaces are grouped into link-state groups, categorized as either uplink or downlink interfaces.
- Uplink interfaces typically connect to distribution switches or routers, while downlink interfaces connect to end devices like servers.
-
The system continuously monitors the link state of uplink interfaces.
- If at least one uplink interface is active, the downlink interfaces remain in the "link-up" state.
- If all uplink interfaces fail, downlink interfaces will transition to the trackedPortDown state. This indicates that the interface has been administratively disabled by the link-state tracking feature.
-
When uplink connectivity is lost, the system initiates a failover to redirect traffic to secondary interfaces.
- This ensures that the network remains operational despite link failures.
-
Downlink interfaces can be recovered by either removing the failed uplink interfaces from the group or disabling the link-state
group entirely.
- After uplink connectivity is restored, the downlink bringup delay timer stabilizes the transition of downlink interfaces to an active state. The default downlink bringup delay timer value is 60 seconds. The maximum configurable value is 600 seconds.
In a typical setup, servers connect to two switches (primary and secondary) using uplink and downlink interfaces.
If the primary switch loses connectivity, the system automatically switches traffic to the secondary switch, maintaining network availability

Feedback