State¶
Leafs
checksum
flags
id_length
is_type
lsp_id
maximum_area_addresses
pdu_length
pdu_type
remaining_lifetime
sequence_number
version
version2
Enum Classes
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol.Isis.Levels.Level.LinkStateDatabase.Lsp.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Protocols
Protocol
Isis
Levels
Level
LinkStateDatabase
Lsp
State
This 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
-