rtr
AbstractSegmentRoutingAdjacencySet

Specifies information on an Adjacency Set configured on the system.



public abstract class AbstractSegmentRoutingAdjacencySet

Properties
adjsetAdvertise Specifies specifies whether this adjacency set should be advertised. Can only be set to true when all links go to the same neighbor (adjsetParallel=true).

type=boolean
default=true
Displayed(tab/group)=Advertise

adjsetId Specifies an identifier for the given adjacency set.

type=long
access=read-create
default=0
minimum=1
maximum=4294967295
Displayed(tab/group)=ID

adjsetMtu Indicates the MTU of the adjacency-set tunnel. This value takes into account the lowest value of active links, the label overhead and the segment-routing tunnel-mtu

type=long
access=read-only
Displayed(tab/group)=MTU

adjsetParallel Specifies whether all links must go to the same neighbor. Setting the adjsetParallel to false will set adjsetAdvertise to false.

type=boolean
default=true
Displayed(tab/group)=Parallel

adjsetStatus Indicates the reason why an adj-set is not active.

type=int
access=read-only
Displayed(tab/group)=Status
enums=
    0: notActive - Not Active
    1: active - Active
    2: activeIncomplete - Incomplete Active
    3: fibAddFailed - FIB Add Failed

dynamicSidValue Indicates the dynamic SID value used for this adjacency-set. In case a static sid is configured, the dynamic sid will be 0.

type=long
access=read-only
Displayed(tab/group)=Dynamic SID Value

instanceIndex Identifies a specific instance of a version of the OSPF/ISIS protocol running in the router instance specified by the routerId.

type=long
access=read-only
default=0

membersActive Indicates the number of active adajcencies that are members of the adjacancy-set.

type=long
access=read-only
Displayed(tab/group)=Active Members

membersCount Indicates the number of interfaces that are members of the adjacency-set.

type=long
access=read-only
Displayed(tab/group)=Total Members

routerId

type=int
access=read-only
default=1
minimum=1
maximum=10240

serviceId

type=long
access=read-only
default=0

serviceType

type=service.ServiceType
access=read-only
default=unknown

setupTime Indicates the amount of time in seconds since this adjacency-set was last programmed.

type=long
access=read-only
units=seconds
Displayed(tab/group)=Setup Time

sidType Specifies whether the sidValue is not valid, an index value or an absolute label value.

type=int
default=0
Displayed(tab/group)=SID Type
enums=
    0: none - None
    2: label - Label

sidValue This value along with sidType specifies the SID value or index for this adjacency set SID.

type=long
default=0
minimum=0
maximum=4294967295
Displayed(tab/group)=SID Value

tunnelDestinationAddrType Indicates the IP address type for tunnelDestinationAddress.

type=rtr.InetAddressType
access=read-only
default=ipv4

tunnelDestinationAddress Indicates the IP address of the adjacency-set tunnel destination. An adjacency-set with links to different neighbors will have destination set to 0.0.0.0.

type=InetAddress
access=read-only
default=0.0.0.0
Displayed(tab/group)=Tunnel Destination Address

  
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Supported Network Elements
7450 ESS Supported from 16.0.R1
7750 SR Supported from 16.0.R1
7705 SAR Gen 2
7950 XRS Supported from 16.0.R1
7705 SAR Hm Supported from 16.0.R1