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
Section titled “Diagram”Classes
Section titled “Classes”configuration (iosxr.devices)
Section titled “configuration (iosxr.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| mpls_traffic_eng | Class | [mpls_traffic_eng] | No |
mpls_traffic_eng (iosxr.devices.configuration)
Section titled “mpls_traffic_eng (iosxr.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| traffic_eng | Boolean | true, false | No |
Example YAML Code:
Section titled “Example YAML Code:”Example-1: Enable MPLS Traffic Engineering
iosxr: devices: - name: router-1 host: 10.10.10.1:57400 configuration: mpls_traffic_eng: traffic_eng: trueExample-2: Global Configuration
iosxr: global: configuration: mpls_traffic_eng: traffic_eng: true