A few questions I would have for you:
1) Does the problem persist without NSTREME?
Not sure. Since it is PtMP I am runing nstreme throughout so to do such a test would be difficult.
2) Have you tried different channels?
Extensively. This tower is out in the middle of nowhere.
3) If you are using all Mikrotik and Atheros, have you tried 5MHz or 10MHz channel sizes?
No. I don't have any experience with this. What are the benefits/drawbacks?
4) have you checked the area for other stong 2.4GHz signals?
Yes, I am getting decent spacing from other signals.
5) do you have anyone on the AP that would be considered a borderline connection (Tx/Rx of <-83)?
No.
6) Do you have the AP rates locked down or is it running at default settings?
Default. MT states time andtime again default is the best setting. I have no opinion.
Cheers
Yeah I see what you are saying. Unfortunately I think we are pretty close to starting to look for another vendor due to these issues too. It's been revisited over and over again on these forums, but support keeps blaming this on CPE/Noise. One common thing that I have read in a number of different posts is that if they use an AP from a different vendor - even Linksys - that this problem does not occur. I submit that how can the problem be CPE/Noise if someone can replace the AP with equipment from any other vendor - even SOHO crap - and the problem does not show up?Uh Oh,
I had this problem on non-nstreme APs and eventually gave up on Atheros. The problem makes the AP useless. My purpose was to deliver higher speeds through 802.11G. The only way I was able to do this was to use an external radio and just use the Mikrotik to manage other functions. I wonder if using one of the other router-oses like Antcore would work.
I thought this problem had been resolved or did not exist with nstreme. I've been rolling out 5G APs on my towers, but have a max of 14 clients on any given AP. Looks like I'm heading for trouble again. Gag. Anyone know of an prism based 802.11a card?
Uldis = MTThe best solution is MT accept that there is a problem, it is pathetic seing to a lot of users trying to solve a vendor problem
normisThe best solution is MT accept that there is a problem, it is pathetic seing to a lot of users trying to solve a vendor problem
Until MT gets this resolved this is by far the best workaround I've seen, I plan to implement this sometime this afternoon, will let you know how it went.:for i from=1 to=1 do={
/interface wireless monitor wlan1 interval=1 do={
:if ($registered-clients < 10) do={
/interface wireless disable wlan1;
/interface wireless enable wlan1;
}
}
}
then made a scheduler that was set to startup, has interval of 00:00:07, and event watcher
But didn't you all say that if you make any change to the AP you have the same problem? If so wouldn't you still have the same problem?Until MT gets this resolved this is by far the best workaround I've seen, I plan to implement this sometime this afternoon, will let you know how it went.:for i from=1 to=1 do={
/interface wireless monitor wlan1 interval=1 do={
:if ($registered-clients < 10) do={
/interface wireless disable wlan1;
/interface wireless enable wlan1;
}
}
}
then made a scheduler that was set to startup, has interval of 00:00:07, and event watcher
Thanks kbyrd
if you change anything it has a chance of causing the problem again, but if you run the script once the clients are up they stay up until the ap reboots or you have to do a channel change or maybe even a few clients powering back up at the same time.But didn't you all say that if you make any change to the AP you have the same problem? If so wouldn't you still have the same problem?Until MT gets this resolved this is by far the best workaround I've seen, I plan to implement this sometime this afternoon, will let you know how it went.:for i from=1 to=1 do={
/interface wireless monitor wlan1 interval=1 do={
:if ($registered-clients < 10) do={
/interface wireless disable wlan1;
/interface wireless enable wlan1;
}
}
}
then made a scheduler that was set to startup, has interval of 00:00:07, and event watcher
Thanks kbyrd
Why not do some thing on the CPE side so they connect at different times.
normis,
Could you or one of the MT guys make a script for the CPEs that would do this?
Yes, it has worked very well since these settings were applied. Only once has there been a "slow down" situation where people start calling saying "this is slower than dialup!". Doing a disable/enable resolves the situation, and all stations reassosicate as they should.we looked at one of the clients AP which has approx 35 clients with many at approx -85 signal.
When we disable/enable the wireless card, then to get them all to connect, it seams best to have a dynamic ack. fixed near to max (350-408) and preamble-mode set to 'long'.
It appears that some clients are making giant amount of radio traffic trying to reconnect to the AP and blocking others from connecting to AP and blocking traffic to connected clients.
We will try to find a way how to handle them better.
I've been having this problem for 2 years now.
The only resolution has been to use a different vendors AP - this of course defeats the purpose of using MT with the visual reporting capabilities.
I have switched CPE vendors several times and have lost lots of customers because of it!!!!
I have used the "dynamic" ack settings and have found it to be VERY inconsistant.
Not a good permanent fix!
The scripting looks interesting - so I'm gonna try it. I just implemented the new XR2 into several APs. I have them both on 180ft towers and they both have 10-12 customers on them.
They are using the exact same boards - 153 - and they have exactly the same configuration of bridges onboard - 2 5.8. The SNR is relatively the same on all connections and the distance of CPE is comparable. They are 35miles apart and connect to the same primary bridge system of towers - 6 hops out (We have 70 towers and over 100 APs in the field - primarily MT and Deliberant). They both have 2.4 WDS connections for smaller APs on the edge. One works most of the time and the other is a total pain in the butt. I have changed all cable and cards and antenna several times. I fired Tranzeo because of the problem and now we use Zcomax and Deliberant CPE. The problem is less but still an issue.
I'll report back about the scripting.
You can't download older versions, and it doesn't matter anyways because I've tried it as far back as 2.9.27 with no difference in symptoms. I have a few older versions than that, but they are all MIPS and the AP I was testing on is x86.Where can you download older versions of the router os? I would like to try some of the first versions for the atheros cards and see what happens. I've upgraded other equipment and made them incompatiable after upgrades so I think there is a possiblilty that moving way back might help. I have noticed that some people are not experiencing this problem and there has to be a reason for it.
Thanks
Brad
Yes, read this announcment:I saw this on the new 2.9.45 firmware list. Does this have something to do with it:
*) implement hw-retries setting for wireless;
-Eric