Community discussions

MikroTik App
 
noib
Member Candidate
Member Candidate
Topic Author
Posts: 291
Joined: Fri Jan 25, 2013 6:04 pm
Location: France
Contact:

Assign different VLAN from MAC

Sat Jun 08, 2019 3:23 pm

Hello
I have an inbound interface, let's call it IN, used by my clients (different MACs)
I have an outbound interface (OUT1) which is bridged to IN. Everything is cool.
Now I am adding a new interface, OUT2, and I want only 1 client to be bridged to OUT2, the others stay in OUT1
So,
Traffic from 00:00:00:00:00:01 in IN interface bridged to OUT2
Traffic from all other MACs in IN interface bridged to OUT1
Is it possible to do this with routerOS ?
 
sindy
Forum Guru
Forum Guru
Posts: 10206
Joined: Mon Dec 04, 2017 9:19 pm

Re: Assign different VLAN from MAC

Sat Jun 08, 2019 3:42 pm

Yes, but it needs some fiddling with /interface bridge filter rules. When client 00:00:00:00:00:01 sends any frame, that frame must not be forwarded out via OUT1; when other clients send any frame, these must not be forwarded out via OUT2. Similarly, eventual frames for 00:00:00:00:00:01 coming in via OUT1 must be dropped, and frames for other dst-mac than 00:00:00:00:00:01 coming in via OUT2 must be dropped.

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 93 guests