Hi!
I have two localizations - in first there is fiber link to ISP, main router - RB450G (NAT, SQ, firewall) and part of LAN (few switches), linked with second part of network by ethernet - next few switches. Everythink is on diagram:
http://oi61.tinypic.com/2u63edt.jpg
I need to replace RB450G by RB1100AHx2 but in first localization isn’t enought space, so i have to install it in second part of network. I can’t move fiber connection to my ISP to second localization so i need to create VLANs to transmit ISP signal and LAN signal to second localization by existing ethernet connection between localizations. Like on picture:
http://oi61.tinypic.com/5z1h6w.jpg
Could you explain me how to configure VLANs?
My suggestion is:
*on RB750GL
vlan_isp id:100 on port: ether5
vlan_lan id:200 on port: ether5
bridge vlan_isp with ether1
bridge vlan_lan with ether2
*on RB1100AHx2
vlan_isp id:100 on port: ether1
vlan_lan id:200 on port: ether1
on vlan_isp add ip and gateway
vlan_lan bridge with ether2 and other ethernet that are in LAN
Is that correct?