The configuration of PE2 is similar to the configuration of PE1, and is not mentioned.
After the configuration, run the
display bgp vpnv6 all peer
command on the PEs, and you
can see that the IBGP peer relation is set up between the PEs and RR and is in Established
state. The EBGP relation is set up between the PE and CEs.
Take the display on PE1 and RR as an example.
<PE1>
display bgp vpnv6 all peer
BGP local router ID : 1.1.1.9
Local ASN : 100
Total number of peers : 2 Peers in established state : 2
Peer V AS MsgRcvd MsgSent OutQ Up/Down State PrefRcv
2.2.2.9 4 100 15 17 0 00:13:11 Established 0
Peer of vpn6 instance :
vpn6 instance VPNA :
2001::1 4 65410 9 10 0 00:06:41 Established 0
6.
Enable the route reflection function on the RR.
# Configure RR.
[RR]
bgp 100
[RR-bgp]
ipv6-family vpnv6
[RR-bgp-af-vpnv6]
reflector cluster-id 100
[RR-bgp-af-vpnv6]
peer 1.1.1.9 reflect-client
[RR-bgp-af-vpnv6]
peer 3.3.3.9 reflect-client
[RR-bgp-af-vpnv6]
undo policy vpn-target
[RR-bgp-af-vpnv6]
quit
7.
Verify the configuration.
Display the VPN routing table on a PE, and you can see the route to the remote CE.
Take the display on PE1 as an example.
<PE1>
display ipv6 routing-table vpn6-instance VPNA
Routing Table : VPNA
Destinations : 4 Routes : 4
Destination : 2001:: PrefixLength : 64
NextHop : 2001::2 Preference : 0
Interface : Vlanif30 Protocol : Direct
State : Active Adv Cost : 0
Tunnel ID : 0x0 Label : NULL
Age : 10936sec
Destination : 2001::2 PrefixLength : 128
NextHop : ::1 Preference : 0
Interface : InLoopBack0 Protocol : Direct
State : Active NoAdv Cost : 0
Tunnel ID : 0x0 Label : NULL
Age : 10936sec
Destination : 2002::
PrefixLength : 64
NextHop : ::FFFF:3.3.3.9 Preference : 255
Interface : NULL0 Protocol : BGP
State : Active Adv GotQ Cost : 0
Tunnel ID : 0x6002d20 Label : 15360
Age : 1753sec
Destination : FE80:: PrefixLength : 10
NextHop : :: Preference : 0
Interface : NULL0 Protocol : Direct
State : Active NoAdv Cost : 0
Tunnel ID : 0x0 Label : NULL
Age : 10940sec
Quidway S7700 Smart Routing Switch
Configuration Guide - VPN
4 BGP MPLS IPv6 VPN Configuration
Issue 01 (2011-07-15)
Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.
441