Protocol¶
Keys
Children
-
class
NetworkInstances.NetworkInstance.Protocols.Protocol¶ Bases:
EntityClass Hierarchy :
NetworkInstancesNetworkInstanceProtocolsProtocolThis class represents configuration data.
A process (instance) of a routing protocol. Some
systems may not support more than one instance of
a particular routing protocol
-
identifier(key)¶ The protocol name for the routing or forwarding protocol to be instantiated
type: one of the below values:
-
name(key)¶ An operator-assigned identifier for the routing or forwarding protocol. For some processes this leaf may be system defined
type: str
refers to:
name
-
static_routes¶ Enclosing container for the list of static routes
type:
StaticRoutes
-
local_aggregates¶ Enclosing container for locally-defined aggregate routes
type:
LocalAggregates
-