State¶
Leafs
-
class
NetworkInstances.NetworkInstance.TableConnections.TableConnection.State¶ Bases:
EntityClass Hierarchy:
NetworkInstancesNetworkInstanceTableConnectionsTableConnectionStateThis 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:
BGPconfig: 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:
IPV4config: False
-
dst_protocol¶ The destination protocol for the table connection
type: one of the below values:
BGPconfig: 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:
nameconfig: False
-
default_import_policy¶ explicitly set a default policy if no policy definition in the import policy chain is satisfied
type:
DefaultPolicyTypeconfig: False
default value: REJECT_ROUTE
-