I have the Hap AC3, the port 1 is for the WAN internet PPPOE and the port 2-> 5 is for the lan
How to configure the all port ether2->5 in switch with vlan tag “2” (for voip phone) and native VLAN 1
I don’t understand if necessary to configure on Bridge, or interface or Switch menu (Chip switch available) because I have the menu vlan on the 3 menu…
There are many ways to accomplish what you want.
You could have the following
OPTION A - separate bridge and vlan
Bridge for ports 2-4 (assuming ether1 is WAN) all using 192.168.1.0/24 subnet
Ether 5 is removed from bridge
Create vlan-VOIP ID:2 interface=ether5
Assuming the voip phone still needs a network on vlan2
then assign the IP address, the IP pool, dhcp server and dhcp server network to interface vlan-VOIP
Put your PCs on ports 2-4
OPTION B all vlans (vlan-home (id:10) , vlan-VOIP)
Create two vlans
interface is the bridge
each vlan gets Ip address, pool, dhcp server dhcp network
Bridge ports all get pvid of vlanhome 10
Bridge vlan interface settings
add bridge=bridge tagged=bridge pvid=10
add bridge=bridge tagged=bridge,ether5 pvid=2
This setup up ports 2-4 as access ports hookup any pcs on the main lan. Port 5 is a hybrid port sending both untagged traffic and vlan2 to the VOIP phone, the phone will read vlan2 tagged traffic and pass the untagged main LAN traffic to a pc behind it.