389Usage guidelinesFor more information about RR, see Layer 3—IP Routing Configuration Guide.The BGP view, BGP-VPNv4 subaddress family view, and BGP-VPNv6 subaddress family view support thepeer reflect-client command. If you configure this command in BGP view, you configure the local deviceto reflect public network routes. If you configure this command in BGP-VPNv4 subaddress family view orBGP-VPNv6 subaddress family view, you configure the local device to reflect VPN routes. For moreinformation about BGP view, see Layer 3—IP Routing Command Reference.Examples# In BGP-VPNv6 subaddress family view, configure the local device as an RR and peer 1.1.1.1 as the clientof the RR. system-view[Sysname] bgp 100[Sysname-bgp] ipv6-family vpnv6[Sysname-bgp-af-vpnv6] peer 1.1.1.1 reflect-clientpeer route-policy (BGP-VPNv6 subaddress family view)Use peer route-policy to apply a routing policy to a peer.Use undo peer route-policy to remove the application.Syntaxpeer ip-address route-policy route-policy-name { export | import }undo peer ip-address route-policy route-policy-name { export | import }DefaultNo routing policy is applied to a peer.ViewsBGP-VPNv6 subaddress family viewDefault command level2: System levelParametersip-address: Specifies the IP address of a peer.route-policy-name: Specifies the name of a routing policy, a case-sensitive string of 1 to 63 characters.export: Filters the routes to be advertised to the peer.import: Filters the routes received from the peer.Examples# In BGP-VPNv6 subaddress family view, apply routing policy test-policy to filter routes received frompeer 1.1.1.1. system-view[Sysname] bgp 100[Sysname-bgp] ipv6-family vpnv6[Sysname-bgp-af-vpnv6] peer 1.1.1.1 route-policy test-policy import