Hey,
If I have a VLAN setup as follows:
/interface ethernet
set 0 name=ether1-gateway
set 1 name=ether2-master-local
set 2 master-port=ether2-master-local name=ether3-slave
set 3 master-port=ether2-master-local name=ether4-slave
set 4 master-port=ether2-master-local name=ether5-slave
/interface ethernet switch vlan
add independent-learning=no ports=ether3-slave,switch1_cpu switch=switch1 vlan-id=100How do I see those packets in routeros? In theory they should be coming in on switch1_cpu, but where exactly do they go? Do I make a vlan interface (if so what do I assign it to?)? Thanks.
-Eric