Thanks here is my config so far. I have just been working on getting the management side working following the guide on the wiki (http://wiki.mikrotik.com/wiki/Manual:CRS_examples#Management_IP_Configuration) and it isn’t working.
I am doing the config via 192.168.88.1 and after the changes I can still access the switch on this IP.
SO I do the following steps:
[admin@MikroTik] > /interface vlan
[admin@MikroTik] /interface vlan> add name=vlan100-mgmt vlan-id=100 interface=ether1-master-local
[admin@MikroTik] /interface vlan> /ip address
[admin@MikroTik] /ip address> add address=10.0.100.7/24 interface=vlan100-mgmt
network=10.0.100.0
[admin@MikroTik] /ip address> /interface ethernet switch egress-vlan-tag
[admin@MikroTik] /interface ethernet switch egress-vlan-tag> add tagged-ports=ether1-master-local,ether2-slave-local,ether3-slave-local,ether4-slave-local,ether5-slave-local,ether6-slave-local,ether7-slave-local,ether8-slave-local,switch1-cpu vlan-id=100
[admin@MikroTik] /interface ethernet switch egress-vlan-tag> /interface ethernet switch vlan
[admin@MikroTik] /interface ethernet switch vlan> add ports=ether1-master-local,ether2-slave-local,ether3-slave-local,ether4-slave-local,ether5-slave-local,ether6-slave-local,ether7-slave-local,ether8-slave-local,switch1-cpu vlan-id=100 learn=yes
[admin@MikroTik] /interface ethernet switch vlan>
I then ether1 into the uplink to the core switch, replacing an existing SwOS switch that was manageable over the vlan100 and I can not access 10.0.100.7.
The current config is:
# jan/02/1970 00:09:30 by RouterOS 6.28
# software id = 9YG2-9AKD
#
/interface ethernet
set [ find default-name=ether1 ] name=ether1-master-local
set [ find default-name=ether2 ] master-port=ether1-master-local name=ether2-slave-local
set [ find default-name=ether3 ] master-port=ether1-master-local name=ether3-slave-local
set [ find default-name=ether4 ] master-port=ether1-master-local name=ether4-slave-local
set [ find default-name=ether5 ] master-port=ether1-master-local name=ether5-slave-local
set [ find default-name=ether6 ] master-port=ether1-master-local name=ether6-slave-local
set [ find default-name=ether7 ] master-port=ether1-master-local name=ether7-slave-local
set [ find default-name=ether8 ] master-port=ether1-master-local name=ether8-slave-local
set [ find default-name=sfp9 ] master-port=ether1-master-local name=sfp9-slave-local
set [ find default-name=sfp10 ] master-port=ether1-master-local name=sfp10-slave-local
set [ find default-name=sfp11 ] master-port=ether1-master-local name=sfp11-slave-local
set [ find default-name=sfp12 ] master-port=ether1-master-local name=sfp12-slave-local
/interface vlan
add interface=ether1-master-local l2mtu=1584 name=vlan100-mgmt vlan-id=100
/port
set 0 name=serial0
/interface ethernet switch egress-vlan-tag
add tagged-ports="switch1-cpu,ether1-master-local,ether2-slave-local,ether3-slave-local,ether4-slave-local,ether5-slave-local,ether6-slave-loc\
al,ether7-slave-local,ether8-slave-local" vlan-id=100
/interface ethernet switch vlan
add ports="switch1-cpu,ether1-master-local,ether2-slave-local,ether3-slave-local,ether4-slave-local,ether5-slave-local,ether6-slave-local,ethe\
r7-slave-local,ether8-slave-local" vlan-id=100
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1-master-local network=192.168.88.0
add address=10.0.100.7/24 interface=vlan100-mgmt network=10.0.100.0
/romon port
add disabled=no
/system routerboard settings
set protected-routerboot=disabled
Thanks again for the help