Adding an IP to a Bridge VLAN

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

Follow this great guide:
http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/2

I.e., don’t set pvid on bridge (unless you know what you are doing).

Concur, the guide is excellent any deviation would be an exception…

Thanks for the reply’s the guides are good, I’m struggling to move my management IP off the bridge which is why I had the pvid set to vlan 10 when I console in and disable filtering and move the IP from the bridge to the newly created vlan I’m unable to connect or ping the address