Type¶
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.MtIsn.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.LinkProtectionType.State.
Type
¶ Type (Enum Class)
-
EXTRA_TRAFFIC = 0
If set the link has extra traffic protection. If
the link is of type Extra Traffic, it means that
the link is protecting another link or links. The
LSPs on a link of this type will be lost if any of
the links it is protecting fail.
-
UNPROTECTED = 1
If set, the link is unprotected. If the link is
of type Unprotected, it means that there is no
other link protecting this link. The LSPs on a
link of this type will be lost if the link
fails.
-
SHARED = 2
If set, the link has shared protection. If the
link is of type Shared, it means that there are
one or more disjoint links of type Extra Traffic
that are protecting this link. These Extra
Traffic links are shared between one or more links
of type Shared.
-
ONE_ONE = 3
If set, the link has dedicated 1:1 protection. If
the link is of type Dedicated 1:1, it means that
there is one dedicated disjoint link of type Extra
Traffic that is protecting this link.
-
PLUS_ONE = 4
If set, the link has dedicated 1+1 protection. If
the link is of type Dedicated 1+1, it means that a
dedicated disjoint link is protecting this link.
However, the protecting link is not advertised in
the link state database and is therefore not
available for the routing of LSPs.
-
ENHANCED = 5
If set the link has enhanced protection. If the
link is of type Enhanced, it means that a
protection scheme that is more reliable than
Dedicated 1+1, e.g., 4 fiber BLSR/MS-SPRING, is
being used to protect this link.
-