Config¶
Leafs
-
class
Bgp.PeerGroups.PeerGroup.RouteReflector.
Config
¶ Bases:
Entity
Class Hierarchy:
Bgp
PeerGroups
PeerGroup
RouteReflector
Config
This class represents configuration data.
Configuraton parameters relating to route reflection
for the BGPgroup
-
route_reflector_cluster_id
¶ route-reflector cluster id to use when local router is configured as a route reflector. Commonly set at the group level, but allows a different cluster id to be set for each neighbor
type: union of the below types:
type: int
range: 0..4294967295type: str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
-
route_reflector_client
¶ Configure the neighbor as a route reflector client
type: bool
default value: false
-