Skip to content

MPLS Traffic Engineering

The MPLS Traffic Engineering feature enables MPLS TE capabilities on the device. This allows for traffic engineering and constraint-based routing using MPLS tunnels.

Diagram
NameTypeConstraintMandatoryDefault Value
mpls_traffic_engClass[mpls_traffic_eng]No

mpls_traffic_eng (iosxr.devices.configuration)

Section titled “mpls_traffic_eng (iosxr.devices.configuration)”
NameTypeConstraintMandatoryDefault Value
traffic_engBooleantrue, falseNo

Example-1: Enable MPLS Traffic Engineering

iosxr:
devices:
- name: router-1
host: 10.10.10.1:57400
configuration:
mpls_traffic_eng:
traffic_eng: true

Example-2: Global Configuration

iosxr:
global:
configuration:
mpls_traffic_eng:
traffic_eng: true