According to the bible written by mkx, and I am getting to the point where I agree, I want to try to setup my main lan subnet, being the bridge subnet and of course maintain what used to be my VLAN1 for HOME USERS, and the rest of the vlans for other activities
Architecture RB450Gx4 connectected by eth2 to a dlink managed switch, with one of its ports going to a CAPAC-2, and one of its ports going to an unmanaged zyxel switch which attaches to another CAPAC-1. Ether3 goes to a SwOS managed switch. (eth1 and eth 5 are two separate ISPs)
eth2 requires vlans
40-smart devices upstairs (runs on wifi_)
100 - guest wifi upstairs
50- smart devices downstairs (runs on wifi)
200 -guest wifi downstairs
70-specific PC
80-mediaboxes
eth3 requires vlans
10-videohub
20-NAS
30-voip modem
10-192.168.10.0/24
20- .20.0
30 .30.0
and so on.
My main lan subnet should be 192.168.0.0/24 etc…
The bridge as stated should use a vlan other than1, so I wish to use 11.
Bridge=homebridge
eth2 is a trunk port
eth3 is a trunk port
Capac-1 eth1- is a trunk port (with vlans 50,200 and homelan)
Capac-2 eth1 - is a trunk port. (with vlans 40, 100 and homelan)
SwOS-1 eth1 is trunk port
eth2 - feeds an unmanaged switch for homelan
eth3- 10 video hub
eth4 - 20 - nas
eth5 - 30 - voipmodem
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Settings thus far ROUTER:
/interface bridge
add admin-mac=6 auto-mac=no comment=defconf
ingress-filtering=yes name=HomeBridge protocol-mode=none vlan-filtering=
yes PVID=11 ??
/interface vlan (where and how do I identify vlan11 on this list???)
add interface=HomeBridge name={first vlan} vlan-id=10
add interface=HomeBridge name={secon vlan} vlan-id=20
etc…
/interface bridge port
add bridge=HomeBridge comment=defconf interface=ether2
add bridge=HomeBridge comment=defconf interface=ether3
/interface bridge vlan (Do I need to stick in vlan 11 or is implied untagged vlan11??)
add bridge=HomeBridge tagged=HomeBridge ether2 vlan-ids=
40,50,70,80,100,200
add bridge=HomeBridge tagged=HomeBridge,ether3 vlan-ids=
10,20,30
/interface list member
add interface=HomeBridge list=LAN
add interface={vlan10} list=LAN
add interface={vlan20}=LAN
etc…
/ip address
add address=192.168.0.1/24 interface=HomeBridge network=192.168.0.0
/ip pool
add name=dhcp-HomeLAN ranges=192.168.0.10-192.168.0.200
/ip dhcp-server
add address-pool=dhcp-HomeLAN disabled=no interface=HomeBridge lease-time=1d
name=HoMeLAN
/ip dhcp-server network
add address=192.168.0.0/24 comment=HomeDHCP dns-server=192.168.0.1 gateway=
192.168.0.1
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Capac-1
/interface bridge port
add bridge=upstairsbridge comment=defconf interface=ether1 pvid=11???
/interface bridge vlan (Do I need to stick in vlan 11 or is implied untagged vlan11??)
add bridge=upstairsbridge tagged=ether1 vlan-ids=
50,200
Capac-2
/interface bridge port
add bridge=downstairsbridge comment=defconf interface=ether1 pvid=11??
/interface bridge vlan (Do I need to stick in vlan 11 or is implied untagged vlan11??)
add bridge=downstairsbridge tagged=ether1 vlan-ids=
40,100
SwOS
??? Will wait till I get the above right before tackling the SwOS.