Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

802.1q and bridge vlan filtring #385

Closed
nikolya-prodigy opened this issue May 23, 2022 · 1 comment
Closed

802.1q and bridge vlan filtring #385

nikolya-prodigy opened this issue May 23, 2022 · 1 comment

Comments

@nikolya-prodigy
Copy link

Hello.
I use MT7621 CPU routers that don't have a separate switch.
Nevertheless, in the openwrt settings, I can create an 802.1q interface or work with vlan via bridge vlan filtring, but I did not find such functionality in openwisp.
The programmable switch is not suitable for me, since this setting is for routers that have a separate HW switch.
Is there any way to implement this support?

config bridge-vlan
option device 'br0'
option vlan '1'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'wan'

config bridge-vlan
option device 'br0'
option vlan '10'
list ports 'lan4:u*'
list ports 'wan:t'

Here bridge and management are in vlan 1 and port 4 of vlan 10

and 802.1q

config device
option type '8021q'
option ifname 'br0'
option vid '10'
option name 'eth0.10'

@nemesifier
Copy link
Member

This is being tracked in openwisp/netjsonconfig#195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants