State¶
Leafs
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.Tlvs.Tlv.MtIsisNeighborAttribute.Neighbors.Neighbor.Instances.Instance.Subtlvs.Subtlv.Ipv4InterfaceAddress.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisLevelsLevelLinkStateDatabaseLspTlvsTlvMtIsisNeighborAttributeNeighborsNeighborInstancesInstanceSubtlvsSubtlvIpv4InterfaceAddressStateThis class represents state data.
State parameters of sub-TLV 6.
-
address¶ A 4-octet IPv4 address for the interface described by the (main) TLV. 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
-