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

Beginner Basics • Re: CRS3xx and vlans: access port doesn't see traffic unless it is removed from bridge

$
0
0
try this and adapt to your situation you missed where the bridge should be tagged as well
Code:
/interface/bridge/add pvid=4094 frame-types=admit-only-vlan-tagged name=bridge # Best practice don't set pvid=1/interface/bridge/port add interface=ether7 frame-types=admit-only-untagged-and-priority-tagged pvid=111 bridge=bridge/interface/bridge/port add interface=ether48 frame-types=admit-only-untagged-and-priority-tagged pvid=111 bridge=bridge/interface/bridge/vlan/add vlan-ids=111 tagged=bridge,sfp-sfpplus1 untagged=ether7,ether48 bridge=bridge/interface/bridge/set vlan-filtering=yes numbers=0

Statistics: Posted by loloski — Fri Mar 22, 2024 3:45 pm



Viewing all articles
Browse latest Browse all 15394

Trending Articles