How to redistribute bandwidth to my secondary mikrotik with static route and two bgp dyanamic route route

Well this is my scenario in my main main mikrotik i have connection from my isp with three vlans
vlan one – (ie. 17.17.17.5/29) raw bandwidth with static routing,
vlan two – (ie.15.36.95.7/30) catch server bandwidth with BGP dynamic routing
vlan three – (ie. 18.65.25.98/30) ftp bandwidth with BGP daynamic routing
now i have a secondary mikrotik in that i want to transfer bandwidth in same way like
in secondary mikrotik
through vlan four ie. (148.66.66.3/29) which will get bandwidth only from vlan one by static routing limited to 5m,
vlan five ie. (158.59.45.3/30) which will get bandwidth only from vlan two 15m by bgp dynamic routing,
vlan six ie. (147.44.55.3/30) which will get bandwidth only from vlan three by bgp dynamic routing.

its urgent please anyone can help

Create vlan4 on main, set address from pool 148.66.66.0/29. Create vlan4 at satellite, assign another addr from pool(66.3). On main mark all connection to this vlan(by mac or ip), then mark packets. Create on main queue for downstream to satellite, set to max 5m. In mangle route this packets to 148.66.66.3 Make some mangle+pbr+queue on satellite. Can this solution work? Can you attach some scheme ?


Yours respectfully!