AsScopeLsa¶
Keys
Leafs
Children
- 
class 
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.AsScopeLsas.AsScopeLsa¶ Bases:
EntityClass Hierarchy:
RoutingStateRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAsScopeLsasAsScopeLsaThis class represents state data.
List of OSPF AS scope LSAs
- 
lsa_id(key)¶ LSA ID
type: union of the below types:
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}]+)?type: int
range: 0..4294967295config: False
- 
adv_router(key)¶ 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])(%[\p{N}\p{L}]+)?config: False
- 
decoded_completed¶ The OSPF LSA body is fully decoded
type: bool
config: False
- 
raw_data¶ The complete LSA in network byte order as received/sent over the wire
type: str
pattern: ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?config: False
-