Hi all,
With this switch, I’m trying to do the example configuration from this guide:
http://wiki.mikrotik.com/wiki/Manual:CRS_examples
/interface ethernet
set ether6 master-port=ether2
set ether7 master-port=ether2
set ether8 master-port=ether2
/interface ethernet switch ingress-vlan-translation
add ports=ether6 new-customer-vid=200 sa-learning=yes
add ports=ether7 new-customer-vid=300 sa-learning=yes
add ports=ether8 new-customer-vid=400 sa-learning=yes
/interface ethernet switch egress-vlan-tag
add tagged-ports=ether2 vlan-id=200
add tagged-ports=ether2 vlan-id=300
add tagged-ports=ether2 vlan-id=400After this, if I reboot the CRS, never boot.
LCD show “starting services” but CRS never start. This config broken CRS and I need to do a reset to get CRS working other time.
I’m trying this in two different CRS, so I don’t think in a hardware problem.
Any help?
Thanks!
What version you running? I’d install 6.12 and then reset to defaults.
send an email to support.
I had this same problem on CRS226 v6.12.
support sent a link to a new test version that solved the problem.
Thanks for reply!
Upgrade to 6.13rc12 solves this problem.