HP VPN Firewall Appliances Network Management Command Reference

516
Default command level
2: System level
Usage guidelines
After a route reflector is configured, it reflects the routes of a client to other clients. If the clients of a route
reflector are fully meshed, disable route reflection between clients to reduce routing costs.
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: Cluster ID in the format of an integer from 1 to 4294967295.
ip-address: 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.