S
S
Systemshik2017-02-10 13:25:27
Mikrotik
Systemshik, 2017-02-10 13:25:27

How to configure VLAN on Mikrotik CCR1009-7G-1C-1S+PC and Mikrotik RB2011iLS-IN?

a745f6324a1447c3951dd9b96b42d1d2.jpg
How to configure VLAN on Mikrotik CCR1009-7G-1C-1S+PC and Mikrotik RB2011iLS-IN?
Please explain in more detail if possible.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Systemshik, 2017-02-13
@Systemshik

Here's what helped.
/interface vlan add name=vlan-10 vlan-id=10 interface=sfp1 disabled=no
/interface vlan add name=vlan-20 vlan-id=20 interface=sfp1 disabled=no
/interface bridge add name=br-vlan10 disabled =no
/interface bridge add name=br-vlan20 disabled=no
/interface bridge port add interface="vlan-10" bridge="br-vlan10" disabled=no
/interface bridge port add interface="ether1" bridge="br -vlan10" disabled=no
/interface bridge port add interface="vlan-20" bridge="br-vlan20" disabled=no
/interface bridge port add interface="ether2" bridge="br-vlan20" disabled=no

D
Dmitry, 2017-02-10
@Tabletko

Mikrotik Wiki

I
Ilyas, 2017-02-10
@id2669099

I think this link will be more correct, yet in this case I would not use a percent to process vlans, but would limit myself to a switching chip

P
pr0l, 2017-02-10
@pr0l

2 ways to raise vlan through a switch and through a percent.
1 through a percent - on each interface you raise the same vlans and bridge them
2 you combine ports through the master interface and raise the vlan on the masterport

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question