#12181: VLAN tagging of TP-Link WDR4300 v1.1
-------------------------+-------------------------------------------------
  Reporter:              |      Owner:  developers
  timo.gerlach           |     Status:  reopened
      Type:  defect      |  Milestone:  Barrier Breaker 14.07
  Priority:  response-   |    Version:  Attitude Adjustment 12.09 Beta
  needed                 |   Keywords:  WDR4300 AR8327N vlan tagging 802.1q
 Component:  base        |
  system                 |
Resolution:              |
-------------------------+-------------------------------------------------

Comment (by anonymous):

 Still doesn't work for TL-WDR3600 v1.1

 My network config:


 config interface 'loopback'
         option ifname 'lo'
         option proto 'static'
         option ipaddr '127.0.0.1'
         option netmask '255.0.0.0'

 config globals 'globals'
         option ula_prefix 'fdba:d537:0bdd::/48'

 config interface 'lan'
         option ifname 'eth0.2'
         option force_link '1'
         option type 'bridge'
         option proto 'static'
         option ipaddr '192.168.1.1'
         option netmask '255.255.255.0'
         option ip6assign '60'
         option gateway '192.168.1.1'
         option broadcast '192.168.1.255'
         option stp '1'

 config interface 'wan'
         option ifname 'eth0.1'
         option _orig_ifname 'eth0.1'
         option _orig_bridge 'false'
         option proto 'static'
         option ipaddr '10.120.29.250'
         option netmask '255.255.255.248'
         option gateway '10.120.29.249'
         option dns '91.103.73.7 91.103.76.2'

 config interface 'wan6'
         option ifname '@wan'
         option proto 'dhcpv6'

 config switch
         option name 'switch0'
         option reset '1'
         option enable_vlan '1'

 config switch_vlan
         option device 'switch0'
         option vlan '1'
         option vid '1'
         option ports '0t 1'

 config switch_vlan
         option device 'switch0'
         option vlan '2'
         option vid '2'
         option ports '0t 2 3 4'

 config switch_vlan
         option device 'switch0'
         option vlan '3'
         option vid '222'
         option ports '0t 1t 5'

--
Ticket URL: <https://dev.openwrt.org/ticket/12181#comment:98>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to