RFC 2961 extends RSVP to create IDs for RSVP messages. Summary refresh does not affect the sending of RSVP trigger messages that signal changes of state.
RSVP summary refresh is disabled by default for all interfaces. To enable summary refresh on an interface, complete the following steps.
device# configure
device(config)# router mpls
device(config-router-mpls)# mpls-interface ethernet 0/13
device(config-router-mpls-eth-0/13)# rsvp
device(config-router-mpls-eth-0/13-rsvp)# refresh-reduction summary-refresh
The following example enables summary refresh on Ethernet interface 0/13.
device# configure device(config)# router mpls device(config-router-mpls)# mpls-interface ethernet 0/13 device(config-router-mpls-eth-0/13)# rsvp device(config-router-mpls-eth-0/13-rsvp)# refresh-reduction summary-refresh
When the RSVP neighbor does not support refresh reduction, the interface does not send summary refresh messages, even though the feature is locally enabled. It instead continues to resend full Path and Resv refresh messages. Use the no version of the command to manually disable summary refresh on this interface.