Flags¶
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.MtIsn.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.LanAdjacencySids.LanAdjacencySid.State.
Flags
¶ Flags (Enum Class)
-
ADDRESS_FAMILY = 0
Address-family flag. When unset, the Adj-SID
refers to an adjacency with outgoing IPv4
encapsulation. If set then the Adj-SID refers to
an adjacency with outgoing IPv6 encapsulation.
-
BACKUP = 1
Backup flag. When set, the Adj-SID refers to an
adjacency being protected (e.g.: using IPFRR or
MPLS-FRR).
-
VALUE = 2
Value flag. When set, the SID carries a value
(instead of an index). By default the flag is
SET.
-
LOCAL = 3
Local flag. When set, the value/index carried
by the SID has local significance. By default
the flag is SET.
-
SET = 4
Set flag. When set, the S-Flag indicates that
the Adj-SID refers to a set of adjacencies.
-