Hi, i have a NWA1121 Zyxel with two SSID on two vlan.
- First SSD on Native VLAN. PVID: 1
- Guest SSD on PVID: 3
Access point is connect on TEC port on Mikrotik with 192.168.3.x subnet
Other on LAN port with 192.168.1.x subnet.
/ip address
add address=192.168.1.1/24 interface=LAN network=192.168.1.0
add address=192.168.3.1/24 interface=vlan-guest network=192.168.3.0
/interface vlan
add interface=TEC loop-protect-disable-time=0s loop-protect-send-interval=0s name=vlan-guest vlan-id=3
/ip pool
add name=dhcp_pool1 ranges=192.168.1.200-192.168.1.239
add name=dhcp_pool2 ranges=192.168.3.2-192.168.3.254
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool1 disabled=no interface=LAN lease-time=30m name=dhcp1
add add-arp=yes address-pool=dhcp_pool2 disabled=no interface=vlan-guest name=dhcp2 relay=192.168.3.1
The firt SSID working fine. The guest network on second SSID not working. Dhcp are not visibile and there aren’t request from access point.
Can you help me?
Thanks