Hi,
I have a RB2011UAS and a TL-WA701 access point directly connected on eth9 port (no switch used) and I want to setup multiple ssids based on VLANs. As for now the configuration is:
RB2011UAS eth9 ip 192.168.15.100
TL-WA701 lan ip 192.168.15.121, SSID1: VLAN ID-> 1, SSID2: VLAN ID-> 2
I want to setup two different networks on the vlans for example VLAN1->192.168.16.0 and VLAN2->192.168.17.0.
I know how to setup DHCP pools and servers, can you guide me through how to configure VLAN interfaces and switch ports on RB2011?
Thank you very much in advance.
I have always used VLANs as interfaces on the ethernet, not used switchport but here’s an option.
Create the two desired VLAN interfaces on ether9
/interfaces vlan
add name=vlan1-e9 vlan-id=1 interface=ether9
add name=vlan2-e9 vlan-id=2 interface=ether9
Build the DCHP servers for each VLAN and assign each VLAN an IP address.
If you want to share the network segment with any other interfaces, create a bridge, but the DHCP server and IP address onto that bridge and put the designated interfaces, including the VLAN interface, into that bridge.
Bump.
I didn’t have any luck configuring this. Any suggestions?