Thank you! I got the Zyxel switch working and am no longer using VLAN1. I had made a new vlan (11) and tagged the trunk port as PVID 11. The step I missed was going to the Management interface page (link on the top right) and on that page you can change the management PVID!
The other thing I am not clear on though… you can’t DELETE VLAN1. The option is N/A. Should I just make all the ports a non-member?

As far as the MikroTik I am also making progress. I didn’t get much help from the Wiki’s but this post and your advice got me going in the right direction..
http://forum.mikrotik.com/t/proper-management-vlan-setup-requested/144399/1
I wasn’t understanding that you had to create a bridge, then create VLANs under the bridge, then create VLANs under Interface and connect them to the bridge. Then assign the IP address to the bridge (in that order)
I had also tried to do something similar under the switch, but that is equally confusing and I don’t think is supported on the RB4011 because the 8367 chipset does not support VLAN tables so I abandoned that.
I currently have ISP-CABLE MODEM-SFP+ via DHCP on Interface List WAN.
Port 8 is a trunk to the ZyXel switch and carries VLAN10 and VLAN11
As recommended there are only physical interfaces in the bridge.
Port 10 has a wireless access point on it that is for retail consumers and doesn’t allow much configuration. The WAN port of the wireless AP gets a DHCP address and then the AP does its own thing on the LAN side. Nothing is configurable.. can’t assign static IP WAN or LAN addresses, change the LAN subnet or DHCP scope, or put in bridge mode. But it works and only supports wireless IOT devices.
Now I want to make port 7 a second trunk to a different switch. Do I just need to do:
set [ find default-name=ether7 ] name=P7_Ether-Trunk
/interface bridge vlan
add bridge=Br_VLAN tagged=Br_VLAN,P8_Ether-Trunk,P7_Ether-Trunk vlan-ids=11
add bridge=Br_VLAN tagged=Br_VLAN,P8_Ether-Trunk,P7_Ether-Trunk vlan-ids=10
Lastly since I made the changes the terminal is slower then it has been and WinBox is a little flakey. Thoughts?
Thanks,
Steve
-Steve
myconfig.cfg.rsc.txt (5.71 KB)