Hi
I have CCR1036-8G-2S+ + Switch CRS 125-24G-1S-RM
I have 5 VLANs running on my router CCR1036 and I give them output through the ether8 port and pass them to the Cloud Switch through the master port 24 to get them every 1 for a port1,2,3,4,5.
The problem is that one of the VLANs does not work well, I have high latencies, lost packets annoying clients all the time.
I tried, change the ID_VLAN, change the firmware of the CCR and CRS, change the port for other ports and continue with the same problem, I do not understand why it does not work.
I appreciate the help
in CCR1036 By ether8 I have 5 VLANs
V_ID: 100 - 10.0.100.1/24. - Interface VLAN_100
V_ID: 101 - 10.0.101.1/24. - Interface VLAN_101
V_ID: 102 - 10.0.102.1/24. - Interface VLAN_102
V_ID: 103 - 10.0.103.1/24. - Interface VLAN_103
V_ID: 104 - 10.0.104.1/24. - Interface VLAN_104
CCR = /interface vlan
add arp=reply-only comment="VLAN Interface Wifi" interface=VLAN name="LAN MIKRO WIFI" vlan-id=100
add arp=reply-only comment="VLAN Santana_Nodo_1_Hotel" interface=VLAN name="LAN MIKRO ND_1" vlan-id=101
add arp=reply-only comment="VLAN Santana Nodo 2 Empanadas" interface=VLAN name="LAN MIKRO ND_2" vlan-id=102
add arp=reply-only comment="VLAN Santana Nodo 3 Coorpamag" interface=VLAN name="LAN MIKRO ND_3" vlan-id=103
add arp=reply-only comment="VLAN Santana Nodo 4 Panaderia" interface=VLAN name="LAN MIKRO ND_4" vlan-id=104
add arp=reply-only comment="VLAN Malvinas_8 de Febrero" interface=VLAN name="LAN MIKRO ND_5" vlan-id=105
In Switch - MasterPort: ether24
V_ID: 100 - ether1 - Found Good - OK
V_ID: 101 - ether2 - Found Good - OK
V_ID: 102 - ether3 - Found Good - OK
V_ID: 103 - ether4 - Found bad - ----> High Latency, packet lost
V_ID: 104 - ether5 - Found Good - OK
CRS Switch = /interface ethernet
set [ find default-name=ether24 ] comment="Puerto Troncal - Internet VLANs" name=GlobaLAN
set [ find default-name=ether1 ] comment="Nodo Internet Wifi - Bodegas Donado" master-port=GlobaLAN
set [ find default-name=ether2 ] comment="Nodo 1 Santana - Hotel" master-port=GlobaLAN
set [ find default-name=ether3 ] comment="Nodo 2 Santana - Ezquina Lili Manzano" master-port=GlobaLAN
set [ find default-name=ether4 ] comment="Nodo 3 Santana - Corpamag" master-port=GlobaLAN
set [ find default-name=ether5 ] comment="Nodo 4 - Malvinas - 8 de Febrero" master-port=GlobaLAN
set [ find default-name=ether6 ] comment="Servidor EMBY Videos" master-port=GlobaLAN
set [ find default-name=ether7 ] comment="Nodo 4 Santana Panaderia2" master-port=GlobaLAN
set [ find default-name=ether8 ] master-port=GlobaLAN
set [ find default-name=ether13 ] arp=disabled comment="Nodo Luis Alfono Figueroa - 50MB Dedicados" master-port=GlobaLAN
set [ find default-name=ether14 ] arp=disabled comment=::::::::::::::::::::::::::::::::::: master-port=GlobaLAN
set [ find default-name=ether15 ] arp=disabled comment="Nodo Orlando Ospino - 10MB Dedicados" master-port=GlobaLAN
set [ find default-name=ether16 ] arp=disabled comment=::::::::::::::::::::::::: master-port=GlobaLAN
/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=104
add tagged-ports=GlobaLAN vlan-id=1201
add tagged-ports=GlobaLAN vlan-id=1202
add tagged-ports=GlobaLAN vlan-id=1333
add tagged-ports=GlobaLAN vlan-id=103
/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=104 ports=ether5
add new-customer-vid=1201 ports=ether15,ether16
add new-customer-vid=1202 ports=ether13,ether14
add new-customer-vid=1333 ports=ether6
add new-customer-vid=103 ports=ether4
/interface ethernet switch vlan
add ports=ether15,ether16,GlobaLAN vlan-id=1201
add ports=ether13,ether14,GlobaLAN vlan-id=1202
add disabled=yes ports=ether1,GlobaLAN vlan-id=100
add ports=ether2,GlobaLAN vlan-id=101
add ports=ether3,GlobaLAN vlan-id=102
add ports=ether5,GlobaLAN vlan-id=104
add ports=ether4,GlobaLAN vlan-id=103
/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
/system package update
set channel=development
/tool user-manager database
set db-path=user-manager
[@MikroTik] >
- I already tried, changing several firmware versions ( in thi moment I have 6.38.5 firmware )
- I have already tried changing all ports on the switch and it is the same
Already change the V_ID and is equal - To work fine I have to leave that IP 10.10.103.1/24 in a normal interface in the CCR and what I want is to pass it to a VLAN
- The truth, I do not know what else to do
This image is VLAN ID_103 in port swtich


