maximt
September 2, 2010, 6:33am
1
need to build transparent bridge on wi-fi (point-to-point). 15km
one AP is RB411
second is RB433
there two way:
http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks
http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_without_using_WDS_(EoIP)
how do that in better way?
need i to use wds on two AP?
mrz
September 2, 2010, 6:36am
2
maximt
September 2, 2010, 10:44am
3
thanx, looks good
following all instructions, see tunnel is runned
rb411 with:
ether1=192.168.88.1/24
wlan1=192.169.99.1/30
rb433 with:
ether1=192.168.88.2/24
wlan1=192.169.99.2/30
mpls ldp neighbor pr
Flags: X - disabled, D - dynamic, O - operational, T - sending-targeted-hello, V - vpls
# TRANSPORT LOCAL-TRANSPORT PEER SEND-TARGETED ADDRESSES
0 DOTV 192.169.99.2 192.169.99.1 192.169.99.2:0 yes 192.168.88.2
192.169.99.2
[admin@MikroTik] mpls ldp neighbor> .. .. forwarding-table print
Flags: L - ldp, V - vpls, T - traffic-eng
# IN-LABEL OUT-LABELS DESTINATION INTERFACE NEXTHOP
0 expl-null
1 V 18 vpls1
but cant ping AP’s ether1 interface from station, and vice versa
in other words, no bridged traffic
version RouterOS 4.11
maximt
September 3, 2010, 6:36am
4
mpls works great. thanks again
found fourth method: http://wiki.mikrotik.com/wiki/Pseudobridge
seems to simplest way
but what about performance?
what choose: mpls or pseudobridge?
Eising
September 7, 2010, 7:31am
5
If you have two choices and one is based on a standard and the other one is a proprietary solution, choose the first one.
In other words, go for MPLS.
maximt
September 8, 2010, 1:18am
6
maybe but pseudobridge is on ~25% faster
gandalf
September 9, 2010, 8:13pm
7
Interesting, we just made a MPLS+Nstreme bridge and will be testing the speed after the installation tomorrow.
If there will be time, the pseudobrige will be also tested, after all a translated text is never to be disrigarded.