Table¶
Keys
Children
-
class
NetworkInstances.NetworkInstance.Tables.
Table
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Tables
Table
This class represents configuration data.
A network instance manages one or more forwarding or
routing tables. These may reflect a Layer 2 forwarding
information base, a Layer 3 routing table, or an MPLS
LFIB.
The table populated by a protocol within an instance is
identified by the protocol identifier (e.g., BGP, IS-IS)
and the address family (e.g., IPv4, IPv6) supported by
that protocol. Multiple instances of the same protocol
populate a single table – such that
a single IS-IS or OSPF IPv4 table exists per network
instance.
An implementation is expected to create entries within
this list when the relevant protocol context is enabled.
i.e., when a BGP instance is created with IPv4 and IPv6
address families enabled, the protocol=BGP,
address-family=IPv4 table is created by the system.
-
protocol
(key)¶ A reference to the protocol that populates the table
type: one of the below values:
BGP
-