Protocol

Keys

Children

class NetworkInstances.NetworkInstance.Protocols.Protocol

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance Protocols Protocol

This 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: BGP

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

config

Configuration parameters relating to the routing protocol instance

type: Config

state

State parameters relating to the routing protocol instance

type: State

config: False

static_routes

Enclosing container for the list of static routes

type: StaticRoutes

local_aggregates

Enclosing container for locally-defined aggregate routes

type: LocalAggregates

bgp

Top-level configuration and state for the BGP router

type: Bgp

isis

This container defines top-level ISIS configuration and state information

type: Isis