The RSVP-TE hello feature enables RSVP-TE peers to exchange hello messages and establish a hello adjacency. The peers use the adjacency to verify reachability. When a peer is no longer reachable, the LSPs that traverse the neighbor are torn down.
High refresh values reduce the amount of control traffic (and CPU cycles) needed by RSVP-TE to refresh LSP state across the network, reducing the impact of RSVP-TE on system resources:
To configure the RSVP-TE hello feature on all RSVP-TE interfaces in the VR:
- host1:vr5(config)#mpls rsvp signalling hello
- host1(config-if)#mpls rsvp signalling hello
refresh interval 5000
- host1(config-if)#mpls rsvp signalling hello
refresh misses 5
To configure the RSVP-TE hello feature on a RSVP-TE specific interface:
- host1(config)#interface fastEthernet 4/3
- host1(config-if)#mpls rsvp signalling hello
- host1(config-if)#mpls rsvp signalling hello
refresh interval 5000
- host1(config-if)#mpls rsvp signalling hello
refresh misses 5
![]() |
Note: Issuing the refresh interval or the refresh misses keywords only configures the refresh values; this action has no effect on enabling or disabling hellos. |