Area¶
Keys
Children
- 
class 
RoutingState.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area¶ Bases:
EntityClass Hierarchy:
RoutingStateRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAreaThis class represents state data.
List of OSPF areas
- 
area_id(key)¶ Area ID
type: union of the below types:
type: int
range: 0..4294967295type: 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])config: False
- 
interfaces¶ List of OSPF interfaces
type: list of
Interfacesconfig: False
- 
area_scope_lsas¶ List OSPF area scope LSA databases
type: list of
AreaScopeLsasconfig: False
-