R0106-HP MSR Router Series MPLS Command Reference(V7)
137
mpls te signaling
Use mpls te signaling to configure the signaling protocol for an MPLS TE tunnel interface.
Use undo mpls te signaling to restore the default.
Syntax
mpls te signaling { rsvp-te | static }
undo mpls te signaling
Default
MPLS TE uses RSVP-TE to establish tunnels.
Views
Tunnel interface view
Predefined user roles
network-admin
Parameters
rsvp-te: Uses the RSVP-TE signaling protocol to establish a tunnel.
static: Uses a static CRLSP to establish a tunnel.
Usage guidelines
To use RSVP-TE to establish an MPLS TE tunnel, you must enable MPLS TE and RSVP on each node and
interface that the MPLS TE tunnel traverses.
To establish an MPLS TE tunnel over a static CRLSP, you must configure the tunnel to reference the static
CRLSP by using the mpls te static-cr-lsp command.
Examples
# Use RSVP-TE to establish the MPLS TE tunnel 0.
<Sysname> system-view
[Sysname] interface tunnel 0 mode mpls-te
[Sysname-Tunnel0] mpls te signaling rsvp-te
Related commands
• display mpls te tunnel-interface
• mpls te static-cr-lsp
mpls te static-cr-lsp
Use mpls te static-cr-lsp to reference a static CRLSP for a tunnel.
Use undo mpls te static-cr-lsp to remove the reference of the specified static CRLSP.
Syntax
mpls te static-cr-lsp lsp-name
undo mpls te static-cr-lsp lsp-name
Default
A tunnel does not reference any static CRLSP.