Header¶
Leafs
Bits Classes
-
class
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.AsScopeLsas.AsScopeLsa.Ospfv2.Header¶ Bases:
EntityClass Hierarchy:
RoutingStateRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAsScopeLsasAsScopeLsaOspfv2HeaderThis class represents state data.
Decoded OSPFv2 LSA header data.
-
lsa_id¶ LSA ID
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])(%[\p{N}\p{L}]+)?mandatory: True
config: False
-
opaque_type¶ Opaque type
type: int
range: 0..255mandatory: True
config: False
-
opaque_id¶ Opaque id
type: int
range: 0..16777215mandatory: 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
-