OcNOS-SP : Segment Routing Guide : Segment Routing Command Reference : Segment Routing Policy Commands : dynamic-path
dynamic-path
Use this command to set a candidate path as a dynamic path and request the computation engine to compute LSP.
Use the no form of this command to remove a dynamic path type and computation engine from a candidate path.
Note: Candidate path type or computation engine cannot be updated.
Command Syntax
dynamic-path (isis (WORD|) | ospf (<0-65535>|)| pcep)
no dynamic-path (isis (WORD|) | (ospf <0-65535>|)| pcep)
Parameters
isis
Request ISIS
WORD
ISIS instance name
ospf
Request OSPF
<0-65535>
OSPF process identifier
pcep
Request PCEP
Default
By default, path type is not set and no computation engine is attached.
Command Mode
Candidate path mode
Applicability
This command was introduced in OcNOS version 4.0.
Example
#configure terminal
(config)#segment-routing
(config-sr)#traffic-engineering
(config-sr-te)#policy SR_POLICY_1
(config-sr-pol)#candidate-path 1
(config-sr-pol-cp)#dynamic-path isis
(config-sr-pol-cp)#exit-pol-cp
(config-sr-pol)#candidate-path 2
(config-sr-pol-cp)#dynamic-path ospf
(config-sr-pol-cp)#
Last modified date: 10/20/2023