Community discussions

MikroTik App
 
lap
just joined
Topic Author
Posts: 16
Joined: Thu Jul 20, 2017 10:23 pm

wireless repeater for two different SSIDs on different frequencies?

Thu Oct 05, 2017 10:16 pm

I have a hAP ac lite that has two different wireless networks -- different SSIDs with different passwords, one on 2.4GHz and the other on 5GHz. If I get another hAP ac lite, would it be possible to use it as a wireless repeater for the two wireless networks?
 
User avatar
pukkita
Trainer
Trainer
Posts: 3051
Joined: Wed Dec 04, 2013 11:09 am
Location: Spain

Re: wireless repeater for two different SSIDs on different frequencies?

Fri Oct 06, 2017 12:27 pm

Yes, but that wouldn't be optimal.

Best approach is wiring both Haps, then have both broadcast any SSIDs you want on any of the two bands.

Good scenario to use CAPsMAN.
 
lap
just joined
Topic Author
Posts: 16
Joined: Thu Jul 20, 2017 10:23 pm

Re: wireless repeater for two different SSIDs on different frequencies?

Fri Oct 06, 2017 7:25 pm

Yes, but that wouldn't be optimal.

Best approach is wiring both Haps, then have both broadcast any SSIDs you want on any of the two bands.

Good scenario to use CAPsMAN.
Any reason for not being optimal besides losing bandwidth?
Having both devices on wired connection is not an option, only one could be connected like that.
 
User avatar
pukkita
Trainer
Trainer
Posts: 3051
Joined: Wed Dec 04, 2013 11:09 am
Location: Spain

Re: wireless repeater for two different SSIDs on different frequencies?

Sat Oct 07, 2017 12:00 pm

Then you'll need to to it the not optimal way.

It's not optimal because you're forcing the radio on the repeater to split its tasks in two, so it:

- halves the bandwidth
- doubles the latency
- halves available spectrum efficiency for everyone.

Say wired hAP is A, repeating hAP is B, and user C is connected to hAP B.

When User C uses Internet:
1- hAP B Rx petition from User C
2.-hAP B Tx Petition to hAP A (Hap B cannot act as AP for local coverage while is Tx/Rx'ing to hAP A)
3- hAP A Tx -> Hap B the response. During this, hAP B cannot act as AP for local coverage users while is Tx/Rx'ing from hAP A
4- hAP B Tx to User C. In the meanwhile, it cannot do #2 or #3 for other users connected to hAP B.

It accomplishes all this by task switching, but this comes with a cost, as changing radio modes between AP and station requires internal calibration routines, etc.

As they're both dual band, use the less used Band radio to link both Haps (5GHz). This way at least on 2.4GHz both hAPs will perform optimally.
 
lap
just joined
Topic Author
Posts: 16
Joined: Thu Jul 20, 2017 10:23 pm

Re: wireless repeater for two different SSIDs on different frequencies?

Sun Oct 08, 2017 12:02 pm

Thanks, I get it now.