I am trying to convince my TP-Link TL-WR1043ND v2 to use VLAN7 tagging on the WAN port. (Required for German Telekom BNG access).
The modem I'm using is an Allnet ALL0333CJ Rev.7. This used to work fine until Telekom switched my access to BNG, so I understand I now need to enable VLAN tagging as already mentioned.
So in /etc/config/network I did:
config interface 'wan'
- option ifname 'eth0'
+ option ifname 'eth0.7'
option proto 'pppoe'
option username 'xxxxxx@t-online.de'
option password 'xxxxxx'
....
config switch_vlan
option device 'switch0'
- option vlan '2'
- option vid '2'
- option ports '5 6'
+ option vlan '7'
+ option vid '7'
+ option ports '5 6t'
I don't really know how to check if tagging is actually taking place, but at least I don't get a working internet connection so I am assuming it's not.
Has anybody managed to get this working? This howto: https://www.computerhilfen.de/hilfen-22-389919-0.html (sorry, it's german) claims to make it work but for the v1 which has a slightly different port layout.
Any hints would be greatly appreciated...
Thanks!
EDIT: One thing I forgot to mention: Here is the Technical Specification document that states that VLAN7 is required: https://www.telekom.de/hilfe/downloads/1tr112.zip
(Last edited by edr on 14 Sep 2017, 22:31)