State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.IsisNeighborAttribute.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.Ipv4NeighborAddress.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisLevelsLevelLinkStateDatabaseLspTlvsTlvIsisNeighborAttributeNeighborsNeighborInstancesInstanceSubtlvsSubtlvIpv4NeighborAddressStateThis class represents state data.
State parameters of sub-TLV 8.
-
address¶ A single IPv4 address for a neighboring router on this link. This sub-TLV can occur multiple times
type: list of str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$config: False
-