R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)
420
Predefined user roles
network-admin
Parameters
group-name: Specifies a peer group by its name, a case-sensitive string of 1 to 47 characters. The peer
group must have been created.
ip-address: Specifies a peer by its IP address. The peer must have been created.
ipv6-address: Specifies a peer by its IPv6 address. The peer must have been created.
Usage guidelines
Using route reflectors can solve the issue brought by too many IBGP connections. In an AS, a router acts
as a route reflector, and other routers act as clients connecting to the route reflector. The route reflector
forwards the routing information received from a client to other clients. In this way, all clients can receive
routing information from one another without establishing BGP sessions.
Examples
# In BGP IPv4 unicast address family view, configure the local device as a route reflector and specify the
IBGP peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv4 unicast
[Sysname-bgp-ipv4] peer test reflect-client
# In BGP VPNv4 address family view, configure the local device as a route reflector and specify the IBGP
peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family vpnv4
[Sysname-bgp-vpnv4] peer test reflect-client
# In BGP-VPN IPv6 unicast address family view, configure the local device as a route reflector and specify
the IBGP peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] address-family ipv6 unicast
[Sysname-bgp-ipv6-vpn1] peer test reflect-client
# In BGP L2VPN address family view, configure the local device as a route reflector and specify the IBGP
peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family l2vpn
[Sysname-bgp-l2vpn] peer test reflect-client
# In BGP IPv4 MDT address family view, configure the local device as a route reflector and specify the
IBGP peer group test as a client.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv4 mdt
[Sysname-bgp-mdt] peer test reflect-client