HAP AC2 vlans

Hello,

I’m a bit confused about the proper way of configuring vlans on HAP AC2:

Here is what I want:

WAN => eth1
VLAN10 => ether2,4
VLAN100 => ether3
VLAN150 =>ether5

Ok, now here is the part that I don’t get it

bridge menu : create bridge150=> assign ether5 to it
interfaces menu: create vlan150=> assign to interface bridge150

OR
interfaces menu: create vlan150 => assign to interface eth5 ?

++create the ip addresses + dhcp and assign to vlans .

http://forum.mikrotik.com/t/using-routeros-to-vlan-your-network/126489/1

https://wiki.mikrotik.com/wiki/Manual:Basic_VLAN_switching

Hm,

So, should I consider this setup as incorrect ?

[admin@MikroTik] > /interface vlan print     
Flags: X - disabled, R - running 
 #   NAME                                                        MTU ARP             VLAN-ID INTERFACE                                                    
 0   vlan10                                                     1500 proxy-arp            10 ether5                                                       
 1   vlan100                                                    1500 proxy-arp           100 ether5             
 
[admin@MikroTik] > ip dhcp-server pr     
Flags: D - dynamic, X - disabled, I - invalid 
 #    NAME                               INTERFACE                             RELAY           ADDRESS-POOL                             LEASE-TIME ADD-ARP
 0    dhcp-default                       bridge                                                default-dhcp                             1h        
 1  I hotspot                            ap-guest                                              hotspot_pool1                            30m       
 2  I dhcp1                              vlan10                                                pool_vlan10                             1h        
 3  I dhcp2                              vlan100                                               pool_vlan100                             1h

Where ether5 is trunk port to a netgear SW (caring vlans10+100)

If you don’t need those VLANs anywhere else than on ether5, nor you need to bridge ether5 with any other port, there’s nothing wrong about that setup where the /interface vlan items are attached to ether5 directly.