RoutingProtocol¶
Keys
Leafs
Children
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol¶ Bases:
EntityClass Hierarchy:
RoutingRoutingInstanceRoutingProtocolsRoutingProtocolThis class represents configuration data.
Each entry contains configuration of a routing protocol
instance.
-
type(key)¶ Type of the routing protocol - an identity derived from the ‘routing-protocol’ base identity
type: one of the below values:
Ospf
-
name(key)¶ An arbitrary name of the routing protocol instance
type: str
-
description¶ Textual description of the routing protocol instance
type: str
-
static_routes¶ Configuration of the ‘static’ pseudo-protocol. Address-family-specific modules augment this node with their lists of routes
type:
StaticRoutes
-