fast-reroute tie-break
Use this command to set the tie-breaking policy for selecting a fast reroute repair path. You assign a priority to each type of repair path. The tie-breaker value is used to select an LFA FRR route when multiple LFA FRR routes are available for the same primary route.
Use the
no form of this command to set the tie-break preference value for a protection type to its default value as shown in
Table 1-30.
To set all types of repair paths to their default priorities, do not specify a repair path with the no form of this command.
Command Syntax
fast-reroute tie-break (primary-path|interface-disjoint|node-protecting|broadcast-interface-disjoint|downstream-path|secondary-path) index <1-255>
no fast-reroute tie-break
no fast-reroute tie-break (primary-path|interface-disjoint|node-protecting|broadcast-interface-disjoint|downstream-path|secondary-path)
Parameters
primary-path
Use a path from the Equal-Cost Multipath Path (ECMP) set. An ECMP found during the primary shortest path first (SPF) repair might not be desirable in networks where traffic exceeds the capacity of any single link.
interface-disjoint
Prefer a backup path that uses a different interface than the interface used to reach destination via the primary path.
node-protecting
Bypass the primary-path gateway router which might not protect the router that is the next hop in the primary path. This ensures complete traffic protection even if the primary next-hop router fails.
broadcast-interface-disjoint
Do not use the interface if connected to a broadcast network. Repair paths protect links when a repair path and a protected primary path use different next-hop interfaces. However, on broadcast interfaces, if the repair path is computed via the same interface as the primary path, but their next-hop gateways are different, the router is protected but the link might not be.
downstream-path
Prefer a backup path to the destination which satisfies the downstream condition where the path cost to reach the destination from the LFA next hop is less than the path cost to the destination from the self node via primary next hop:
Distance_opt(N, D) < Distance_opt(S, D)
This might result in lost traffic, but prevents looping.
secondary-path
Prefer a non-ECMP backup path.
index
Tie break priority. A lower value has higher preference.
<1-255>
Range of priority values.
Defaults
primary-path | 20 |
interface-disjoint | 60 |
node-protecting | 30 |
broadcast-interface-disjoint | 70 |
secondary-path | 255 |
downstream-path | 90 |
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#router ospf 200
(config-router)#fast-reroute tie-break interface-disjoint index 1
Last modified date: 10/16/2023