Instance

Keys

Leafs

Children

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

Bases: Entity

Class Hierarchy: Routing RoutingInstance RoutingProtocols RoutingProtocol Ospf Instance

This class represents configuration data.

An OSPF routing protocol instance.

af(key)

Address-family of the instance

type: one of the below values: Ipv4

router_id

Defined in RFC 2328. A 32-bit number that uniquely identifies the 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])
admin_distance

Admin distance config state

type: AdminDistance

nsr

NSR config state

type: Nsr

graceful_restart

Graceful restart config state

type: GracefulRestart

enable

Enable/Disable the protocol

type: bool

default value: true

auto_cost

Auto cost config state

type: AutoCost

spf_control

SPF calculation control

type: SpfControl

database_control

Database maintenance control

type: DatabaseControl

reload_control

Protocol reload control

type: ReloadControl

mpls

OSPF MPLS config state

type: Mpls

fast_reroute

This container may be augmented with global parameters for IPFRR

type: FastReroute

all_areas_inherit

Inheritance for all areas

type: AllAreasInherit

area

List of ospf areas

type: list of Area

topology

OSPF topology

type: list of Topology