Community discussions

MikroTik App
 
User avatar
ryny24
newbie
Topic Author
Posts: 28
Joined: Fri Sep 24, 2010 10:39 pm

wAP 60G tagged to untagged vlan?

Mon Mar 18, 2019 11:36 pm

I'm new to Mikrotik and trying to deploy a PtMP sector with each client in a different vlan. I'd like to avoid adding a switch at the client site. How can I send tagged vlans into the AP and untag them at the STATION?
wAP60 vlan question2.jpg
I already have the MGMT working on a tagged vlan, but untagging the customer traffic has not worked yet. How close is the following concept?
/interface bridge vlan add bridge=bridge tagged=bridge untagged=ether1 vlan-ids=101
/interface bridge set ingress-filtering=yes 0
Thank you!
You do not have the required permissions to view the files attached to this post.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19352
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: wAP 60G tagged to untagged vlan?  [SOLVED]

Tue Mar 19, 2019 2:09 am

Ingress filtering is set on the bridge port as well as setting pvid...........
Vlan filtering is set on the bridge.

Suggest have a read through this excellent reference......
viewtopic.php?f=13&t=143620
 
User avatar
ryny24
newbie
Topic Author
Posts: 28
Joined: Fri Sep 24, 2010 10:39 pm

Re: wAP 60G tagged to untagged vlan?

Tue Mar 19, 2019 6:47 pm

Thank you very much! I was able to get it working using the documents you provided.
/interface vlan add interface=bridge name=MGMT vlan-id=10
/ip address add address=10.50.1.10/25 interface=MGMT

/interface bridge port set pvid=101 0
/interface bridge vlan add bridge=bridge untagged=ether1 tagged=wlan60-1 vlan-ids=101
/interface bridge vlan add bridge=bridge tagged=bridge,wlan60-1 vlan-ids=10
/interface bridge set bridge vlan-filtering=yes

Who is online

Users browsing this forum: Amazon [Bot], gcsuri and 38 guests