Setup is next:
RB4011 is main router and from him there is a trunk port towards hEX S that acts as a switch. Trunk is transporting 3 VLANs: 100,150,200.
I added L009 and I decided to use SFP port as on L009 SFP port is connected to the switch chip.
VLANs are working on hEX S without a problem but what confused me is that when I create trunk between hEX S and L009 only management VLAN is accessible. When I tag bridge on hEX S to other 2 VLANs then on L009 all VLANs start to work.
Config:
L009
hEX S
RB4011 is main router and from him there is a trunk port towards hEX S that acts as a switch. Trunk is transporting 3 VLANs: 100,150,200.
I added L009 and I decided to use SFP port as on L009 SFP port is connected to the switch chip.
VLANs are working on hEX S without a problem but what confused me is that when I create trunk between hEX S and L009 only management VLAN is accessible. When I tag bridge on hEX S to other 2 VLANs then on L009 all VLANs start to work.
Config:
L009
Code:
# 2024-02-02 18:50:48 by RouterOS 7.13.3# software id = ## model = L009UiGS# serial number = /interface bridgeadd name=bridge1 vlan-filtering=yes/interface vlanadd interface=bridge1 name=VLAN_100_MGMT vlan-id=100/portset 0 name=serial0/interface bridge portadd bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether2 pvid=100add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether3 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether4 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether5 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether6 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether7 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether8 pvid=200add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=sfp1/ipv6 settingsset disable-ipv6=yes/interface bridge vlanadd bridge=bridge1 tagged=bridge1,sfp1 vlan-ids=100add bridge=bridge1 tagged=sfp1 vlan-ids=150add bridge=bridge1 tagged=sfp1 vlan-ids=200/ip addressadd address=172.16.0.1/24 comment=OFF_BRIDGE_MGMT interface=ether1 network=\ 172.16.0.0/ip dhcp-clientadd interface=VLAN_100_MGMT/system clockset time-zone-name=Europe/Zagreb/system noteset show-at-login=no/system routerboard settingsset enter-setup-on=delete-key
Code:
# 2024-02-02 18:59:27 by RouterOS 7.13.3# software id = ## model = RB760iGS# serial number = /interface bridgeadd name=bridge1 vlan-filtering=yes/interface vlanadd interface=bridge1 name=VLAN100_MGMT vlan-id=100/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/ip hotspot profileset [ find default=yes ] html-directory=hotspot/portset 0 name=serial0/interface bridge portadd bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether1 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether2 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether3 pvid=200add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether4 pvid=200add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=ether5add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=sfp1/ipv6 settingsset disable-ipv6=yes/interface bridge vlanadd bridge=bridge1 tagged=bridge1,sfp1,ether5 vlan-ids=100add bridge=bridge1 tagged=sfp1,ether5,bridge1 vlan-ids=150add bridge=bridge1 tagged=sfp1,ether5,bridge1 vlan-ids=200/ip dhcp-clientadd interface=VLAN100_MGMT/system clockset time-zone-name=Europe/Zagreb/system noteset show-at-login=no
Statistics: Posted by gigabyte091 — Fri Feb 02, 2024 8:01 pm