State¶
Leafs
- 
class 
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Global.LspBit.AttachedBit.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisGlobalLspBitAttachedBitStateThis class represents state data.
This container defines state for Link State PDU Bit.
- 
ignore_bit¶ When set to true, if the attached bit is set on an incoming Level 1 IS-IS, the local system ignores it. In this case the local system does not set a default route to the L1L2 router advertising the PDU with the attached bit set
type: bool
config: False
default value: false
- 
suppress_bit¶ When set to true, if the local IS acts as a L1L2 router, then the attached bit is not advertised in locally generated PDUs
type: bool
config: False
default value: false
-