Hi,
I’m a Cisco man.
Know how to configure access ports and trunkports but to do this in mikrotik makes me sad.
I don’t konow how to do it.
Wat is the syntax in mikrotik for the cofig below?
configure terminal
vlan 9
name LAN_MGMT
exit
interface vlan 9
ip address 172.16.0.2/24
exit
interface gigabitethernet 1/01
description AccessPort NAS
switchport access vlan 9
switchprt mode access
exit
interface gigabitethernet 1/0/2
description Trunk-2-ESXi-server
switchport mode trunk
switchport trunk native vlan 9
switchport trunk allowed vlan 9,10,900
exit
interface gigabitethernet 1/0/3
description Trunk-2-next-switch
switchport mode trunk
switchport trunk native vlan 9
switchport trunk allowed vlan 9,10,12,14,15,17,19,900
exit
interface gigabitethernet 1/0/4
description Trunk-2-AccessPoint
switchport mode trunk
switchport trunk native vlan 9
switchport trunk allowed vlan 9,12,14,15,19
exit
interface gigabitethernet 1/05
description BMC-ESXi-host
switchport acces vlan 9
switchprt mode access