The BLs must be configured with BGP VPNv4/VPNv6 peering. MPLS tunnels (LDP or RSVP) must be configured between the BL nodes of Interconnecting DCs. The next-hops of the BGP VPNv4/VPNv6 routes received from the remote BL should be reachable through these tunnels.
To configure Unified Routing:
SLX(config)# router bgp SLX(config-bgp-router)# address-family l2vpn evpn SLX(config-bgp-evpn)# import vpnv4 unicast reoriginate SLX(config-bgp-evpn)# import vpnv6 unicast reoriginate
SLX(config)# router bgp SLX(config-BGP-router)# address-family vpnv4 unicast SLX(config-BGP-vpnv4u)# import l2vpn evpn reoriginate SLX(config-BGP-vpnv4u)# exit SLX(config-BGP-router)# address-family vpnv6 unicast SLX(config-BGP-vpnv6u)# import l2vpn evpn reoriginate SLX(config-BGP-vpnv6u)# exit SLX(config-BGP-router)#