ping through vlan problem

i have two router , 1100 as core and 450 as sw
linked routers with ether4 1100 and ether1 450
1100

interface vlan
add name=vlan10 vlan-id=10 interface=ether4
ip address
add 192.168.1.1/24 interface=vlan10

450

interface vlan
add name=vlan10 vlan-id=10 interface=ether1
interface bridge
add name=bridge-vlan10
interface bridge port
add bridge=bridge-vlan10 interface=vlan10
add bridge=bridge-vlan10 interface=ether5

a pc with 192.168.1.5 ip pluged to ether5 450
so i cant ping 192.168.1.5 from 1100 or ping 192.168.1.1 from pc !!!

nothing?

everything

do you see both MAC addresses under Bridge Hosts on 450?

add some address (like 192.168.1.2/24) to bridge-vlan10 and try to ping both 192.168.1.1 and 192.168.1.5 from 450

i did this, but still cant ping !

did what?

can’t ping what?

what’s with Hosts?

we’re not telepathists

from pc i cant ping my vlan gateway(192.168.1.1) that set in 1100 on vlan interface

I know that since the first post in this topic





did what?>>>>>>> set 192.168.1.5 on 450 and ping it from 1100 and ping 192.168.1.1 from 450
do you see both MAC addresses under Bridge Hosts on 450?>>>>>>>> mac address of what interface?
i think trunk port is not work !
i put here both routers config
450

aug/18/2016 16:19:36 by RouterOS 6.36

software id = 24UV-2KAS

/interface bridge
add name=BV10
add name=BV20
add name=BV30

/interface ethernet
set [ find default-name=ether6 ] comment=Radio name=ether1
set [ find default-name=ether2 ] comment=Trunk
set [ find default-name=ether3 ] comment=HotSpot
set [ find default-name=ether4 ] comment=Lan
set [ find default-name=ether5 ] comment=“TIS IPPORT”

/interface vlan
add interface=ether2 name=V10 use-service-tag=yes vlan-id=10
add interface=ether2 name=V20 vlan-id=20
add interface=ether2 name=V30 vlan-id=30

/interface ethernet switch port
set 0 vlan-mode=disabled
set 1 vlan-mode=disabled
set 2 vlan-mode=disabled
set 3 vlan-mode=disabled
set 4 vlan-mode=disabled

/interface bridge port
add bridge=BV10 interface=ether3
add bridge=BV10 interface=V10
add bridge=BV20 interface=ether4
add bridge=BV20 interface=V20
add bridge=BV30 interface=V30
add bridge=BV30 interface=ether5

/ip address
add address=10.10.1.1/24 comment=HotSpot interface=BV10 network=10.10.1.0
add address=10.10.25.1/24 comment=LAN interface=BV20 network=10.10.25.0
add address=172.17.1.2/24 disabled=yes interface=ether2 network=172.17.1.0
add address=192.168.1.2/24 interface=BV30 network=192.168.1.0

1100

/interface ethernet
set [ find default-name=ether1 ] comment=LAN
set [ find default-name=ether2 ] comment=Radio
set [ find default-name=ether3 ] comment=“Hotspot UniFi” disabled=yes
set [ find default-name=ether4 ] comment=ZHON
set [ find default-name=ether5 ] comment=Basement
set [ find default-name=ether10 ] comment=“TIS Operator”
set [ find default-name=ether11 ] comment=“TIS IPPORT”

/interface vlan
add interface=ether4 name=V10 vlan-id=10
add interface=ether4 name=V20 vlan-id=20
add interface=ether4 name=V30 vlan-id=30

/ip address
add address=10.10.20.1/24 comment=LAN interface=ether1 network=10.10.20.0
add address=10.10.11.1/24 comment=IPCam interface=ether1 network=10.10.11.0
add address=10.90.90.1/24 comment=“DLink Switch” interface=ether1 network=
10.90.90.0
add address=172.17.0.1/24 comment=BASEMENT interface=ether5 network=
172.17.0.0
add address=172.17.1.1/24 comment=ZHON disabled=yes interface=ether4 network=
172.17.1.0
add address=192.168.20.1/24 comment=HotSpot interface=ether3 network=
192.168.20.0
add address=10.10.1.5/24 interface=V10 network=10.10.1.0
add address=192.18.1.1/24 interface=V30 network=192.18.1.0

maybe that’s the reason? try to change this to default setting (vlan-mode=fallback), for example

i change it but still not work

so what do you see in Bridge Hosts?

[admin@Zhon] /interface bridge host> print
Flags: L - local, E - external-fdb 
  BRIDGE            MAC-ADDRESS       ON-INTERFACE           AGE                 
  BV10              24:DF:6A:CD:1D:EE ether3                 0s                  
L BV10              4C:5E:0C:E5:6C:E0 V10                    0s                  
L BV10              4C:5E:0C:E5:6C:E1 ether3                 0s                  
  BV10              54:B8:0A:37:D6:4C ether3                 25s                 
  BV10              5C:96:9D:44:F3:FD ether3                 37s                 
  BV10              7C:01:91:42:31:DD ether3                 1m5s                
  BV20              00:17:6F:23:4C:07 ether4                 8s                  
  BV20              00:25:9C:32:78:53 ether4                 49s                 
L BV20              4C:5E:0C:E5:6C:E0 V20                    0s                  
L BV20              4C:5E:0C:E5:6C:E2 ether4                 0s                  
  BV20              B0:C5:54:0E:B7:11 ether4                 38s                 
  BV20              B0:C5:54:16:7D:E1 ether4                 4s                  
  BV20              B0:C5:54:17:27:1C ether4                 44s                 
  BV20              B0:C5:54:17:49:B1 ether4                 0s

see this http://forum.mikrotik.com/t/bug-rb1100ah-vlan-support-on-switch-interface/52008/1

that’s strange. you have an address on BV30, but there’s no even Local MAC address on it, only on BV10 and BV20. that’s weird :slight_smile: maybe try to reboot?..

p.s. that topic is 4 years old

i changed the trunk port and it works !