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

FS#2836 - MT7620 switch VLAN limitation #7627

Open
openwrt-bot opened this issue Feb 16, 2020 · 2 comments
Open

FS#2836 - MT7620 switch VLAN limitation #7627

openwrt-bot opened this issue Feb 16, 2020 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

matrex:

Device:
D-Link DWR-118 A2

Software versions:
r12203-766e778226

Using the web interface kept adding and deleting VLANs. Ended up with 15 of these lines in /etc/config/network:
option vlan X
where X was: 1, 2, 3, 4, 5, 6, 8, 10, 11, 12, 13, 14, 15, 16, 17
There is no 7 and 9.
The last VLAN did not work (packets arriving on that VLAN were dropped).

I have found a manual at http://download.villagetelco.org/hardware/MT7620/MT7620_ProgrammingGuide.pdf on page 237 it states that 16 VLAN id-s are supported.

Editing the "networks" in /etc/config to change 17 to 7 fixed the issue.

@openwrt-bot
Copy link
Author

por:

Explicitly setting option vid for a vlan might do the trick as well.

@openwrt-bot
Copy link
Author

matrex:

The VLANs are set according to requirement with vid option. These were set between 1 and 127.
These were not changed. The issue is that using Luci web interface the user ends up with a configuration that does not work. What does not work is having an option vlan 17, even though there are only 15 defined.
The change to fix it had to be done by editing a file. And without the chip specification the user would not even guess that 16 is the max number for vlan option when looking at the file.

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

No branches or pull requests

1 participant