R3303-HP HSR6800 Routers MPLS Command Reference

133
Default command level
2: System level
Usage guidelines
RSVP-TE uses the hello extension mechanism to check the reachability of an RSVP neighbor.
Before you enable RSVP hello extension in interface view, enable RSVP-TE in interface view and RSVP
hello extension in MPLS view.
Examples
# Enable RSVP hello extension in MPLS view.
<Sysname> system-view
[Sysname] mpls
[Sysname-mpls] mpls rsvp-te hello
# Enable RSVP hello extension on interface GigabitEthernet 2/1/1.
<Sysname> system-view
[Sysname] interface giabitethernet 2/1/1
[Sysname-GigabitEthernet2/1/1] mpls rsvp-te hello
mpls rsvp-te hello-lost
Use mpls rsvp-te hello-lost to configure the maximum number of consecutive hello losses before an RSVP
neighbor is considered dead.
Use undo mpls rsvp-te hello-lost to restore the default.
Syntax
mpls rsvp-te hello-lost times
undo mpls rsvp-te hello-lost
Default
The RSVP node considers an RSVP neighbor to be dead if no response is received after sending three
consecutive hellos.
Views
MPLS view
Default command level
2: System level
Parameters
times: Maximum number of consecutive hello losses before an RSVP neighbor is considered dead, in the
range of 3 to 10.
Usage guidelines
An RSVP node detects whether its RSVP neighbor is still alive by sending hellos regularly. If no response
is received after the number of consecutive hellos reaches the specified limit, the RSVP node considers its
RSVP neighbor as dead. The failure is handled the same as a link layer communication failure.
Before configuring this command, enable RSVP-TE and RSVP hello extension in MPLS view.