Hello everyone,
I configured for my company 2 Mikrotik :
City 1 : CCR1036-12G-4S
City 2: CCR1036-8G-2S+
Both Mikrotik are connected with L2/L3 fiber tunnel dedicated (NO VPN) (1gbps)
I do not want to pass all VLAN into tunnel, but I want use different network subnets (using route), except for some VLAN .
I should use the tunnel to pass Layer 3 traffic (with static route) and VLAN Layer 2 traffic.
Both Mikrotik are connected via eth3 using 2 IP point to point (/30 private subnet)
I configured a Mikrotik bridge (both side) with eth3 and eth8 (eth8 port carry VLAN1000, tagged from Cisco Switch, connected via trunk port).
This configuration works well until I create a VLAN1000 Interface under the bridge.
I created this interface to monitor the specific VLAN directly under the bridge.
Hovewer if active the VLAN1000 Interface under both bridge , the connection is intermittent and I miss packet/ICMP.
Why this happen? Just as soon as I disable VLAN1000 Interface under Bridge the connection is perfectly stable.
Regards