02-12-2019 02:44 PM
I have made a user profile for the guests, but they still are on VLAN1. Tried to set a new VLAN on the user profile, but I couldnt get any traffic out - and the clients didnt get any IP-adress from the DHCP server.
02-12-2019 03:54 PM
You'd want to make sure your switch ports are set to trunk and allowing the new VLAN type. A good way to make sure a VLAN is working properly is to use the VLAN probe in tools, or you can do it via the CLI with the following command: int mgt0 dhcp-probe vlan-range # #
Where the # # is, you can do one VLAN by entering the VLAN number twice (For example, testing VLAN 2: int mgt0 dhcp-probe vlan-range 2 2). Or you can do a range of VLANs by entering the starting VLAN and then the ending VLAN (For example, testing VLAN 1 through 5: int mgt0 dhcp-probe vlan-range 1 5).