Hi there.
I’m new to Mikrotik, but have been using Cisco etc.. for nearly 30 years.
I am however, stumped - for the life of me I cannot work out what I am doing wrong here. I simply want to be able to access the CRS309 which I have defined a Management VLAN on, (500) from another host on the Network, (in a different VLAN - 400).
Management VLAN is 500
I want to be able to manage the Mikrotik from VLAN 400 - which will be via the trunk, (ISL-GARAGE-SW01-2), or via a PC connected to sfp-sfpplus1 in VLAN 400.
Config is below:
1970-01-02 18:12:16 by RouterOS 7.11.3
software id = JAXY-PZ10
model = CRS309-1G-8S+
serial number =
/interface bridge
add admin-mac=D4:01:C3:19:BE:EA auto-mac=no comment=defconf name=bridge
vlan-filtering=yes
/interface vlan
add interface=bridge name=Management vlan-id=500
/interface bonding
add mode=802.3ad name=ISL-GARAGE-SW01-2 slaves=sfp-sfpplus7,sfp-sfpplus8
/interface list
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf interface=sfp-sfpplus1 pvid=400
add bridge=bridge comment=defconf interface=sfp-sfpplus2
add bridge=bridge comment=defconf interface=sfp-sfpplus3
add bridge=bridge comment=defconf interface=sfp-sfpplus4
add bridge=bridge comment=defconf interface=sfp-sfpplus5
add bridge=bridge interface=Management pvid=500
add bridge=bridge interface=ISL-GARAGE-SW01-2
add bridge=bridge interface=sfp-sfpplus6
/interface bridge vlan
add bridge=bridge tagged=ISL-GARAGE-SW01-2,bridge vlan-ids=400
add bridge=bridge tagged=ISL-GARAGE-SW01-2,bridge untagged=“sfp-sfpplus1,sfp-s
fpplus2,sfp-sfpplus3,sfp-sfpplus4,sfp-sfpplus5,sfp-sfpplus6” vlan-ids=500
/interface list member
add interface=bridge list=LAN
add interface=sfp-sfpplus1 list=LAN
add interface=ISL-GARAGE-SW01-2 list=LAN
add interface=Management list=LAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=
192.168.88.0
add address=10.10.50.5/26 interface=Management network=10.10.50.0
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os enter-setup-on=delete-key
/system swos
set address-acquisition-mode=static allow-from-vlan=500 identity=OFFICE-SW-01
static-ip-address=10.10.50.5
TIA.