TableConnection

Keys

Children

class NetworkInstances.NetworkInstance.TableConnections.TableConnection

Bases: Entity

Class Hierarchy: NetworkInstances NetworkInstance TableConnections TableConnection

This class represents configuration data.

A list of connections between pairs of routing or

forwarding tables, the leaking of entries between

which is specified by the import policy.

A connection connecting a source table to a destination

table implies that routes that match the policy specified

for the connection are available for the destination

protocol to advertise, or match within its policies.

src_protocol(key)

The name of the protocol associated with the table which should be utilised as the source of forwarding or routing information

type: one of the below values: BGP

dst_protocol(key)

The table to which routing entries should be exported

type: one of the below values: BGP

address_family(key)

The address family associated with the connection

type: one of the below values: IPV4

config

Configuration parameters relating to the connection between tables

type: Config

state

State parameters relating to the connection between tables

type: State

config: False