hostname R1 (route reflector) ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.252 ip ospf 1 area 0 ! ! interface GigabitEthernet0/1 ip address 10.0.1.2 255.255.255.0 mpls ip ! ! interface GigabitEthernet0/3 ip address 10.0.3.1 255.255.255.0 mpls ip ! router ospf 1 router-id 1.1.1.1 network 1.1.1.0 0.0.0.255 area 0 network 10.0.0.0 0.255.255.255 area 0 ! router bgp 65000 bgp log-neighbor-changes neighbor 2.2.2.2 remote-as 65000 neighbor 2.2.2.2 update-source Loopback0 neighbor 3.3.3.3 remote-as 65000 neighbor 3.3.3.3 update-source Loopback0 neighbor 4.4.4.4 remote-as 65000 neighbor 4.4.4.4 update-source Loopback0 neighbor 5.5.5.5 remote-as 65000 neighbor 5.5.5.5 update-source Loopback0 neighbor 6.6.6.6 remote-as 65000 neighbor 6.6.6.6 update-source Loopback0 neighbor 11.11.11.11 remote-as 65000 neighbor 11.11.11.11 update-source Loopback0 neighbor 22.22.22.22 remote-as 65000 neighbor 22.22.22.22 update-source Loopback0 ! address-family ipv4 neighbor 2.2.2.2 activate neighbor 2.2.2.2 send-community both neighbor 2.2.2.2 route-reflector-client neighbor 3.3.3.3 activate neighbor 3.3.3.3 send-community both neighbor 3.3.3.3 route-reflector-client neighbor 4.4.4.4 activate neighbor 4.4.4.4 send-community both neighbor 4.4.4.4 route-reflector-client neighbor 5.5.5.5 activate neighbor 5.5.5.5 send-community both neighbor 5.5.5.5 route-reflector-client neighbor 6.6.6.6 activate neighbor 6.6.6.6 send-community both neighbor 6.6.6.6 route-reflector-client neighbor 11.11.11.11 activate neighbor 11.11.11.11 send-community both neighbor 11.11.11.11 route-reflector-client neighbor 22.22.22.22 activate neighbor 22.22.22.22 send-community both neighbor 22.22.22.22 route-reflector-client exit-address-family ! address-family vpnv4 neighbor 2.2.2.2 activate neighbor 2.2.2.2 send-community both neighbor 2.2.2.2 route-reflector-client neighbor 3.3.3.3 activate neighbor 3.3.3.3 send-community both neighbor 3.3.3.3 route-reflector-client neighbor 4.4.4.4 activate neighbor 4.4.4.4 send-community both neighbor 4.4.4.4 route-reflector-client neighbor 4.4.4.4 next-hop-self neighbor 5.5.5.5 activate neighbor 5.5.5.5 send-community both neighbor 5.5.5.5 route-reflector-client neighbor 6.6.6.6 activate neighbor 6.6.6.6 send-community both neighbor 6.6.6.6 route-reflector-client neighbor 11.11.11.11 activate neighbor 11.11.11.11 send-community both neighbor 11.11.11.11 route-reflector-client neighbor 22.22.22.22 activate neighbor 22.22.22.22 send-community both neighbor 22.22.22.22 route-reflector-client exit-address-family ! ! mpls ldp router-id Loopback0 force