RB760iGS VLAN routing

Hi everyone,how are you.


I´m from CISCO World but I can´t understand mikrotik intervlan routing, the following its the goal that I want to archive.

ether1 - ISP1 - Working
ether2 - ISP2 - Working
ether3 - WiFi - vlan 10 - untagged - not working
ether4 - LAN - vlan 1 - default - working
ether5 - Trunk for ESXi - vlan 1,20,30
DHCP Server vlan10
DHCP Server vlan20
DHCP Server vlan30

I have tried many ways to configure the inter vlan routing and is not working.


By the way RB760iGS is intervlan routing capable on the same device as router and switch?

Check out Item C. here - https://forum.mikrotik.com/viewtopic.php?p=906567#p906567

Yes, one bridge.
create all vlans with interface bridge
assign ip address, ip pool, dhcp server, dhcp server network to vlans.

Assign vlans to bridgeports (access ports with pvid, trunk ports without)
/interface bridge ports

Assign vlans tagged, untagged to ports
/interface bridge vlans

Turn on bridge vlan filtering.
++++++++++++++++++++++++++++

Dont use vlan1 for any traffic, it works behind the scenes.
Decide on which vlan is your trusted vlan and make this a member of an interface list called Trusted.
Assign all your vlans to the LAN interface.

Ip neighbours discovery interface-list=Trusted
Tools macserver WINMAC SERVER interface-list=Trusted.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Consider taking an unused port and make it on off bridge access to do the configuration from…
See Item A. at the above link.

Then apply any needed ALLOW traffic firewall rules
See item B. at the above link.