I have DHCP server on this VLAN interface. When I try to configure this Vlan interface on bridge. DHCP server stops working. it says DHCP server can not run on slave interface.
First why 2 bridge and using vlan? As a newbie I’ve been there long time ago, always make 2 bridge (or more zZz) just to make another netwok segment.
Now with vlan no need many bridge anymore, just one and next can create more than one network segment.
/interface bridge
add name=ACCESS_999
add name=LAN
Just one bridge then put all your ethernet port into that single bridge.. Let say you choose to use only LAN bridge, delete the ACCESS_999 bridge entry. /interface bridge port
add bridge=ACCESS_999 interface=ether2
add bridge=ACCESS_999 interface=VLAN_999 <= as anav mention this make that error about slave. Only entry ethernet port and/or wlan with corresponding match pvid.
since u delete ACCESS_999 bridge, change it to
/interface bridge port
add bridge=LAN interface=ether2