Global¶
Children
afi_safisconfederationconfigdefault_route_distancedynamic_neighbor_prefixesgraceful_restartroute_selection_optionsstateuse_multiple_paths
-
class
Bgp.Global¶ Bases:
EntityThis class represents configuration data.
Global configuration for the BGP router
-
default_route_distance¶ Administrative distance (or preference) assigned to routes received from different sources (external, internal, and local)
type:
DefaultRouteDistance
-
confederation¶ Parameters indicating whether the local system acts as part of a BGP confederation
type:
Confederation
-
graceful_restart¶ Parameters relating the graceful restart mechanism for BGP
type:
GracefulRestart
-
use_multiple_paths¶ Parameters related to the use of multiple paths for the same NLRI
type:
UseMultiplePaths
-
route_selection_options¶ Parameters relating to options for route selection
type:
RouteSelectionOptions
-
dynamic_neighbor_prefixes¶ A list of IP prefixes from which the system should: - Accept connections to the BGP daemon - Dynamically configure a BGP neighbor corresponding to the source address of the remote system, using the parameters of the specified peer-group. For such neighbors, an entry within the neighbor list should be created, indicating that the peer was dynamically configured, and referencing the peer-group from which the configuration was derived
type:
DynamicNeighborPrefixes
-