[FS#1279] VRX200 / BT Home Hub 5A does not correctly configure more than 2 switch VLANs

LEDE Bugs lede-bugs at lists.infradead.org
Thu Jan 18 03:36:34 PST 2018


The following task has a new comment added:

FS#1279 - VRX200 / BT Home Hub 5A does not correctly configure more than 2 switch VLANs
User who did this - Mathias Kresin (mkresin)

----------
Obviously something down the road from /e/c/network to the applied xrx200 switch config doesn't like a difference in "option vid" and option vlan".

The following creates at least the correct switch config (not tested if the correct tags are used):


config switch_vlan
        option device 'switch0'
        option vlan '3'
        option ports '0 4 5t 6t'

config switch_vlan
        option device 'switch0'
        option vlan '4'
        option ports '2 6t'

config switch_vlan
        option device 'switch0'
        option vlan '5'
        option ports '1 5t 6t'


Or with vid option


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

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

config switch_vlan
        option device 'switch0'
        option vlan '5'
        option vid '5'
        option ports '1 5t 6t'


Since it works fine for your DGN3500 (which is **A**R9 btw.), it doesn't look like it's something in our scrips/binaries which are applying the switch config.

On the other hand, since it works fine using the swconfig command, it neither looks like a xrx200 switch driver issue.

Really hard to say what's the issue here. Maybe it's LuCI which is to blame.
----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=1279#comment4125



More information about the lede-bugs mailing list