Wondering if I’m doing something wrong. No devices can communication with PC2. PC1, Bridge and Router can all communication on all vlans 10, 20 and 30.
I reviewed multiple configurations (I searched most of Google) and could not find a setup that shows a client connected to the Router (Router-on-a-stick).
I’m wondering if this is an invalid configuration at multiple levels.
Physical equipment, Bridge is RB4011 RouterOS 6.46.4 and Router is CCR1009 RouterOS 6.47.
Sniffer traces show PC1, Bridge and Router all know PC2 MAC address.
PC2 is connected on Router interface E2, access vlan10
Sniffer traces show traffic from PC2 is received on the Router interface E2 but no response from any device.
If PC2 to connected on Bridge interface in access vlan10, all works as expected.
Thanks for looking!!
Frank
Topology:
PC1-------vlan10-------Bridge-------trunk------Router------vlan10------PC2
Bridge:
interface bridge
add name=BR1 pvid=30 vlan-filtering=yes
/interface vlan
add interface=BR1 name=MGT vlan-id=30
/interface bridge port
add bridge=BR1 interface=E4
add bridge=BR1 interface=E2 pvid=10
add bridge=BR1 interface=E3 pvid=20
/interface bridge vlan
add bridge=BR1 tagged=E4 untagged=E2 vlan-ids=10
add bridge=BR1 tagged=E4 untagged=E3 vlan-ids=20
add bridge=BR1 tagged=BR1,E4 vlan-ids=30
/ip address
add address=192.168.0.46/28 interface=MGT network=192.168.0.32
/ip route
add distance=1 gateway=192.168.0.33
/system identity
set name=L2-Bridge
ROUTER:
interface bridge
add name=BR1 pvid=30 vlan-filtering=yes
/interface vlan
add interface=E4 name=MGT_30 vlan-id=30
add interface=E4 name=VLAN10 vlan-id=10
add interface=E4 name=VLAN20 vlan-id=20
/interface bridge port
add bridge=BR1 interface=E4
add bridge=BR1 interface=E2 pvid=10
add bridge=BR1 interface=E3 pvid=20
/interface bridge vlan
add bridge=BR1 tagged=E4 untagged=E2 vlan-ids=10
add bridge=BR1 tagged=E4 untagged=E3 vlan-ids=20
add bridge=BR1 tagged=E4,BR1 vlan-ids=30
/ip address
add address=192.168.0.1/28 interface=VLAN10 network=192.168.0.0
add address=192.168.0.17/28 interface=VLAN20 network=192.168.0.16
add address=192.168.0.33/28 interface=MGT_30 network=192.168.0.32
/system identity
set name=MK-RB1