State¶
Leafs
checksumflagsid_lengthis_typelsp_idmaximum_area_addressespdu_lengthpdu_typeremaining_lifetimesequence_numberversionversion2
Enum Classes
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceProtocolsProtocolIsisLevelsLevelLinkStateDatabaseLspStateThis class represents state data.
State parameters of Link State PDU.
-
lsp_id¶ LSP ID of the LSP
type: str
pattern: ^[0-9A-Fa-f]{4}\.[0-9A-Fa-f]{4}\.[0-9A-Fa-f]{4}\.[0-9][0-9]-[0-9][0-9]$config: False
-
maximum_area_addresses¶ Number of area addresses permitted for this ISs area. 0 indicates the IS only supports three area addresses (by default). Any number inclusive of 1 and 254 indicates the number of areas allowed
type: int
range: 0..255config: False
-
version¶ PDU version. This is set to 1
type: int
range: 0..255config: False
default value: 1
-
version2¶ PDU version2. This is set to 1
type: int
range: 0..255config: False
default value: 1
-
id_length¶ Length of the ID field of NSAP addresses and NETs used in this routing domain
type: int
range: 0..255config: False
-
remaining_lifetime¶ Remaining lifetime in seconds before the LSP expiration
type: int
range: 0..65535config: False
units: seconds
-
sequence_number¶ Sequence number of the LSP
type: int
range: 0..4294967295config: False
-
checksum¶ Checksum of the LSP
type: int
range: 0..65535config: False
-
pdu_length¶ Total length of the LSP
type: int
range: 0..65535config: False
-
is_type¶ Type of neighboring system
type: int
range: 1..2config: False
-