Noobie question - BH setup

I have two 5.8 radios a 411 and 411ah board. the 411ah has a level 4 and the 411 is a level 3. I am looking to create a simply ptp backhaul link.

I have read some books trying to get up to speed but no luck.

Can someone give me a quick step by step on how to turn on a basic back haul. (create bridge group, add eth1 and wlan1 to bridge group and test link?) I think that’s what I need to do. I have winbox and webaccess to each radio.

I am running os 3.25. If I need to upgrade to follow your directions please let me know.

Many thanks in advance,

Configure Wireless interface on level4
/interface wireless set wlan1 mode=ap-bridge ssid=my_AP band=5GHz frequency=5805
Configure Bridge,
/interface bridge add
/interface bridge port add bridge=bridge1 interface=ether1
/interface bridge port add bridge=bridge1 interface=wlan1

Configure wireless interface on station,
/interface wireless set wlan1 mode=station ssid=my_AP band=5GHz

More information is available here,
http://wiki.mikrotik.com/wiki/Wireless_Setups

Many thanks, I’ve set up in that fashion but wanted to ask a few more questions.

My laptop wireless card picks up the ssid that I setup. I’d like to hide that from the public. Is that as easy as clicking ‘hide ssid’ at the lvl 4 unit?

Second, could I connect multiple cpe’s in this fashion? For example could the lvl4 ap have more than just the bh connect back to it? (other clients). I’ve read this could be done but that performance might suffer. I may put this question to another topic as this is a bh/ap blend.