I have two sites connected with a L3MPLS. The MPLS provider has routers on each end, and have BGP routes advertised for both sites. Site A is advertised as 10.10.6.0/24 and site B is advertised as 10.10.4.0/24.
Site B has a switch plugged directly into the service provider's router with a few devices assigned static addresses in 10.10.4.0/24 and we have a device temporarily plugged directly into the provider's router at Site A with a static IP of 10.10.6.1 and they talk with eachother just fine.
I need to tie-in the MPLS with the Site A network to allow others to communicate with devices over in Site B.
Current Setup Site A:
ER-8 Pro
eth0: WAN
eth1: Local Network 1 (10.10.6.0/24) port address 10.10.6.251
eth2: Local Netowrk 2 (10.10.5.0/24) port address 10.10.5.251
eth3: Local Netowrk 3 (10.10.1.0/24) port address 10.10.1.251
standalone device 10.10.6.1 --> Provider's router (MPLS)
Site B:
Provier's router -->switch -->devices (10.10.4.0/24)
I'd like to be able to be able to allow other devices to reach site B 10.10.4.0/24 over the MPLS. Could I assign another interface on our router (eth4) to something like 10.10.6.252, plug it into the MPLS on the provider's router, then create a static interface route to send 10.10.4.0/24 traffic out eth4 into the MPLS? I also thought about just plugging the MPLS right into a switch on Site A's .6.0/24 network but that limit connectivity to only the .6.x devices on site A to be able to reach other areas on the MPLS right?
Any tips would be greatly appreciated!