Instance¶
Keys
Leafs
Children
admin_distance
all_areas_inherit
area
auto_cost
database_control
fast_reroute
graceful_restart
mpls
nsr
reload_control
spf_control
topology
-
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.
-
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
-