OcNOS-SP : Segment Routing Guide : Path Computation Element Communication Protocol Command Reference : Egress Peer Engineering Commands : neighbor peer-adj hop-address
neighbor peer-adj hop-address
Use this command to allocate an EPE peer-adj SID for a EBGP neighbor via a specific interface and advertise the label to the link-state peer.
Command Syntax
neighbor A.B.C.D peer-adj hop-address A.B.C.D
no neighbor A.B.C.D peer-adj hop-address A.B.C.D
Parameters
A.B.C.D
EBGP peer
hop-address
Nexthop address of the specific interface.
Command Mode
EPE configure mode
Applicability
This command was introduced in OcNOS version 5.0.
Examples
R1(config)#router bgp 200
R1(config-router)#neighbor 12.1.1.2 remote-as 100
R1(config-router)#address-family ipv4 unicast
R1(config-router-af)#neighbor 12.1.1.2 activate
R1(config-router)#egress-engineering
R1(config-router-epe)#neighbor 12.1.1.2 peer-node
R1(config-router-epe)#neighbor 12.1.1.2 peer-adj hop-address 12.1.1.2
 
R1(config-router-epe)#no neighbor 12.1.1.2 peer-adj hop-address 12.1.1.2
Last modified date: 10/20/2023