EoIP Config with VLAN

Hi all -

I have nine remote RB433’s with HughesNet connections that I use EoIP tunnels to make a connection back to a central location for running Dude and admin purposes.

Is there a way I can put all of this admin traffic across the EoIP tunnels into a single VLAN?

Below is a snippet configuration of my setup now showing only two remote sites, WITHOUT VLAN’s:

EoIP Configuration

@Remote1
/interface eoip add name="ToWhse" tunnel-id=108 remote-address=x.x.x.94
@Remote2
/interface eoip add name="ToWhse" tunnel-id=109 remote-address=x.x.x.94
@Whse
/interface eoip add name="ToRemote1" tunnel-id=108 remote-address=y.y.y.6
/interface eoip add name="ToRemote2" tunnel-id=109 remote-address-y.y.y.110

IP Configuration

@Remote1
/ip address add address=10.0.0.108/24 interface="ToWhse"
@Remote2
/ip address add address=10.0.0.109/24 interface="ToWhse"
@Whse
/ip address add address=10.0.0.18/24 interface="ToRemote1"
/ip address add address=10.0.0.19/24 interface="ToRemote2"

This configuration, albeit slow due to satellite connections, has given me the possibility to remotely manage my devices and monitor via Dude from my central location (Whse).

If there is a way to encapsulate all the traffic into a single VLAN I would really like to know how.

:confused:

Thanks,
Scott