Enabling P2MP TE Auto FRR on the ingress or a transit node of the primary tunnel is the prerequisite of configuring TE Auto FRR.
Context
Perform either of the following operations to enable P2MP TE Auto FRR on the
NetEngine 8000 F:
- Configure the entire device and its interface when Auto FRR needs to be configured on most interfaces.
- Only configure a specified interface when Auto FRR needs to be configured only on a few interfaces.
Procedure
- Configure the entire device and its interface.
- Run system-view
The system view is displayed.
- Run mpls
The MPLS view is displayed.
- Run mpls te auto-frr self-adapting
MPLS TE Auto FRR is enabled globally.
P2MP TE FRR only supports link protection, while a bypass tunnel that the ingress establishes supports node protection by default. As a result, the bypass tunnel fails to be established. To prevent the establishment failure, configure the self-adapting parameter in the mpls te auto-frr command, which enables the ingress to automatically switch from node protection to link protection.
- Run mpls te p2mp-te auto-frr enable
P2MP TE Auto FRR is enabled globally.
- Run quit
The system view is displayed.
- Run interface interface-type interface-number
The view of the outbound interface on the primary tunnel is displayed.
- (Optional) Run mpls te auto-frr { block | default }
TE auto FRR is enabled.
- Run commit
The configuration is committed.
- Configure a specified interface.
- Run system-view
The system view is displayed.
- Run mpls
The MPLS view is displayed.
- Run mpls te p2mp-te auto-frr enable
P2MP TE Auto FRR is enabled globally.
- Run quit
The system view is displayed.
- Run interface interface-type interface-number
The view of the outbound interface on the primary tunnel is displayed.
- Run mpls te auto-frr { default | link | self-adapting }
TE auto FRR is enabled.
- Run commit
The configuration is committed.