388
Examples
# In BGP IPv4 unicast address family view, configure the cluster ID on the local router (a reflector in the
cluster) as 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv4 unicast
[Sysname-bgp-ipv4] reflector cluster-id 80
# In BGP VPNv4 address family view, configure the cluster ID on the local router (a reflector in the cluster)
as 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family vpnv4
[Sysname-bgp-vpnv4] reflector cluster-id 80
# In BGP-VPN IPv4 unicast address family view, configure the cluster ID on the local router (a reflector in
the cluster) as 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] address-family ipv4 unicast
[Sysname-bgp-ipv4-vpn1] reflector cluster-id 80
# In BGP IPv6 unicast address family view, configure the cluster ID on the local router (a reflector in the
cluster) as 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv6 unicast
[Sysname-bgp-ipv6] reflector cluster-id 80
# In BGP L2VPN address family view, configure the cluster ID on the local router (a reflector in the cluster)
as 80.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family l2vpn
[Sysname-bgp-l2vpn] reflector cluster-id 80
Related commands
• peer reflect-client
• reflect between-clients
refresh bgp
Use refresh bgp to manually soft-reset BGP sessions.
Syntax
refresh bgp { ip-address | all | external | group group-name | internal } { export | import } ipv4
[ unicast ] [ vpn-instance vpn-instance-name ]
refresh bgp { ipv6-address | all | external | group group-name | internal } { export | import } ipv6
[ unicast ] [ vpn-instance vpn-instance-name ]