Thanks for your reply.
Below the config of the device.
Ether1 is connected to a CRS125 switch
Ether 1 is a trunk port on the CRS125 switch.
On ether2 of the Ominitik AC there is a printer connected.
WiFi is voor P2MP links to other sites.
I noticed that if I bind VLAN-LAN_MGMT to ether1 instead of BRIDGE01 than the Loop is gone but than I can't also not reach the other ends of the P2MP connections.
Here is the config of the Omnitik.
Installation SW07 (RB-OMNITIK 5 AC)
AP BRIDGE
Set the identity
/system identity set name="SW07 - Ring 225"
Create a group of switch ports (Switch chip 1)
/interface ethernet
set numbers=1,2,3,4 master-port=ether1
Create a bridge
/interface bridge
add name=BRIDGE01
Create the needed VLANs
/interface vlan
add name=VLAN_LAN_MGMT interface=BRIDGE01 vlan-id=9
add name=VLAN_LAN_DATA interface=BRIDGE01 vlan-id=10
add name=VLAN_WLAN_DATA interface=BRIDGE01 vlan-id=12
add name=VLAN_WLAN_GUEST interface=BRIDGE01 vlan-id=14
add name=VLAN_LAN_MFP interface=BRIDGE01 vlan-id=15
add name=VLAN_LAN_GAME interface=BRIDGE01 vlan-id=16
add name=VLAN_LAN_CAMERA interface=BRIDGE01 vlan-id=17
add name=VLAN_LAN_TVMM interface=BRIDGE01 vlan-id=18
add name=VLAN_WLAN_SP interface=BRIDGE01 vlan-id=19
Comment the used interfaces
/interface ethernet set ether1 comment="Trunk SW06"
/interface ethernet set ether2 comment="Dell Printer"
Add an IP address for management
/ip address add address=172.16.8/25 network=172.16.0.0 interface=VLAN_LAN_MGMT
Add VLAN table entries
/interface ethernet switch vlan
add port=switch1-cpu,ether1 switch=switch1 vlan-id=9
add port=ether1 switch=switch1 vlan-id=10
add port=switch1-cpu,ether1 switch=switch1 vlan-id=12
add port=switch1-cpu,ether1 switch=switch1 vlan-id=14
add port=switch1-cpu,ether1,ether2 switch=switch1 vlan-id=15
add port=switch1-cpu,ether1 switch=switch1 vlan-id=16
add port=switch1-cpu,ether1 switch=switch1 vlan-id=17
add port=switch1-cpu,ether1 switch=switch1 vlan-id=18
add port=switch1-cpu,ether1 switch=switch1 vlan-id=19
Assign "vlan-mode" and "vlan-header" mode for each port and also "default-vlan-id" on ingress for each access port.
Setting "vlan-mode=secure" ensures strict use of VLAN table.
Setting "vlan-header=always-strip" for access ports removes VLAN header from frame when it leaves the switch chip.
Setting "vlan-header=add-if-missing" for trunk port adds VLAN header to untagged frames.
"Default-vlan-id" specifies what VLAN ID is added for untagged ingress traffic of the access port.
/interface ethernet switch port
set switch1-cpu vlan-mode secure vlan-header=leave-as-is
set ether1 vlan-mode=secure vlan-header=leave-as-is
set ether2 vlan-mode=secure vlan-header=always-strip default-vlan-id=15
Bridge the switch ports and Wlan
/interface bridge port
add bridge=BRIDGE01 interface=ether1
add bridge=BRIDGE01 interface=wlan1
Add a Security Profile
/interface wireless security-profile add name=BRIDGE-2 authentication-type=wpa2-psk mode=dynamic-keys wpa2-pre-shared-key="PASSWORD"
Create an Access List
/interface wireless access-list add mac-address=6C:3B:6B:45:66:DF interface=wlan1 comment="SW08 SXT 5 AC Ring 223"
/interface wireless access-list add mac-address=6C:3B:6B:47:DA:C6 interface=wlan1 comment="SW09 SXT 5 AC Ring 227"
Set Wlan mode
/interface wireless set wlan1 ssid=Bridge2 frequency=auto mode=ap-bridge band=2ghz-onlyn default-authentication=no disabled=no
/interface wireless set wlan1 security-profile=BRIDGE-2 wmm-support=enabled
/interface wireless set wlan1 channel-width=20/40mhz-Ce
Create WDS-Interface and add the interface to the bridge
/interface wireless set wlan1 wds-mode=dynamic wds-default-bridge=BRIDGE01
Globele settings
SNTP Client configureren
/system ntp client set primary-ntp=172.16.0.130 secondary-ntp=172.16.0.131 enabled=yes
DNS settings
/ip dns set server=172.16.0.130
Add a default route
/ip route add dst-address=0.0.0.0/0 gateway=172.16.0.1
Add route for local network
/ip route add dst-address=172.16.0.0/21 gateway=172.16.0.1
SNMP Server configuration
/snmp community
set [ find default=yes ] addresses=172.16.0.60/32
add addresses=172.16.0.60/32 authentication-password=O7ac6eV0TnpLJ155 authentication-protocol=SHA1
encryption-password=hHWhgw91Hed6s4S5 encryption-protocol=AES name=SNMPuser1 security=private
/snmp
set contact=ronald.verheij@skiffkick.nl.nl enabled=yes engine-id=SNMPuser1 location="Ring 225, Pernis, The Netherlands"
trap-generators=interfaces trap-interfaces=all trap-target=172.16.0.60 trap-version=3 trap-community=SNMPuser1
/snmp community set [find name=public] read-access=no
IP SERVICES configuration
/ip service set api disabled=yes
/ip service set telnet disabled=yes
/ip service set ftp disabled=yes
/ip service set api-ssl disabled=yes
/ip service set www address=172.16.0.0/21 disabled=yes
/ip service set www-ssl certificate=WEB_CONF port=4443 disabled=no
SYSLOG Server configuration
/system logging action
set 3 remote=172.16.0.20
/system logging
add action=remote topics=warning
add action=remote topics=info
add action=remote topics=critical
add action=remote topics=error
add action=remote topics=wireless
Timezone settings
/system clock set time-zone-name=Europe/Amsterdam
Set admin password
/password old-password="" new-password="PASSWORD" confirm-new-password="PASSWORD"
SW10 Bridge toevoegen (MAC addres en RB naam
Syslog aanpassen