# LAN facing Switch's IP address on a BASE_VLAN
/interface vlan add interface=BR1 name=BASE_VLAN vlan-id=99
/ip address add address=192.168.0.2/24 interface=BASE_VLAN
Basically I need just two VLANs (10 and 62) and one trunk port:
sfp1: VLAN10 (coming from RB router)
sfp2: VLAN62 (coming from ISP modem)
sfp3-sfp7: VLAN10
sfp8: Trunk
So I guess this should do it (VLAN security left out)?
# create one bridge, set VLAN mode off while we configure
/interface bridge add name=BR1 protocol-mode=none vlan-filtering=no
# Access ports
# ingress behavior
/interface bridge port
add bridge=BR1 interface=sfp-sfpplus1 pvid=10
add bridge=BR1 interface=sfp-sfpplus2 pvid=62
add bridge=BR1 interface=sfp-sfpplus3 pvid=10
add bridge=BR1 interface=sfp-sfpplus4 pvid=10
add bridge=BR1 interface=sfp-sfpplus5 pvid=10
add bridge=BR1 interface=sfp-sfpplus6 pvid=10
add bridge=BR1 interface=sfp-sfpplus7 pvid=10
# egress behavior
/interface bridge vlan
add bridge=BR1 untagged=sfp-sfpplus1,sfp-sfpplus3,sfp-sfpplus4,sfp-sfpplus5,sfp-sfpplus6,sfp-sfpplus7 vlan-ids=10
add bridge=BR1 untagged=sfp-sfpplus2 vlan-ids=62
# Trunk
# ingress behavior
/interface bridge port
# Purple Trunk. Leave pvid set to default of 1
add bridge=BR1 interface=sfp-sfpplus8
/interface bridge set BR1 vlan-filtering=yes
How do I now achieve that the existing Switch IP is in the VLAN10?
Hmm..somehow it went a little further…with a mix of CLI and WebGUI…somehow it always complained about dynamic ports…but when setting the VLAN ID afterwards in the GUI it works…so got now one VLAN through 2 * CRS309 (o;
Now comes the LAN VLAN…and to not interrupt all users here at home (o;