Hi,
we have problem with WDS static loop.
Scenario is:
Site 1
xDSL switch – AP1–> <–>AP2
Site 2
swicth – AP3–> <–>AP4
AP1<–>AP2 is the main link and AP3<–>the backup.
If we enable all MT devices after a certain time network go down and appear anomalous traffic between devices (loop I believe).
Some ideas to prevent this?
AP1 (station WDS)
R name=“wlan1” mtu=1500 mac-address=XX:XX:XX:XX:XX:EE arp=enabled
interface-type=Atheros AR5413 mode=station-wds ssid=“mySSID”
frequency=5240 band=5ghz scan-list=default antenna-mode=ant-a
wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=mySecurity
compression=no
AP2 (AP Bridge)
R name=“wlan1” mtu=1500 mac-address=XX:XX:XX:XX:XX:0D arp=enabled
interface-type=Atheros AR5413 mode=ap-bridge ssid=“mySSID”
frequency=5240 band=5ghz scan-list=default antenna-mode=ant-a
wds-mode=static wds-default-bridge=bridge1 wds-ignore-ssid=no
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=yes security-profile=mySecurity
compression=no
/interface wireless wds> pr
Flags: X - disabled, R - running, D - dynamic
R name=“wds1_AP1” mtu=1500 l2mtu=2290 mac-address=XX:XX:XX:XX:XX:0D
arp=enabled master-interface=wlan1 wds-address=XX:XX:XX:XX:XX:EE
AP4 (AP Bridge)
R name=“wlan1” mtu=1500 mac-address=XX:XX:XX:XX:XX:0B arp=enabled
interface-type=Atheros AR5413 mode=ap-bridge ssid=“mySSID”
frequency=5240 band=5ghz scan-list=default antenna-mode=ant-a
wds-mode=static wds-default-bridge=bridge1 wds-ignore-ssid=no
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=yes security-profile=mySecurity
compression=no
/interface wireless wds> pr
Flags: X - disabled, R - running, D - dynamic
R name=“wds1_AP1” mtu=1500 l2mtu=2290 mac-address=XX:XX:XX:XX:XX:0B
arp=enabled master-interface=wlan1 wds-address=XX:XX:XX:XX:XX:EF
AP3 (station WDS)
R name=“wlan1” mtu=1500 mac-address=XX:XX:XX:XX:XX:EF arp=enabled
interface-type=Atheros AR5413 mode=station-wds ssid=“mySSID”
frequency=5240 band=5ghz scan-list=default antenna-mode=ant-a
wds-mode=disabled wds-default-bridge=none wds-ignore-ssid=no
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 hide-ssid=no security-profile=mySecurity
compression=no