373
View
BGP-L2VPN address family view, VPLS address family view, BGP-VPNv6 subaddress family view
Default level
2: System level
Parameters
cluster-id: Specifies the cluster ID of the RR, ranging from 1 to 4,294,967,295.
ip-address: Specifies the IP address of the peer, which is to be used as the cluster ID of the RR.
Examples
# In BGP-L2VPN address family view, set the RR’s cluster ID to 50.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] l2vpn-family
[Sysname-bgp-af-l2vpn] reflector cluster-id 50
# In VPLS address family view, set the RR’s cluster ID to 50.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] vpls-family
[Sysname-bgp-af-vpls] reflector cluster-id 50
# In BGP-VPNv6 subaddress family view, set the RR’s cluster ID to 50.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family vpnv6
[Sysname-bgp-af-vpnv6] reflector cluster-id 50
refresh bgp ipv6 vpn-instance
Description
Use the refresh bgp ipv6 vpn-instance command to soft reset IPv6 BGP connections in a VPN instance.
Syntax
refresh bgp ipv6 vpn-instance vpn-instance-name { ipv6-address | all | external } { export | import }
View
User view
Default level
1: Monitor level
Parameters
vpn-instance-name: Specifies the name of the VPN instance, which is a case-sensitive string of 1 to 31
characters.
ipv6-address: Soft resets the BGP connection with the BGP peer identified by this IPv6 address.
all: Soft resets all IPv6 BGP connections in the specified VPN instance.
external: Soft resets EBGP sessions.