Community discussions

MikroTik App
 
Sayrax
just joined
Topic Author
Posts: 24
Joined: Mon Jun 26, 2017 4:44 pm
Location: Kharkiv
Contact:

Bridge, Bounding,etc

Mon Oct 15, 2018 7:01 pm

Good evening, Colleagues! There is such a scheme
Scheme.png
Two switches are included in the router like bounding(802ad). United in the bridge. In bridge 4 vlans
and working perfect. But if I add ether(on router) to bridge PC don't work. Paid I added.
You do not have the required permissions to view the files attached to this post.
 
User avatar
sindy
Forum Guru
Forum Guru
Posts: 11318
Joined: Mon Dec 04, 2017 9:19 pm

Re: Bridge, Bounding,etc

Mon Oct 15, 2018 10:03 pm

Post the configuration following the guidelines in my automatic signature below, the crystal ball is broken. It is too easy to mess up a bond configuration.
 
Sayrax
just joined
Topic Author
Posts: 24
Joined: Mon Jun 26, 2017 4:44 pm
Location: Kharkiv
Contact:

Re: Bridge, Bounding,etc

Wed Oct 17, 2018 1:52 am

Bounding ether1,ether2 - > ESW1
ether3,ether4 -> ESW2
/interface bonding print
Flags: X - disabled, R - running 
 0  R name="bond0" mtu=1500 mac-address=0C:D5:71:14:98:00 arp=enabled arp-timeout=auto slaves=ether1,ether2 mode=802.3ad primary=none 
      link-monitoring=mii arp-interval=100ms arp-ip-targets="" mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs 
      transmit-hash-policy=layer-2-and-3 min-links=0 

 1  R name="bond1" mtu=1500 mac-address=0C:D5:71:14:98:02 arp=enabled arp-timeout=auto slaves=ether3,ether4 mode=802.3ad primary=none 
      link-monitoring=mii arp-interval=100ms arp-ip-targets="" mii-interval=100ms down-delay=0ms up-delay=0ms lacp-rate=30secs 
      transmit-hash-policy=layer-2 min-links=0
Vlan interfaces
0 R  name="ISP" mtu=1490 l2mtu=1496 mac-address=0C:D5:71:14:98:04 arp=enabled arp-timeout=auto loop-protect=default 
      loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=9 interface=bridge-core 
      use-service-tag=no 

 1 R  name="MGMT" mtu=1490 l2mtu=1496 mac-address=0C:D5:71:14:98:04 arp=enabled arp-timeout=auto loop-protect=default 
      loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=10 interface=bridge-core 
      use-service-tag=no 

 2 R  name="User-A" mtu=1490 l2mtu=1496 mac-address=0C:D5:71:14:98:04 arp=enabled arp-timeout=auto loop-protect=default 
      loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=11 interface=bridge-core 
      use-service-tag=no 

 3 R  name="User-B" mtu=1490 l2mtu=1496 mac-address=0C:D5:71:14:98:04 arp=enabled arp-timeout=auto loop-protect=default 
      loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m vlan-id=12 interface=bridge-core 
      use-service-tag=no 
Bridge configuration
0 R name="bridge-core" mtu=auto actual-mtu=1500 l2mtu=1500 arp=enabled arp-timeout=auto mac-address=0C:D5:71:14:98:04 
     protocol-mode=rstp fast-forward=no igmp-snooping=no priority=0x8000 auto-mac=yes max-message-age=20s forward-delay=15s 
     transmit-hold-count=6 ageing-time=5m region-name="" region-revision=0 max-hops=20 vlan-filtering=no pvid=1
    
Bridge ports
0     interface=bond1 bridge=bridge-core priority=0x80 path-cost=10 internal-path-cost=10 edge=auto point-to-point=auto 
       external-fdb=auto horizon=none hw=yes auto-isolate=no restricted-role=no restricted-tcn=no pvid=1 frame-types=admit-all 
       ingress-filtering=no 

 1     interface=ether5 bridge=bridge-core priority=0x80 path-cost=10 internal-path-cost=10 edge=auto point-to-point=auto 
       external-fdb=auto horizon=none hw=yes auto-isolate=no restricted-role=no restricted-tcn=no pvid=11 frame-types=admit-all 
       ingress-filtering=no 

 2     interface=bond0 bridge=bridge-core priority=0x80 path-cost=10 internal-path-cost=10 edge=auto point-to-point=auto 
       external-fdb=auto horizon=none hw=yes auto-isolate=no restricted-role=no restricted-tcn=no pvid=1 frame-types=admit-all 
       ingress-filtering=no
      
Bridge Vlans
0   bridge=bridge-core vlan-ids=9 tagged=bond0 untagged="" current-tagged="" current-untagged="" 

 1   bridge=bridge-core vlan-ids=10 tagged=bond0,bond1 untagged="" current-tagged="" current-untagged="" 

 2   bridge=bridge-core vlan-ids=11 tagged=bond0,bond1 untagged=ether5 current-tagged="" current-untagged="" 

 3   bridge=bridge-core vlan-ids=12 tagged=bond0,bond1 untagged="" current-tagged="" current-untagged=""
ether 5 don't work
 
User avatar
sindy
Forum Guru
Forum Guru
Posts: 11318
Joined: Mon Dec 04, 2017 9:19 pm

Re: Bridge, Bounding,etc  [SOLVED]

Wed Oct 17, 2018 2:12 am

OK, але я трошки не зрозумів, що насправді не працює. When you say, in the first post, "But if I add ether(on router) to bridge PC don't work.", do you have in mind that if you connect the PC 5 to ether 5, only that PC doesn't work, or that all PCs (including those connected via switches) stop working?

If only the PC connected to ether5 cannot get anywhere, the explanation which is not obvious at first glance from the manual is that if you want the local /interface vlan to be able to talk to external devices via the bridge, you must put the bridge itself to the tagged list under /interface bridge vlan:

/interface bridge vlan set [find vlan-ids=11] tagged=bridge-core,bond0,bond1

Plus vlan-filtering on bridge-core must of course be set to yes but I assume you have that already.

And please translate "Paid I added" from the first post back to Ukrainian or Russian, I couldn't guess what you had in mind. Плату я додав via google translate is my best guess...