OcNOS-SP : Segment Routing Guide : Path Computation Element Communication Protocol Command Reference : BGP Link State Distribution Commands : distribute bgp-ls
distribute bgp-ls
Use this command to enable BGP link-state capability in an OSPF or ISIS router instance.
Use the no form of this command to disable BGP link-state capability in an OSPF or ISIS router instance.
Command Syntax
distribute bgp-ls (throttle <5-20>|)
no distribute bgp-ls (throttle |)
Parameters
<5-20>
Throttle time in seconds to process link-state distribution queue. The default is 5 seconds.
Default
BGP link-state capability is disabled. The default throttle time is 5 seconds.
Command Mode
OSPF router mode
ISIS router mode
Applicability
This command was introduced in OcNOS version 4.0.
Example
#configure terminal
(config)#router ospf
(config-ospf)#distribute bgp-ls throttle 10
(config-ospf)#exit
 
#configure terminal
(config)#router isis
(config-ospf)#distribute bgp-ls throttle 10
(config-ospf)#exit
Last modified date: 10/20/2023