Agree. Sounds like its a known issueWas the router working before the update? If so, then ASUS judgement maybe sound as they seem to be aware that there is something wrong with there recent FW version.
Agree. Sounds like its a known issueWas the router working before the update? If so, then ASUS judgement maybe sound as they seem to be aware that there is something wrong with there recent FW version.
Thanks. Yes to an extent, but a problem in the early morning started before update.Was the router working before the update? If so, then ASUS judgement maybe sound as they seem to be aware that there is something wrong with there recent FW version.
Thanks. Yes to an extent, but a problem in the early morning started before update.
I have a netcomm nf18acv as the modem/router i was given by my ISP. I bought the asus gt-ax11000 today and I'm getting 170Mbps down and 450MBps up. If i go directly from the netcomm I get the speeds I'm meant to be at which is 800Mbps down and 500MBps up. I've spoken with my ISP and everything is fine at their end. I've tried hours on the phone with Asus tech supoort and they have no idea what is happening.
Any help would be greatly appreciated
I bought GT-AX11000 recently to do justice to my new 1 Gig Virgin Media connection and to serve my two son's gaming needs. Initially I got the speeds I expected across my Cat5e ethernet network - 950Mb/50Mb. However, when I tried to configure QoS to prioritize gaming generally, and the two gaming machines specifically, my down speed across the network maxed at only 500Mb, but with up speed still at 50Mb. Even the prioritized machines got no better. Using the Asus' 2.5 Gig port made no difference. I'm wonder if I had your almost symmetrical connection, I would be getting issues similar to yours, with the up speed faster than the down speed.
To cut a long story short, check that you don't have QoS enabled in the Game Acceleration section. As soon as I disabled QoS, I got the speeds I was meant to.
Yes, I get that. I did some research too, a couple of days ago, and came to the same conclusion. My purpose for making the observation was really to suggest that as a factor for the OP. BTW, the second bit of your post regarding multiple cores:- Does that just apply when trying to use QoS, or is that a general observation about multiple core being less efficient or effective than a single faster CPU?I's been said a number of time over the years that QoS isn't worth while on connections of speeds over about 300mbs.
There's also the acceleration options of which at least one (of the two) will be disabled if you use QoS but you'll need them enabled to get those higher rates.
Also, if you can get information on it, I think you'll find that interrupt handlers will have a specific CPU affinity (either due to the way hardware is designed or because of the way interrupt handlers are done in the kernel) so multiple CPUs probably don't help much, only faster CPUs and the acceleration options help.
Ian
BTW, the second bit of your post regarding multiple cores:- Does that just apply when trying to use QoS, or is that a general observation about multiple core being less efficient or effective than a single faster CPU?
The bottom half handles hardware interrupts and can be split up further. The hardware interrupt handler must be very fast and taking kernel locks must be avoided as much as possible. The kernel tasklet mechanism is often used as part of this processing (not as restrictive as an actual interrupt service routine), they are atomic (so you can't do things like wait on memory re-organization if you haven't pre-allocated the memory you need, etc.), only one instance of a given tasklet is run at any one time, and they always run on the CPU they were scheduled on. But they can also do more and take longer to run than the interrupt service routine because interrupts (usually) aren't disabled when they execute like they are during the hardware interrupt routine. These exclusions can help with reducing the need to lock data structures for modification perhaps only requiring locking when making the incoming data available to the top half, for example, which does most of the work so they can execute really fast.
So it's common for only one CPU to get used for bottom half processing and everything goes via the bottom half.
You should not need QoS for internet that fast. Leave QoS for slower connections as it cripples your NAT capabilities. You need to use Full capabilities of your NAT to keep your high speeds.I bought GT-AX11000 recently to do justice to my new 1 Gig Virgin Media connection and to serve my two son's gaming needs. Initially I got the speeds I expected across my Cat5e ethernet network - 950Mb/50Mb. However, when I tried to configure QoS to prioritize gaming generally, and the two gaming machines specifically, my down speed across the network maxed at only 500Mb, but with up speed still at 50Mb. Even the prioritized machines got no better. Using the Asus' 2.5 Gig port made no difference. I'm wonder if I had your almost symmetrical connection, I would be getting issues similar to yours, with the up speed faster than the down speed.
To cut a long story short, check that you don't have QoS enabled in the Game Acceleration section. As soon as I disabled QoS, I got the speeds I was meant to.
What are you speeds UP and DOWN that you pay for from the ISP?Hey guys I am having the same problem.
Low download speed super fast upload speeds. I have 2 gt-ax11000 on aimesh.
Any help would be appreciated.
My latest speed test. How can I get so low of a download but extremely high upload on wifi. It makes no sense but when I test with fast.com I get arround 300 mbps download. Also when speed test my pc hooked up wired to the node on basement I only getting like 400mbps download 670 mbps upload.
Its like the download is being slowed down. And yes QOS is off.
Any suggestion guys ?
I'm having the exact opposite problem with my XT8 system. I pay for 500/500 (FiOS) and get 500/200 over WiFi - it feels like there's some sort of bandwidth limiter on despite the fact that I have QOS disabledHey guys I am having the same problem.
Low download speed super fast upload speeds. I have 2 gt-ax11000 on aimesh.
Any help would be appreciated.
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!