I have a RB922UAGS as a plain wireless bridge. No firewall, nothing running on it. Just a plain WDS bridge. And I don't get why fast path isn't available on the bridge?
Code: Select all
[admin@MikroTik] > /interface print detail
Flags: D - dynamic, X - disabled, R - running, S - slave
0 S name="ether1" default-name="ether1" type="ether" mtu=1500 actual-mtu=1500 l2mtu=1600 max-l2mtu=4076 mac-address=4C:5E fast-path=yes link-downs=0
1 RS name="sfp1" default-name="sfp1" type="ether" mtu=1500 actual-mtu=1500 l2mtu=1600 max-l2mtu=4076 mac-address=4C:5E fast-path=yes last-link-up-time=jan/07/2015 05:38:04 link-downs=0
2 R name="wlan1" default-name="wlan1" type="wlan" mtu=1500 actual-mtu=1500 l2mtu=1600 mac-address=4C:5E fast-path=yes last-link-up-time=jan/07/2015 05:38:06 link-downs=0
3 R name="bridge1" type="bridge" mtu=1500 actual-mtu=1500 l2mtu=1600 mac-address=4C:5E fast-path=no last-link-up-time=jan/07/2015 05:38:02 link-downs=0
4 R name="vlan707" type="vlan" mtu=1500 actual-mtu=1500 l2mtu=1596 mac-address=4C:5E fast-path=no last-link-up-time=jan/07/2015 05:38:02 link-downs=0
5 DRS name="wds1" type="wds" mtu=1500 actual-mtu=1500 l2mtu=1600 mac-address=4C:5E fast-path=yes last-link-up-time=jan/07/2015 05:38:06 link-downs=0
Code: Select all
[admin@MikroTik] > /interface bridge port print detail
Flags: X - disabled, I - inactive, D - dynamic
0 interface=sfp1 bridge=bridge1 priority=0x80 path-cost=10 edge=auto point-to-point=auto external-fdb=auto horizon=none auto-isolate=no
1 I interface=ether1 bridge=bridge1 priority=0x80 path-cost=10 edge=auto point-to-point=auto external-fdb=auto horizon=none auto-isolate=no
2 D interface=wds1 bridge=bridge1 priority=0x80 path-cost=100 edge=no point-to-point=yes external-fdb=no horizon=none auto-isolate=no