cspf
Use this command to enable the use of Constrained Shortest Path First (CSPF) server for all RSVP sessions. If CSPF is turned off globally, it cannot be enabled for any LSP.
The CSPF server computes paths for LSPs that are subject to various constraints such as bandwidth, hop count, administrative groups, priority, and explicit routes. When computing paths for LSPs, CSPF considers not only the topology of the network and the attributes defined for the LSP but also the links. It attempts to minimize congestion by intelligently balancing the network load.
Use the
no cspf command to disable this configuration.
Note: CSPF server information is not signaled across session and hence sessions in transit and egress nodes will not be aware of the CSPF server. So, in multi CSPF scenarios, neighbor down event from a CSPF server restart all sessions irrespective of which CSPF server sessions were using.
Command Syntax
cspf
Parameters
None
Default
By default, CSPF server is enabled
Command Mode
Router mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
This example shows using the no cspf command in Router mode to disable CSPF for all RSVP sessions.
#configure terminal
(config)#router rsvp
(config-router)#cspf
Last modified date: 07-13-2023