HP MSR2000/3000/4000 Router Series MPLS Command Reference
87
On a network where routes are often changed, to avoid CRLSPs from changing frequently with the routes,
you can use this function to make sure the established CRLSPs are not re-established as long as they are
available.
In the same tunnel interface view, the mpls te route-pinning command cannot be used together with the
mpls te reoptimization command and the mpls te auto-bandwidth adjustment command.
Examples
# Enable route pinning for tunnel 0.
<Sysname> system-view
[Sysname] interface tunnel 0 mode mpls-te
[Sysname-Tunnel0] mpls te route-pinning
Related commands
display mpls te tunnel-interface
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.
satic: 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