Area

Keys

Leafs

Children

class Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area

Bases: Entity

Class Hierarchy: Routing RoutingInstance RoutingProtocols RoutingProtocol Ospf Instance Area

This class represents configuration data.

List of ospf areas

area_id(key)

Area ID

type: union of the below types:

type: int

range: 0..4294967295

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])
area_type

Area type

type: one of the below values: Normal

default value: normal

summary

Enable/Disable summary generation to the stub or NSSA area

type: bool

default_cost

Set the summary default-cost for a stub or NSSA area

type: int

range: 1..16777215
range

Summarize routes matching address/mask (border routers only)

type: list of Range

all_interfaces_inherit

Inheritance for all interfaces

type: AllInterfacesInherit

OSPF virtual link

type: list of VirtualLink

OSPF sham link

type: list of ShamLink

interface

List of OSPF interfaces

type: list of Interface