State¶
Leafs
-
class
NetworkInstances.NetworkInstance.TableConnections.TableConnection.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
TableConnections
TableConnection
State
This class represents state data.
State parameters relating to the connection between
tables
-
src_protocol
¶ The source protocol for the table connection
type: one of the below values:
BGP
config: False
-
address_family
¶ The address family associated with the connection. This must be defined for the source protocol. The target address family is implicitly defined by the address family specified for the source protocol
type: one of the below values:
IPV4
config: False
-
dst_protocol
¶ The destination protocol for the table connection
type: one of the below values:
BGP
config: False
-
import_policy
¶ list of policy names in sequence to be applied on receiving a routing update in the current context, e.g., for the current peer group, neighbor, address family, etc
type: list of str
refers to:
name
config: False
-
default_import_policy
¶ explicitly set a default policy if no policy definition in the import policy chain is satisfied
type:
DefaultPolicyType
config: False
default value: REJECT_ROUTE
-