Instance¶
Keys
Leafs
Children
admin_distanceall_areas_inheritareaauto_costdatabase_controlfast_reroutegraceful_restartmplsnsrreload_controlspf_controltopology
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance¶ Bases:
EntityClass Hierarchy:
RoutingRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceThis class represents configuration data.
An OSPF routing protocol instance.
-
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
-
graceful_restart¶ Graceful restart config state
type:
GracefulRestart
-
enable¶ Enable/Disable the protocol
type: bool
default value: true
-
spf_control¶ SPF calculation control
type:
SpfControl
-
database_control¶ Database maintenance control
type:
DatabaseControl
-
reload_control¶ Protocol reload control
type:
ReloadControl
-
fast_reroute¶ This container may be augmented with global parameters for IPFRR
type:
FastReroute
-
all_areas_inherit¶ Inheritance for all areas
type:
AllAreasInherit
-