Sorry I didn’t get a notification of your reply.
Here is the configuration, I have left out the disabled default bridge with the other ports that aren’t currently in use.
Ports 1-6 should be PC or Phone Vlan, default PC with switch rule based on SNOM MAC to change to Phone Vlan
Ports 23-24 Are a Trunk Vlan for next switch and router (will be SFP ports when configuration working)
So PC cannot access Phones and Phones cannot access PCs’
The trunk VLAN doesn’t work and I can only access the router if I plug the trunk cable into port 1-6
There is a Dlink switch as well, and I tried plugging straight into the mikrotik rb3011 router instead of to switch and it made no difference, also made no difference if changed trunk van to 1
The final config also needs a VLAN for servers that are accessible from the net (trunk vlan) and the PC and PHONE vlans for NTP, DHCP, DNS.
Thanks,
Duncan
mar/13/2019 16:13:29 by RouterOS 6.42.12
software id = 0X65-SE6P
model = CRS328-24P-4S+
/interface bridge
add admin-mac=B8:69:F4:E0:A5:D2 auto-mac=no comment=defconf disabled=yes
name=bridge
add fast-forward=no name=bridgeVLAN pvid=11 vlan-filtering=yes
/interface ethernet switch port
set 23 limit-unknown-multicasts=yes limit-unknown-unicasts=yes
add bridge=bridgeVLAN interface=ether1 pvid=11
add bridge=bridgeVLAN interface=ether2 pvid=11
add bridge=bridgeVLAN interface=ether3 pvid=11
add bridge=bridgeVLAN interface=ether4 pvid=11
add bridge=bridgeVLAN interface=ether23 pvid=201
add bridge=bridgeVLAN interface=ether24 pvid=201
add bridge=bridgeVLAN interface=ether6 pvid=11
add bridge=bridgeVLAN interface=ether5 pvid=11
/interface bridge vlan
add bridge=bridgeVLAN comment=“phones Vlan” tagged=ether23,ether24 untagged=
ether1,ether2,ether3,ether4,ether5,ether6 vlan-ids=101
add bridge=bridgeVLAN comment=“data VLAN” tagged=ether23,ether24 untagged=
ether1,ether2,ether3,ether4,ether5,ether6 vlan-ids=11
add bridge=bridgeVLAN comment=“trunk Vlan” tagged=ether23,ether24 vlan-ids=
201
/interface ethernet switch rule
add new-vlan-id=101 ports=ether1,ether2,ether3,ether4,ether5,ether6
src-mac-address=00:04:13:00:00:00/FF:FF:FF:00:00:00 switch=switch1
/ip cloud
set update-time=no
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridgeVLAN
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh address=192.168.1.0/24
set api disabled=yes
set winbox address=192.168.1.0/24
set api-ssl disabled=yes
/system clock
set time-zone-name=Europe/London
/system identity
set name=MikroSwitch
/system ntp client
set enabled=yes
/system package update
set channel=long-term
/system routerboard settings
set boot-os=router-os