CRS125-24G-1S-RM .. High Time with VLAN

I have the CRS125-24G-1S+RM switch and I'm experiencing problems with one of the Inter-VLANs that I'm assigning start having high response times unintentionally and losing packets
Experiment with one of the VLANs this problem ID = 103
Change of port same problem
Change of ID and the same problem





this is me config

/interface ethernet
set [ find default-name=ether24 ] name=GlobaLAN
set [ find default-name=ether1 ] comment=Nodo_Santana_1_Hotel master-port=GlobaLAN
set [ find default-name=ether2 ] master-port=GlobaLAN
set [ find default-name=ether3 ] master-port=GlobaLAN
set [ find default-name=ether4 ] master-port=GlobaLAN
set [ find default-name=ether5 ] master-port=GlobaLAN
set [ find default-name=ether10 ] master-port=GlobaLAN
/ip neighbor discovery
set ether1 comment=Nodo_Santana_1_Hotel
/tool user-manager customer
set admin access=own-routers,own-users,own-profiles,own-limits,config-payment-gw
/interface ethernet switch egress-vlan-tag
add tagged-ports=GlobaLAN vlan-id=101
add tagged-ports=GlobaLAN vlan-id=102
add tagged-ports=GlobaLAN vlan-id=100
add tagged-ports=GlobaLAN vlan-id=103
add tagged-ports=GlobaLAN vlan-id=104
/interface ethernet switch ingress-vlan-translation
add new-customer-vid=101 ports=ether2
add new-customer-vid=102 ports=ether3
add new-customer-vid=100 ports=ether1
add new-customer-vid=103 ports=ether4
add new-customer-vid=104 ports=ether5
/ip address
add address=192.168.88.1/8 comment="default configuration" interface=ether7
network=192.0.0.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether6
/lcd
set backlight-timeout=never
/lcd interface pages
set 1 interfaces=ether13,ether14,ether15,ether16,ether17
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set ether1 disabled=yes display-time=5s
set ether2 disabled=yes display-time=5s
set ether3 disabled=yes display-time=5s
set ether4 disabled=yes display-time=5s
set ether5 disabled=yes display-time=5s
set ether6 disabled=yes display-time=5s
set ether7 disabled=yes display-time=5s
set ether8 disabled=yes display-time=5s
set ether9 disabled=yes display-time=5s
set ether10 disabled=yes display-time=5s
set ether11 disabled=yes display-time=5s
set ether12 disabled=yes display-time=5s
set ether13 disabled=yes display-time=5s
set ether14 disabled=yes display-time=5s
set ether15 disabled=yes display-time=5s
set ether16 disabled=yes display-time=5s
set ether17 disabled=yes display-time=5s
set ether18 disabled=yes display-time=5s
set ether19 disabled=yes display-time=5s
set ether20 disabled=yes display-time=5s
set ether21 disabled=yes display-time=5s
set ether22 disabled=yes display-time=5s
set ether23 disabled=yes display-time=5s
set GlobaLAN disabled=yes display-time=5s
set sfp1 disabled=yes display-time=5s
/tool user-manager database
set db-path=user-manager

Hi,

When you say “Inter-vlan” do you mean that you do routing on that box?

What is the CPU usage?

Another guy with CRS :slight_smile: Look at: http://forum.mikrotik.com/t/intervlan-speed-problem-with-rb2011-and-crs125/96138/3
Those devices works good when you will be using it as layer2 switch with additional vlan futures and nothing more.
To do intervlan routing you should combine it with CCR.

It does not look like he is routing! Check it out, that box has only a single IP address.
Of course that means the routing is being done somewhere else, and that could be where the problem is.