Traffic Engineering

TE is a set of techniques for steering traffic along paths different from the shortest path computed by the IGP.

To enforce these paths, TE typically uses a form of source routing, such as MPLS labels or SRv6 extension headers, combined with path constraints, such as administrative groups or bandwidth requirements, and a method to map traffic to TE paths.

Use the commands below to configure link-level TE attributes (administrative groups and bandwidth) and enable TE in the IGP (specifically, IS-IS) so this information is distributed across the network.

IS-IS TE configuration

The following commands enable TE for IS-IS.

set protocols isis traffic-engineering enable

Enable Traffic Engineering for IS-IS.

Example:

set protocols isis traffic-engineering enable
set protocols isis traffic-engineering export

Export the local TED to other FRR daemons.

Example:

set protocols isis traffic-engineering export
set protocols isis traffic-engineering address <ipv4-address>

Configure the IPv4 address used as the TE Router ID for MPLS-TE.

Example:

set protocols isis traffic-engineering address 198.51.100.1