3Com MSR 30 Network Router User Manual


  Open as PDF
of 2742
 
1633
mpls te signal-protocol
Syntax mpls te signal-protocol { crldp | rsvp-te | static }
View Tunnel interface view
Parameter rsvp-te: Sets the signaling protocol for MPLS TE tunnel establishment to RSVP-TE.
crldp: Sets the signaling protocol for MPLS TE tunnel establishment to CR-LDP.
static: Sets up the tunnel using a static CR-LSP.
Description Use the
mpls te signal-protocol command to configure the signaling protocol
for MPLS TE tunnel establishment.
The default signaling protocol for MPLS TE tunnel establishment is RSVP-TE.
c
CAUTION: To use RSVP-TE as the signaling protocol for setting up the MPLS TE
tunnel, you must enable both MPLS TE and RSVP-TE on the interface for the
tunnel to use.
Example # Adopt CR-LDP as the signaling protocol for establishing MPLS TE tunnel 0.
<Sysname> system-view
[Sysname] interface tunnel 0
[Sysname-Tunnel0] mpls te signal-protocol crldp
mpls te tie-breaking
Syntax mpls te tie-breaking { least-fill | most-fill | random }
undo mpls te tie-breaking
View MPLS view, tunnel interface view
Parameter least-fill: Selects a path with the least bandwidth usage ratio (the used bandwidth
to the maximum reservable link bandwidth).
most-fill: Selects a path with the most bandwidth usage ratio (the used
bandwidth to the maximum reserved bandwidth).
random: Selects a path randomly.
Description Use the
mpls te tie-breaking command to specify a tie breaker for CSPF to
route a tunnel when multiple paths are present with the same metric.
Use the
undo mpls te tie-breaking command to restore the default.
By default, the random keyword applies.