To maintain path states and resource reservations on the routers in an LSP, RSVP Path and Resv messages are sent at regular intervals.
Path messages flow downstream in an LSP, from the ingress LER towards the egress LER. Resv messages flow upstream, in the reverse direction of Path messages.
The user can control how often the Path and Resv messages are sent by setting the refresh interval. By default, the refresh interval is 30 seconds. The user can set the refresh interval from 0 through 2147483 seconds.
Complete the following steps to set the refresh interval.
device# configure
device(config)# router mpls
device(config-router-mpls)# rsvp
device(config-router-mpls-rsvp)# refresh-interval 20
The following example shows setting the refresh interval to 20 seconds.
device# configure device(config)# router mpls device(config-router-mpls)# rsvp device(config-router-mpls-rsvp)# refresh-interval 20