R3303-HP HSR6800 Routers Layer 3 - IP Routing Command Reference

288
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
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-ipv4-vpn1] reflector cluster-id 80
Related commands
peer reflect-client
reflect between-clients
refresh bgp
Use refresh bgp to perform soft reset on specified BGP sessions.
Syntax
refresh bgp { ip-address | all | group group-name | external | internal } { export | import }
Views
User view
Default command level
1: Monitor level
Parameters
ip-address: Soft-resets the BGP session to a peer.
all: Soft-resets all BGP sessions.
group-name: Soft-resets sessions to a peer group, name of which is a sting of 1 to 47 characters.
external: EBGP session.
internal: IBGP session.
export: Outbound soft reset.
import: Inbound soft reset.