I've been using AX86U (2) with AiMesh for 18 months,,,,it is rock solid - AsusWRT firmware ...The RT-AX86U PRO is down to $250 (Amazon). I'm slightly curious about the "Pro" features (VLAN, etc), so I am wondering if current owners like it. Thank you for sharing your experience!
Interesting point. You are right, the new features are beta. Maybe I'll wait for a future sale when these Pro features are out of beta.I think the Pro is what the non-Pro should have been.
I think Guest Network Pro/vlans are still in beta firmware(?)
OE
That box supports tagged vlans if you don't mind configuration via SSH CLI. I had them running on the cheepo version (RT-AX86S). GUI support probably won't be for a few more months at least, but that model will be one of the first to get GUI support. If you do get it, get it from the ASUS website, or any 3rd party site except Amazon. Same discount without all the well known Amazon quality control problems with their discounted tech items as of late.The RT-AX86U PRO is down to $250 (Amazon). I'm slightly curious about the "Pro" features (VLAN, etc), so I am wondering if current owners like it. Thank you for sharing your experience!
That box supports tagged vlans if you don't mind configuration via SSH CLI.
99.9999% of home router users to be more exact. I was sure OP was in that .00001% of home power users. Glad to be set straight by another 'part of the furniture'.This is model specific and requires skills 99.9% of home router users don't have.
Assuming you are familiar with SSH, the commands to attach two tagged vlans to physical port 1 or port 4 depending on how that model of router maps ports to logical interfaces is pretty much just the following few lines of code in a startup script. Just isolating ports to different subnets (non-tagged vlans) is even simpler. I figured it out from the following sources which have more detail:The RT-AX86U PRO is down to $250 (Amazon). I'm slightly curious about the "Pro" features (VLAN, etc), so I am wondering if current owners like it. Thank you for sharing your experience!
#create a trunk port on eth1
/usr/sbin/ip link add link eth1 name eth1.102 type vlan id 102
/usr/sbin/ip link set eth1.102 up
/bin/brctl addbr br2
/bin/brctl addif br2 eth1.102
/usr/sbin/ip link add link eth1 name eth1.86 type vlan id 86
/usr/sbin/ip link set eth1.86 up
/bin/brctl addif br0 eth1.86
I think the Pro is what the non-Pro should have been.
I think Guest Network Pro/vlans are still in beta firmware(?)
OE
Not sure about the other 'Pro' features, but vlans are definitely a production feature as AIMesh makes heavy use of them behind the scene to extend the first guest wlan to satellite nodes. It's the GUI support for vlan configuration that is in early beta / late alpha status. I've been through the beta GUI preview, and it was little more than one idea of how the GUI may ultimately be designed. Considering that ASUS has already announced a wifi 7 router model that won't be production ready for a very long time, I don't see the 'Pro' beta GUI features being ready for many months if you want to wait that long.Interesting point. You are right, the new features are beta. Maybe I'll wait for a future sale when these Pro features are out of beta.
If not, I'd be happy to assist you in more detail
For those interested, it is on sale for €195 on Amazon NL.The RT-AX86U PRO is down to $250 (Amazon). I'm slightly curious about the "Pro" features (VLAN, etc), so I am wondering if current owners like it. Thank you for sharing your experience!
Picked one up recently. Upped Asus firmware immediately, then set up merlin and went at it. Getting much better throughput (same settings as the AC version). Have had some disconnects, but that's because I've been playing with the IP side and Yazfi.The RT-AX86U PRO is down to $250 (Amazon). I'm slightly curious about the "Pro" features (VLAN, etc), so I am wondering if current owners like it. Thank you for sharing your experience!
Picked one up recently. Upped Asus firmware immediately, then set up merlin and went at it. Getting much better throughput (same settings as the AC version). Have had some disconnects, but that's because I've been playing with the IP side and Yazfi.So any further comments on the reliability of the Pro version?
This turned out to be the fault of the VPN provider, NOT at all the RT-AX86U Pro. They made some change that necessitated a new VPN client config file to be uploaded to the router.although I just began having an issue with long periods of no connectivity on devices which use the WireGuard client connection.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!