I
I
Ilya bow2021-04-24 17:20:40
Computer networks
Ilya bow, 2021-04-24 17:20:40

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

1 answer(s)
A
Alexander Karabanov, 2021-04-24
@karabanov

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
Thus, ether2 is a trunk port, and ether3, ether4 are access ports, ether3 is a member of vlan 2, ether4 is a member of vlan 3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question