Step 3: Verify RSVP Neighbors
Purpose
Display a list of RSVP neighbors that were learned dynamically when exchanging RSVP packets. Once a neighbor is learned, it is never removed from the list of RSVP neighbors unless the RSVP configuration is removed from the router.
Action
To verify RSVP neighbors, enter the following command from the ingress, transit, and egress routers:
user@host>show rsvp neighborSample Output 1
user@R1>show rsvp neighborRSVP neighbor: 1 learnedAddress Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd10.1.13.2 101/09:22 9 64/64 32user@R3>show rsvp neighborRSVP neighbor: 2 learnedAddress Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd10.1.13.1 0 1/0 28:20 9 190/190 4110.1.36.2 16:501/115:37 9 105/78 38user@R6>show rsvp neighborRSVP neighbor: 1 learnedAddress Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd10.1.36.1 17:301/116:15 9 104/78 39Sample Output 2
user@R3>show rsvp neighborRSVP neighbor: 2 learnedAddress Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd10.1.13.1 51/09:14 9 63/63 3310.1.36.2 51/09:05 9 62/62 32user@R6>show rsvp neighborRSVP neighbor: 1 learnedAddress Idle Up/Dn LastChange HelloInt HelloTx/Rx MsgRcvd10.1.36.1 51/08:54 9 61/61 32What It Means
Sample Output 1 shows that
R1andR6have one RSVP neighbor each,R3. However, the values in theUp/Dnfield are different.R1has a value of1/0andR6has a value of1/1, indicating thatR1is an active neighbor withR3, butR6is not. When the up count is one more than the down count, the neighbor is active; if the values are equal, the neighbor is down. The values forR6are equal,1/1, indicating that the neighborR3is down.Transit router
R3knows about two neighbors,R1andR6. TheUp/Dnfield indicates thatR1is an active neighbor andR6is down. At this point it is not possible to determine if the problem resides withR3orR6, because both neighbors are not active. Continue investigating the problem in Verify RSVP Interfaces.In contrast to Sample Output 1 and to illustrate correct output, Sample Output 2 shows the correct neighbor relationship between transit router
R3and egress routerR6. TheUp/Dnfield shows the up count to be one more than the down count,1/0, indicating that the neighbors are active.