![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/c/f9/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4-bg87.png)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
131
config bgp neighbor route_reflector_client
neighbor command.
When the router is in reflection mode, the router will exchange information with client
neighbors in the reflection way and with the remaining neighbors in the ordinary way.
When the router is in non-reflection mode, the router will exchange information with all the
neighbors in the non-reflection way.
An AS can have multiple clusters, and a cluster can have more than one reflector for
redundancy purposes.
Parameters
<ipaddr> - Specifies the IP address of the neighbor to be configured.
<peer_group_name> - Specifies the peer group to be configured.
state - Enable: The specified neighbor will become the router reflector client. By default, this
state is disabled.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To add a neighbor as the route reflector client:
DGS-3627:admin# config bgp neighbor route_reflector_client 10.10.10.2 state enable
Command: config bgp neighbor route_reflector_client 10.10.10.2 state enable
Success.
config bgp neighbor map
Purpose This command is used to configure the BGP neighbor route map related setting.
Syntax
config bgp neighbor map [<ipaddr> | peer_group <peer_group_name 16>] {
unsuppress_map [add | delete] <map_name 16> | route_map [ in | out] [add | delete ]
<map_name 16>}(1)
Description The command is used to configure the route map related setting for a BGP neighbor.
When a route map is applied by the route_map command, it enforces the route policy.
When it is applied by the unsuppress_map command, the suppressed route which matches
the permit rule will be unsuppressed. It provides a manipulation of routers per neighbor.
If a route map is configured relating to a BGP neighbor but the route map doesn’t exist, it
means deny any. If the route map exists but has no filter entry defined, it will permit all.
Parameters
<ipaddr> - Specifies the IP address of the neighbor to be configured.
<peer_group_name> - Specifies the peer group to be configured.
unsuppress_map <map_name 16> - The name of a route map used to selectively advertise
routers previously suppressed by the aggregate_address command.
route_map - Specify the route map to be applied to the incoming or outgoing routes.
in - Specifies the incoming routes from the neighbor.
out - Specifies the outgoing routes sent to the peer.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the unsuppressed map of peer group “Campus” to Profile1: