If I have a RB router, and set up something like:
ether1 - master for ether2-ether5
ether2-ether5 - slave with master on ether1
and I would like to add VLAN on these ports by simple doing:
/interface vlan add name=vlan123 vlan-id=123 interface=ether1
will this VLAN #123 be working on all ports 1-5, or only on ether1?
Frankly I need to support VLAN 123 on all 1-5 ports and want to set up IP address on vlan123 interface as well to have traffic routed between ether1 groud (1-5 untagged) and vlan123 (1-5 tagged).
Thank you!