OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Configuration Guide : RSVP-TE Configuration : Configure Global Parameters
Configure Global Parameters
Some common parameters can be configured in the Router mode on the RSVP-TE daemon. These parameters are global and affect all LSPs. In the following example the interval between two consecutive hello messages is set. The neighbor is defined by the neighbor command. Hello exchanges are enabled only between explicitly configured neighbors (configure this router as a neighbor on P (IP address 10.10.23.60).
Note: This example is based on the assumption that a minimal configuration exists on all participating routers as described in Enable Label Switching - Minimal Configuration.
PE1 - RSVP-TE
 
#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.
P - RSVP-TE
 
#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.
Last modified date: 10/17/2023