I have been struggling with getting my trunking to work between an esxi server and my MikroTik 1100 AH. I am running version 6.13 and I have read several articles that describe how to set it up, but none of these setups have worked for me. I would like to allow all vlans connected on ports 4-5 as a trunk to the esxi server. This setup was working correctly on a cisco switch, but I upgraded to the MikroTik because it is Gb and faster.
What am I doing wrong?
Please help
Code: Select all
# jan/02/1970 15:57:08 by RouterOS 6.13
# software id = FP7P-M89C
#
/interface bridge
add name=Trunk_ESXI protocol-mode=none
add name=bridge-lan protocol-mode=none
add l2mtu=1598 name=bridge-network protocol-mode=none
add l2mtu=1598 name=bridge-phones protocol-mode=none
add l2mtu=1600 name=bridge-public protocol-mode=none
add name=bridge-qa protocol-mode=none
add name=bridge-san protocol-mode=none
/interface ethernet
set [ find default-name=ether1 ] speed=1Gbps
set [ find default-name=ether2 ] speed=1Gbps
set [ find default-name=ether3 ] speed=1Gbps
set [ find default-name=ether4 ] speed=1Gbps
set [ find default-name=ether5 ] speed=1Gbps
set [ find default-name=ether7 ] advertise=1000M-full
set [ find default-name=ether11 ] mac-address=00:0C:42:9B:3E:00
set [ find default-name=ether12 ] mac-address=00:0C:42:9B:3E:01
set [ find default-name=ether13 ] mac-address=00:0C:42:9B:3E:02 speed=1Gbps
/interface vlan
add interface=bridge-phones l2mtu=1594 name=vlan-10-phones vlan-id=10
add interface=bridge-san l2mtu=65531 name=vlan-20-san vlan-id=20
add interface=bridge-network l2mtu=1594 name=vlan-21-network vlan-id=21
add interface=bridge-lan l2mtu=65531 name=vlan-30-lan vlan-id=30
add interface=bridge-public l2mtu=1596 name=vlan-40-wan vlan-id=40
/ip neighbor discovery
set vlan-10-phones discover=no
set vlan-20-san discover=no
set vlan-21-network discover=no
set vlan-30-lan discover=no
set vlan-40-wan discover=no
/interface bridge port
add bridge=bridge-network interface=ether3
add bridge=bridge-network interface=ether6
add bridge=bridge-network interface=ether7
add bridge=bridge-network interface=ether8
add bridge=bridge-network interface=ether9
add bridge=bridge-phones interface=ether10
add bridge=bridge-public interface=ether13
add bridge=bridge-network interface=ether1
add bridge=Trunk_ESXI interface=ether4
add bridge=Trunk_ESXI interface=ether5
/ip address
add address=10.105.10.254/24 interface=bridge-phones network=10.105.10.0
add address=10.105.20.254/24 interface=bridge-san network=10.105.20.0
add address=10.105.21.254/24 interface=bridge-network network=10.105.21.0
add address=10.105.30.254/24 interface=bridge-lan network=10.105.30.0
add address=10.105.40.254/24 interface=bridge-public network=10.105.40.0
add address=10.105.50.254/24 interface=bridge-qa network=10.105.50.0
set allow-disable-external-interface=no
/system routerboard settings
set cpu-frequency=533MHz