#20021: Using untagged and tagged VLANs on the NSM5-XW switch tags everything
-------------------------+-------------------------------------------------
  Reporter:  rogerpueyo  |      Owner:  developers
      Type:  defect      |     Status:  new
  Priority:  high        |  Milestone:  Chaos Calmer (trunk)
 Component:  base        |    Version:  Trunk
  system                 |   Keywords:  ubiquiti, nsm5-xw, switch, vlan,
Resolution:              |  port, tagged, untagged
-------------------------+-------------------------------------------------

Comment (by rogerpueyo):

 Similar behaviour with a TP-Link TL-WDR4300:
 {{{
 [...]
 config switch
         option name 'switch0'
         option reset '1'
         option enable_vlan '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 '3'
         option ports '0t 1'

 config switch_vlan
         option device 'switch0'
         option vlan '12'
         option vid '12'
         option ports '0t 1t 2t 4 5t'
 [...]
 }}}

 turns into:
 {{{
 VLAN 2:
         vid: 2
         ports: 0t 2t 3 <---P4 missing!
 VLAN 3:
         vid: 3
         ports: 0t 1t
 VLAN 12:
         vid: 12
         ports: 0t 1t 2t 4 5t
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/20021#comment:1>
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