PeerGroup¶
Keys
Children
- add_paths
- afi_safis
- apply_policy
- as_path_options
- config
- ebgp_multihop
- enable_bfd
- error_handling
- graceful_restart
- logging_options
- route_reflector
- state
- timers
- transport
- use_multiple_paths
- 
class NetworkInstances.NetworkInstance.Protocols.Protocol.Bgp.PeerGroups.PeerGroup¶
- Bases: - Entity- Class Hierarchy: - NetworkInstances- NetworkInstance- Protocols- Protocol- Bgp- PeerGroups- PeerGroup- This class represents configuration data. - List of BGP peer-groups configured on the local system - - uniquely identified by peer-group name - 
peer_group_name(key)¶
- Reference to the name of the BGP peer-group used as a key in the peer-group list - type: str - refers to: - peer_group_name
 - 
error_handling¶
- Error handling parameters used for the BGP peer-group - type: - ErrorHandling
 - 
graceful_restart¶
- Parameters relating the graceful restart mechanism for BGP - type: - GracefulRestart
 - 
logging_options¶
- Logging options for events related to the BGP neighbor or group - type: - LoggingOptions
 - 
ebgp_multihop¶
- eBGP multi-hop parameters for the BGPgroup - type: - EbgpMultihop
 - 
route_reflector¶
- Route reflector parameters for the BGPgroup - type: - RouteReflector
 - 
as_path_options¶
- AS_PATH manipulation parameters for the BGP neighbor or group - type: - AsPathOptions
 - 
add_paths¶
- Parameters relating to the advertisement and receipt of multiple paths for a single NLRI (add-paths) - type: - AddPaths
 - 
use_multiple_paths¶
- Parameters related to the use of multiple paths for the same NLRI - type: - UseMultiplePaths
 - 
apply_policy¶
- Anchor point for routing policies in the model. Import and export policies are with respect to the local routing table, i.e., export (send) and import (receive), depending on the context - type: - ApplyPolicy
 
-