Header¶
Leafs
Bits Classes
-
class
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.AreaScopeLsas.AreaScopeLsa.Ospfv3.Header¶ Bases:
EntityClass Hierarchy:
RoutingStateRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAreaAreaScopeLsasAreaScopeLsaOspfv3HeaderThis class represents state data.
Decoded OSPFv3 LSA header data.
-
lsa_id¶ LSA ID
type: int
range: 0..4294967295mandatory: True
config: False
-
age¶ LSA age
type: int
range: 0..65535mandatory: True
config: False
-
type¶ LSA type
type: int
range: 0..65535mandatory: True
config: False
-
adv_router¶ LSA advertising router
type: 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])mandatory: True
config: False
-
seq_num¶ LSA sequence number
type: str
mandatory: True
config: False
-
checksum¶ LSA checksum
type: str
mandatory: True
config: False
-
length¶ LSA length
type: int
range: 0..65535mandatory: True
config: False
-