Hi All,
below is a sample of my config for how i configure RouterOS for trunking VLAN on a device acting as a switch, how would i add a layer 3 address to a vlan on the device such as VLAN 90 as described below?
/interface bridge
add name=bridge1 protocol-mode=none pvid=10 vlan-filtering=yes
/interface bridge port
add bridge=bridge1 ingress-filtering=no interface=ether11 pvid=10
add bridge=bridge1 ingress-filtering=no interface=ether18 pvid=90
/interface bridge vlan
add bridge=bridge1 comment=LAN tagged=bonding1,bonding2,ether18,ether16,sfp-sfpplus2 vlan-ids=10
add bridge=bridge1 comment="WAN - VDSL" tagged=bonding1,bonding2,ether16,sfp-sfpplus2 untagged=ether22 vlan-ids=90