You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest version of proto-bonding, I am seeing major issues with VLAN handling over interfaces with a bond as the underlying network device.
Specifically, when using using a bond as the underlying device of the WAN, the downstream clients on VLAN7 are seeing speeds in the single digit megabit/second speed over a gigabit physical link. Here's the relevant config:
config device
option type 'bonding'
option name 'bond1'
list ports 'eth0'
list ports 'eth1'
option bonding_policy '802.3ad'
option all_slaves_active '0'
option link_monitoring 'off'
option min_links '0'
option ad_actor_sys_prio '65535'
option ad_select 'stable'
option lacp_rate 'slow'
option xmit_hash_policy 'layer2'
option policy '802.3ad'
option all_ports_active '1'
config interface 'wan'
option device 'bond1'
option proto 'dhcp'
option hostname '*'
option peerdns '0'
config device
option type 'bridge'
option name 'Switch'
option bridge_empty '1'
option mtu '1500'
option ipv6 '0'
option ageing_time '3'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
list ports 'eth5'
config bridge-vlan
option device 'Switch'
option vlan '7'
list ports 'eth3:t'
list ports 'eth4:t'
list ports 'eth5:t'
config interface 'Services'
option proto 'static'
option device 'Switch.7'
option ipaddr '10.0.7.1'
option netmask '255.255.255.0'
The text was updated successfully, but these errors were encountered:
With the latest version of proto-bonding, I am seeing major issues with VLAN handling over interfaces with a bond as the underlying network device.
Specifically, when using using a bond as the underlying device of the WAN, the downstream clients on VLAN7 are seeing speeds in the single digit megabit/second speed over a gigabit physical link. Here's the relevant config:
The text was updated successfully, but these errors were encountered: