Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

Useful user articles • Re: mDNS between VLANs with just bridge filters - no containers!

$
0
0
Great work! Very Cleaver. You've been at this problem for a while now ;).

Very minor nit on the example. The BridgemDNS is a "dumb" switch (e.g. vlan-filtering=no). And maybe the :export does this, but the frame-types & pvid & VLAN assignment should NOT be needed (and do nothing):
/interface bridge port
add bridge=BridgemDNS frame-types=admit-only-untagged-and-priority-tagged \
interface=VLAN1 pvid=1001
add bridge=BridgemDNS frame-types=admit-only-untagged-and-priority-tagged \
interface=VLAN2 pvid=1001
/interface bridge vlan
add bridge=BridgemDNS untagged=VLAN1,VLAN2 vlan-ids=1001

But I like this approach & on a hEX... you don't have the option of containers...

Statistics: Posted by Amm0 — Thu Feb 01, 2024 11:37 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles