387
[Sysname-bgp-ipv4-vpn1] undo reflect between-clients
# In BGP IPv6 unicast address family view, disable route reflection between clients.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv6 unicast
[Sysname-bgp-ipv6] undo reflect between-clients
# In BGP L2VPN address family view, disable L2VPN information reflection between clients.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family l2vpn
[Sysname-bgp-l2vpn] undo reflect between-clients
Related commands
•
peer reflect-client
•
reflector cluster-id
reflector cluster-id
Use
reflector cluster-id
to configure the cluster ID for a route reflector.
Use
undo reflector cluster-id
to restore the default.
Syntax
reflector cluster-id
{
cluster-id
|
ip-address
}
undo reflector cluster-id
Default
A route reflector uses its router ID as the cluster ID.
Views
BGP IPv4 unicast address family view, BGP-VPN IPv4 unicast address family view, BGP VPNv4 address
family view, BGP IPv6 unicast address family view, BGP VPNv6 address family view, BGP L2VPN
address family view
Predefined user roles
network-admin
Parameters
cluster-id
: Specifies the cluster ID in the format of an integer, in the range of 1 to 4294967295.
ip-address
: Specifies the cluster ID in the format of an IPv4 address in dotted decimal notation.
Usage guidelines
The route reflector and clients form a cluster. Typically a cluster has one route reflector. The ID of the route
reflector is the cluster ID.
You can configure more than one route reflector in a cluster to improve network reliability and prevent a
single point of failure. Use this command to configure the same cluster ID for all route reflectors in the
cluster to avoid routing loops.
Do not configure the router ID of a client as the cluster ID.