Switch 7700 Command reference Guide, v2.0

Table Of Contents
BGP Configuration Commands 221
Description
Use the peer reflect-client command to configure a peer/peer group as
the route reflector client.
Use the undo peer reflect-client command to cancel the existing
configuration.
Generally speaking, it is not necessary to configure this command for the peer
group, because IBGP peers are in its default group. A single
peer peer-address
reflect-client command should be used to configure the route reflector
clients.
Related commands: reflect between-clients, reflect cluster-id.
Example
Configure the peer group “test” as the route reflector client.
[SW7700-bgp]peer test reflect-client
peer route-policy Syntax
peer { group_name | peer_address } route-policy route_policy_name {
import | export }
undo peer { group_name | peer_address } route-policy
route_policy_name { import | export }
View
BGP view
Parameter
group_name: Name of peer group.
peer_address: IP address of the peer.
route_policy_name: The specified Route-policy.
import: Apply to the route policy coming from the peer/peer group.
export: Apply to the route policy advertised to the peer/peer group.
Description
Use the peer route-policy command to assign the Route-policy to the route
coming from the peer/peer group or the route advertised to the peer/peer
group.
Use the undo peer route-policy command to delete the specified
Route-policy.
By default, the peer/peer group has no Route-policy association.
Example
Apply the Route-policy named test-policy to the route coming from the peer/peer
group test.
[SW7700-bgp]peer test route-policy test-policy import