R3303-HP 6600/HSR6600 Routers Layer 3 - IP Routing Command Reference

289
Examples
# Disable route reflection between clients.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] undo reflect between-clients
# In BGP-VPN instance view, disable route reflection between clients. (vpn1 must have been created.)
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] undo reflect between-clients
Related commands
peer reflect-client
reflector cluster-id
reflector cluster-id (BGP view/BGP-VPN instance view)
Use reflector cluster-id to configure the cluster ID of the route reflector.
Use undo reflector cluster-id to remove the configured cluster ID.
Syntax
reflector cluster-id { cluster-id | ip-address }
undo reflector cluster-id
Default
Each route reflector uses its router ID as the cluster ID.
Views
BGP view, BGP-VPN instance view
Default command level
2: System level
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
Typically, a cluster has only one route reflector. The router ID of the route reflector is the ID of the cluster.
You can configure multiple route reflectors to improve network stability. Using this command can
configure the identical cluster ID for all the route reflectors to avoid routing loops.
Examples
# Set the cluster ID to 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] reflector cluster-id 80
# In BGP-VPN instance view, set the cluster ID to 80. (vpn1 must have been created.)
<Sysname> system-view