OcNOS-SP : Segment Routing Guide : Path Computation Element Communication Protocol Command Reference : BGP Link State Distribution Commands : address-family
address-family
Use this command to advertise BGP link-state capability to BGP peers.
Use the no form of this command to not advertise BGP link-state capability to BGP peers.
Command Syntax
address-family link-state link-state
Parameters
None
Command Mode
BGP router mode
Applicability
This command was introduced in OcNOS version 4.0.
Example
#configure terminal
(config)#router bgp 100
(config-router)#neighbor 3.3.3.3 update-source lo
(config-router)#neighbor 3.3.3.3 remote-as 100
 
(config-router)#address-family link-state link-state
(config-router-af)#neighbor 3.3.3.3 activate
(config-router-af)#exit-address-family
Last modified date: 10/20/2023