Global

Children

class Bgp.Global

Bases: Entity

Class Hierarchy: Bgp Global

This class represents configuration data.

Global configuration for the BGP router

config

Configuration parameters relating to the global BGP router

type: Config

state

State information relating to the global BGP router

type: State

config: False

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

afi_safis

Address family specific configuration

type: AfiSafis

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