Answer the question
In order to leave comments, you need to log in
Mikrotik. How to configure the router so that two ports are access ports in one vlan and another one is trunk?
That is, port 2 should be a trunk for vlan 2 and 3.
And ports 3 and 4 access from vlan 2.
How to do this? And then I got completely confused in these bridge PVIDs ((
Router model RB951Ui-2HnD
Answer the question
In order to leave comments, you need to log in
For example:
/interface bridge port
add bridge=bridge1 interface=ether3 pvid=2
add bridge=bridge1 interface=ether4 pvid=3
/interface bridge vlan
add bridge=bridge1 tagged=ether2 untagged=ether3 vlan-ids=2
add bridge=bridge1 tagged=ether2 untagged=ether4 vlan-ids=3
/interface bridge set bridge1 vlan-filtering=yes
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question