Just wondering, with Mikrotik in comparison to Cisco Routers.
How would one configure Sub-Interfaces, specifically for dot1q.
Eg. On Cisco
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1.100
encapsulation dot1Q 100
ip address 192.168.100.1 255.255.255.0
!
So the point is you having a Switch Trunk port connected to your router and it would perform the routing between VLANS from here.
You can have several Sub-interfaces all with different IP Settings.
I can’t seem to figure out how this is done. I have a Mikrotik Cloud Core Router.
It will create a sub interface of VLAN100 on ether1 that you can reference just like any other interface, you can then assign an IP address, DHCP server, or any other Ethernet like service you want to the VLAN. It is treated as a separate routed interface, and the router will by default route between all routed interface unless the firewall prevents it.