Configuring TI-LFA for IS-IS
This task describes how to enable per-prefix Topology Independent Loop-Free Alternate (TI-LFA) computation to converge traffic flows around link failures.
Before you begin
Ensure that the following topology requirements are met:
-
Router interfaces are configured as per the topology.
-
Routers are configured with IS-IS.
-
Segment routing for IS-IS is configured. See Enabling Segment Routing for IS-IS Protocol.
-
Enter the following commands in global configuration mode:
Router(config)# ipv4 unnumbered mpls traffic-eng Loopback0 Router(config)# mpls traffic-eng Router(config-mpls-te)# exit Router(config)#
SUMMARY STEPS
- configure
- router isis instance-id
- interface type interface-path-id
- address-family ipv4 [ unicast]
- fast-reroute per-prefix
- fast-reroute per-prefix ti-lfa
DETAILED STEPS
Command or Action | Purpose | |||
---|---|---|---|---|
Step 1 |
configure |
|||
Step 2 |
router isis instance-id Example:
|
Enables IS-IS routing for the specified routing instance, and places the router in router configuration mode.
|
||
Step 3 |
interface type interface-path-id Example:
|
Enters interface configuration mode. |
||
Step 4 |
address-family ipv4 [ unicast] Example:
|
Specifies the IPv4 address family, and enters router address family configuration mode. |
||
Step 5 |
fast-reroute per-prefix Example:
|
Enables per-prefix fast reroute . |
||
Step 6 |
fast-reroute per-prefix ti-lfa Example:
|
Enables per-prefix TI-LFA fast reroute link protection. |
TI-LFA has been successfully configured for segment routing.