#configure terminal | Enter configure mode. |
(config)#router rsvp | Enter the router mode for RSVP. |
(config-router)#hello-interval 10 | Set the hello-interval (in seconds) between hello packets. |
(config-router)#hello-timeout 35 | Set the hello-timeout value. If an LSR has not received a Hello message from a peer within this period, all sessions shared with this peer are reset. |
(config-router)#neighbor 10.10.23.60 | Explicitly specify the neighbor to exchange Hello messages with. |
(config-router)#commit | Commit the transaction. |
#configure terminal | Enter configure mode. |
(config)#router rsvp | Enter the router mode for RSVP. |
(config-router)#hello-interval 10 | Set the hello-interval (in seconds) between hello packets. |
(config-router)#hello-timeout 35 | Set the hello-timeout value. If an LSR has not received a Hello message from a peer within this period, all sessions shared with this peer are reset. |
(config-router)#neighbor 10.10.23.63 | Explicitly specify the neighbor to exchange Hello messages with. |
(config-router)#commit | Commit the transaction. |