adjacency-sid
Use this command to add a adjacency segment identifier (adjacency-SID) to the primary address of an interface.
You can only configure adjacency-SIDs for point-to-point links and not for broadcast links.
Use the no form of this command to remove an adjacency-SID.
Command Syntax
adjacency-sid (absolute <16-1048575>|index <0-1048575>)
no adjacency-sid
Parameters
<16-1048575>
Absolute adjacency-SID allocated from the Segment Routing Local Block (SRLB).
<0-1048575>
Index adjacency-SID if SRLB values are different across segment routing nodes.
Defaults
N/A
Command Mode
Interface mode
Applicability
This command was introduced in OcNOS version 6.1.0.
Examples
#configure terminal
(config)#interface ce4
(config-if)#ip address 16.0.0.20/24
(config-if)#label-switching
(config-if)#ip ospf network point-to-point
(config-if)#adjacency-sid index 1000
(config-if)#commit
(config-if)#exit
Last modified date: 10/20/2023