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
- Is vlans supported on the Lyra map-ac220? Is it stable?
- Is multiple SSIDs supported on the map-ac2200?
- 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:
- The order of the ports is inversed
- It shows more ports than the switch really has
- 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)
4 Likes