*****************************************************
*  PE11                                             *
*****************************************************
conf t

router bgp 65001
neighbor 192.168.1.33 remote-as 65001
neighbor 192.168.1.33 update-source Loopback0
address-family vpnv4
neighbor 192.168.1.33 activate
neighbor 192.168.1.33 next-hop-self
neighbor 192.168.1.33 send-community both
no auto-summary
exit
exit
exit
copy run start

*****************************************************
*  PE12                                             *
*****************************************************
conf t

router bgp 65001
neighbor 192.168.1.17 remote-as 65001
neighbor 192.168.1.17 update-source Loopback0
address-family vpnv4
neighbor 192.168.1.17 activate
neighbor 192.168.1.17 next-hop-self
neighbor 192.168.1.17 send-community both
no auto-summary
exit
exit
exit
copy run start

*****************************************************
*  PE21                                             *
*****************************************************
conf t

router bgp 65001
neighbor 192.168.2.33 remote-as 65001
neighbor 192.168.2.33 update-source Loopback0
address-family vpnv4
neighbor 192.168.2.33 activate
neighbor 192.168.2.33 next-hop-self
neighbor 192.168.2.33 send-community both
no auto-summary
exit
exit
exit
copy run start

*****************************************************
*  PE22                                             *
*****************************************************
conf t

router bgp 65001
neighbor 192.168.2.17 remote-as 65001
neighbor 192.168.1.17 update-source Loopback0
address-family vpnv4
neighbor 192.168.2.17 activate
neighbor 192.168.2.17 next-hop-self
neighbor 192.168.2.17 send-community both
no auto-summary
exit
exit
exit
copy run start