A PCE client can be configured on the ingress so that the ingress establishes a PCEP session with a PCE server and sends a request to the server over the session to calculate a path.
Different from CSPF configured on the ingress, the PCE algorithm allows a PCE server to configure and manage network-wide TE information, including node, link, and tunnel attributes. Some steps are mandatory when CSPF is used but optional when PCE is used.
The system view is displayed.
The ingress is configured as a PCE client, and the PCE client view is displayed.
Return to the system view.
The MPLS view is displayed.
The PCE client is enabled to automatically degrade to use the local path calculation function if the involved PCEP session fails.
If a PCE server fails or a PCEP connection is interrupted, to properly establish an MPLS TE tunnel, the PCE client must be able to automatically degrade to use the local path calculation function. If CSPF is configured locally, it is used for path computation. If CSPF is not configured, routes are used.
Solution 1: applicable when most LSPs need to be delegated
Run mpls te pce delegate (MPLS view)
The ingress is configured to delegate LSPs in all local TE tunnels to the PCE server.
Run quit
Return to the system view.
Run interface tunnel tunnel-number
The specified TE tunnel interface view is displayed.
Run mpls te pce passive-delegate report-only (Tunnel interface view)
The LSP information of the current tunnel is reported to the PCE server, but the LSP is not delegated to the PCE server.
Solution 2: applicable when only a few LSPs need to be delegated
Run mpls te pce passive-delegate report-only (MPLS view)
The LSP information of all local tunnels is reported to the PCE server, but the LSP is not delegated to the PCE server.
Run quit
Return to the system view.
Run interface tunnel tunnel-number
The specified TE tunnel interface view is displayed.
Run mpls te pce delegate (Tunnel interface view)
The LSPs of the current tunnel are delegated to the PCE server.
The configuration is committed.