State¶
Leafs
- 
class 
Bgp.PeerGroups.PeerGroup.ApplyPolicy.State¶ Bases:
EntityClass Hierarchy:
BgpPeerGroupsPeerGroupApplyPolicyStateThis class represents state data.
Operational state for routing policy
- 
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
- 
export_policy¶ list of policy names in sequence to be applied on sending 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_export_policy¶ explicitly set a default policy if no policy definition in the export policy chain is satisfied
type:
DefaultPolicyTypeconfig: False
default value: REJECT_ROUTE
-