show rsvp neighbor
Syntax
show rsvp neighbor <brief | detail | extensive> <instance instance-name> <logical-system (all | logical-system-name)>
Syntax (EX Series Switches)
show rsvp neighbor <brief | detail>
Description
Display Resource Reservation Protocol (RSVP) neighbors that were discovered dynamically during the exchange of RSVP packets.
Options
none | Display standard information about RSVP neighbors. |
brief | detail | (Optional) Display the specified level of output. |
instance instance-name | (Optional) Display the RSVP neighbor information for
the specified instance. If |
logical-system (all | logical-system-name) | (Optional) Perform this operation on all logical systems or on a particular logical system. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show rsvp neighbor
command.
Output fields are listed in the approximate order in which they appear.
Field Name |
Field Description |
Level of Output |
---|---|---|
|
Number of neighbors that the routing device has learned of. Each neighbor has one line of output. |
All levels |
|
Name of the interface where the neighbor has been detected. In the case of generalized MPLS (GMPLS) LSPs, the name of the peer where the neighbor has been detected. |
|
|
Address of a learned neighbor. |
All levels |
|
Length of time the neighbor has been idle, in seconds. Note:
Until Junos OS Release 15.1, in the output of the show rsvp neighbor command, the value under the Idle field immediately reflects the changed idle time when a link in the neighboring router is brought down. Starting with Junos OS Release 15.2, a router does not declare a neighbor as idle when a hello adjacency exists and has not timed out. When an interface is brought down, RSVP brings down the neighbor because of the notification it receives from IGP. The reason for considering the IGP-down notification is to support BFD-triggered fast reroute (FRR) and RSVP-TE is not directly a client for BFD notifications. When RSVP brings down the neighbor, the input/output process is not impacted. As a result, the idle time in the output of the show command is not immediately updated. |
All levels |
|
Number of neighbor up or down transitions detected by RSVP hello packets. If the up count is 1 greater than the down count, the neighbor is currently up. Otherwise, the neighbor is down. Neighbors that do not support RSVP hello packets, such as routers running Junos OS Release 3.2 or earlier, are not reported as up or down. |
All levels |
|
Number of neighbor up or down transitions detected by RSVP hello packets. If the up count is 1 greater than the down count, the neighbor is currently up. Otherwise, the neighbor is down. Neighbors that do not support RSVP hello packets, such as routers running Junos OS Release 3.2 or earlier, are not reported as up or down. |
|
|
State of the RSVP neighbor:
|
|
|
Time elapsed since the neighbor
state changed either from up to down or from down to up. The format
is |
All levels |
|
Time elapsed since the neighbor state changed either from up to down or from down to up. |
|
|
Frequency at which RSVP hellos are sent on this interface (in seconds). |
All levels |
|
Number of hello packets sent to and received from the neighbor. |
All levels |
|
Number of RSVP hello packets that have been sent to and received from the neighbor. |
|
|
Number of Path and Resv messages that this routing device has received from the neighbor. |
|
|
Identification provided by the remote routing device during Hello message exchange. |
|
|
Identification sent to the remote routing device during Hello message exchange. |
|
|
Measure of processing overhead
requests of refresh messages. Refresh reduction extensions improve
routing device performance by reducing the process overhead, thus
increasing the number of LSPs a routing device can support.
|
|
|
Neighboring routing device’s status with regard to refresh reduction:
|
|
|
Pop labels of the RSVP-TE pop-and-forward LSP tunnels. |
|
|
An RSVP refresh reduction extension:
|
|
|
Status of the MPLS fast reroute mechanism that protects traffic from link failure:
|
|
|
Name of the bypass LSP. |
|
|
Status of the bypass LSP. It can have the following values:
|
|
|
Number of user LSPs (or routes) that are being protected by a bypass LSP (before link failure). |
|
|
Number of LSPs that have been temporarily established to maintain traffic by refreshing the downstream LSPs during link failure (not a one-to-one correspondence). |
|
|
Explicit route object's (ERO) path that is taken by the bypass LSP. |
|
|
Length of time a neighbor waits to receive a Hello from the restarting node before declaring the node dead and deleting the states (in milliseconds). |
|
|
Length of time during which the restarting node attempts to recover its lost states with help from its neighbors (in milliseconds). Recovery time is advertised by the restarting node to its neighbors, and applies to nodal faults. The restarting node considers its graceful restart complete after this time has elapsed. |
|
Sample Output
show rsvp neighbor
user@host> show rsvp neighbor RSVP neighbor: 2 learned Address Idle Up/Dn LastChange HelloInt HelloTx/Rx 192.168.207.203 0 3/2 13:01 3 366/349 192.168.207.207 0 1/0 22:49 3 448/448
show rsvp neighbor detail
Starting in Junos OS Release 16.1, this command also shows whether enhanced FRR procurers are enabled on the neighbor. Neighbors with Point of Local Repair (PLR) or Node Protecting Merge Point (NP-MP) also show the Hellos sent /received count.
user@host> show rsvp neighbor detail RSVP neighbor: 2 learned Address: 192.168.207.203 via: ecstasyl status: Up Last changed time: 28:47, Idle: 0 sec, Up cnt: 3, Down cnt: 2 Message received: 632 Hello: sent 673, received 656, interval 3 sec Remote instance: 0x6432838a, Local instance: 0x74b72e36 Refresh reduction: operational Remote end: enabled, Ack-extension: enabled Enhanced FRR local protection: enabled LSPs (total 76): Phop 0, PPhop 0, Nhop 76, NNhop 0 Pop Label: 299808(unprotected) 299840(link-protected) Link protection: enabled LSP name: Bypass_to_192.168.207.203 Bypass LSP: operational, Backup routes: 1, Backup LSPs: 0 Bypass explicit route: 192.168.207.207 192.168.207.224 Restart time: 60000 msec, Recovery time: 0 msec
Release Information
Command introduced before Junos OS Release 7.4.
instance
option added in Junos OS Release 15.1 for
the MX Series.