Asus Lyra map-ac2200: VLAN and Multiple SSIDs support

Hi all,

I have a set of Asus Lyra map-ac2200s that I'd like to run 19.7.4. I currently have segregated VLANs, one for each SSID. My questions are

  1. Is vlans supported on the Lyra map-ac220? Is it stable?
  2. Is multiple SSIDs supported on the map-ac2200?
  3. Just in case, can it be reverted to stock firmware?

Thank you in advance.
JJ

Hi!

I am having the same problems VLAN and if that is not possible how do I revert them back to ASUS fw
I have tried a lot of different ways bun non have worked externally (as being able to connect Q-tagged cable to switch...

Lets keep in touch...

Even though this topic is quite old I am adding this for the sake of documentation. If you ssh into the lyra MAP and run

swconfig list

then you should get an output like this:

Found: switch0 - 90000.mdio-1

Now add the switch0 and all VLANs to your /etc/config/network :

config switch
	option enable '1'
	option name 'switch0'
	option reset '1'
	option enable_vlan '1'

config switch_vlan
	option device 'switch0'
	option vlan '4'
	option ports '0t 4t'

config switch_vlan
	option device 'switch0'
	option vlan '3'
	option ports '0t 4t'

(Port 0 is the CPU of eth0, Ports 4 and 5 are the Ethernet ports at the back of the device)

If you go to Network-Switch in LuCI then you can see the setup with the following limitations:

  1. The order of the ports is inversed
  2. It shows more ports than the switch really has
  3. VLANs above 15 appear in red

So this section should be considered read-only

But you can now use the VLANs both inBridge VLAN filtering (below 15) and on devices (such as eth0.4 or the like)

3 Likes