State¶
Leafs
- 
class 
Bgp.PeerGroups.PeerGroup.RouteReflector.State¶ Bases:
EntityClass Hierarchy:
BgpPeerGroupsPeerGroupRouteReflectorStateThis class represents state data.
State information 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])$config: False
- 
route_reflector_client¶ Configure the neighbor as a route reflector client
type: bool
config: False
default value: false
-