Step 2: Verify the RSVP Protocol
Purpose
If the RSVP protocol is not enabled on the routers in your network, the interface cannot signal LSPs.
Action
To verify that the RSVP protocol is enabled, enter the following JUNOS CLI command:
user@host>show rsvp versionSample Output
user@R1>show rsvp versionResource ReSerVation Protocol, version 1. rfc2205RSVP protocol =EnabledR(refresh timer) = 30 secondsK(keep multiplier) = 3Preemption = NormalSoft-preemption cleanup = 30 secondsGraceful restart = DisabledRestart helper mode = EnabledRestart time = 0 msecWhat It Means
The sample output shows that the RSVP protocol is enabled on
R1. The supported RSVP protocol is version 1, as defined in RFC 2205.The RSVP refresh timer is set to 30 seconds, indicating that every 30 seconds, plus or minus 50 percent, the router will refresh the RSVP state with its directly connected neighbors by sending either a
Pathor aResvmessage. The variable refresh time helps prevent harmonic oscillations in network traffic caused by periodic protocol updates.The keepalive multiplier,
K(keep multiplier), is input to a formula that helps determine the lifetime of an RSVP session. The session lifetime is reset each time the state is updated. The lifetime represents the duration of an RSVP session that does not receive any state updates (PathorResvmessages). The formula is:RSVP session lifetime = (keep-multiplier + 0.5) * 1.5 * refresh-time
The RSVP
preemptionstate is currently configured for normal preemption, indicating that only an LSP with a stronger priority can preempt an existing session; that is, the setup value of the new LSP is lower than the hold value of the existing LSP. Other options includeaggressivepreemption, which always preempts when there is insufficient bandwidth, anddisabled, which prevents any preemption, regardless of LSP priority values.
Graceful restartis currently disabled andRestart helper modeis enabled. There are four combinations forGraceful restartandrestart helper mode:
- Both
Graceful restartandRestart helper modeare enabled.Graceful restartis enabled butRestart helper modeis disabled. An LSR with this configuration can restart gracefully but cannot help a neighbor with its restart and recovery procedures.Graceful restartis disabled butRestart helper modeis enabled. An LSR with this configuration can only help a restarting neighbor. It cannot restart gracefully itself.Graceful restart andRestart helper modeare both disabled. This configuration completely disables RSVP graceful restart (including restart and recovery procedures and helper mode). It is the same as an LSR that is not supported by RSVP graceful restart.
Restart timeis the estimated time (in milliseconds) for an LSR to restart the RSVP traffic engineering component. In the example output, the restart time is 0 milliseconds, indicating that it is disabled.The output is identical for all routers in the network shown in Figure 5.