beautypg.com

11 bgp client-to-client reflection, 12 bgp cluster-id, Bgp client – PLANET XGS3-24040 User Manual

Page 518: Client reflection, Bgp cluster

background image


35-231

35.11 bgp client-to-client reflection

Command: bgp client-to-client reflection

no bgp client-to-client reflection

Function: Configures whether the route reflection is performed. The “no bgp client-to-client reflection

cancels this configuration.

Parameter: None.

Default: Reflection defaulted when client is configured.

Command Mode: BGP route mode

Usage Guide: After configured reflection client with neighbor {|} route-reflector-client,

the router performs routing reflection in default condition. The NO form of this command cancels the

route reflection among CLIENT, (reflection among Clients and non-CLIENT is not disturbed).

Example:

Switch(config-router)#no bgp client-to-client reflection

Relevant Commands: neighbor route-reflector-client, no neighbor route-reflector-client

35.12 bgp cluster-id

Command: bgp cluster-id {<ip-address>|<01-4294967295>}

no bgp cluster-id {[]|<0-4294967295>}

Function: Configure the route reflection ID during the route reflection. The “no bgp cluster-id

{[]|<0-4294967295>}” command cancels this configuration.

Parameter: |<1-4294967295>: cluster-id which is shown in dotted decimal notation or a 32

digit number.

Default: Not configured.

Command Mode: BGP route mode

Usage Guide: A cluster consists of one routing reflector and its clients in an area. However in order to

increase the redundancy level, sometime more than one routing reflectors may be deployed in one area.

Router-id is for identifying the router exclusively in an area, and cluster-id is required for two or more

reflector identification.

Example:

Switch(config-router)#bgp cluster-id 1.1.1.1

Related Command: neighbor route-reflector-client