-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
VLAN config not working properly #7196
Comments
Try it without VLAN 1 - https://community.cisco.com/t5/switching/what-is-difference-between-default-vlan-and-native-vlan/td-p/2095204 - and see if you get the same result. |
The issue contains with the VLAN filtering checkbox. I think in this case the checkbox shouldn't be set and the tag should set to 0 Uncheck the box manually the tag will set to 0 I only saved this config and don't apply it. The issue seems to be in this file but last time I worked with js was 20 years ago :-( luci/modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js Line 85 in 071fc1b
or here
|
That
Do you mean you get locked out and the device stops responding? This is because you lose network access: the device starts sending tagged frames as soon as you apply the config. |
Can you please tell me why the vlan_filtering has been deleted when I'm adding a new VLAN?
right I get locked out here. But my Switch is also using tagged packages here and when I'm connected with Luci and I define a untagged VLAN as Standard I thought that I can still access the Router. |
You can still define untagged (PVID) - it should be u. But perhaps it shall be tagged in the cpu (eth0). |
It most likely needs to be tagged for the CPU port, which means that you would need a br-lan.VID interface defined to terminate that VLAN tag at the CPU port level. This is echoing back to openwrt/openwrt#14195 (comment) |
I think this are two parts. One is Luci. The Vlan filtering checkbox is not correspondign with the vlan filtering Option. Another option can be to write in the documentation that VLAN filtering checkbox is also checking the vlan_filtering on CPU level or something like that. |
To follow this good ticket :) |
Netifd's implicit default for LuCI should reflect that behaviour;
|
When I'm creating 2 new VLANs in 23.05.3 on my Cudy WR1300 v3 all is working fine in the first view.
I change the bridge LAN and add VLAN 1 untagged all ports also VLAN 140 tagged all ports for Guest WiFi with multiple APs.
The configuration is looking fine.
Relating to #5948
I saw that vlan_filtering is set to 0.
But if I add one or more VLAN to this bridge the vlan_filtering tag has been deleted by uci.
And my network device crashes.
I think the deletion of vlan_filtering is wrong and it should be still vlan_filtering 0
In second step the vlans should be activated with a separate activation button or something like this.
The text was updated successfully, but these errors were encountered: