Slow vlan throughput
Credit to: https://www.ivobeerens.nl/2018/06/04/slow-network-throughput-between-ubiquiti-edgerouter-vlans/
Noticed some issues with slow WAN speeds after moving my clients in to a new VLAN (roughly half duplex).
SSH to the edgerouter
run
show ubnt offload
which should show IPv4 vlan = disabled
qhrizz@ER-4:~$ show ubnt offload
IP offload module : loaded
IPv4
forwarding: enabled
vlan : disabled
pppoe : disabled
gre : disabled
bonding : disabled
IPv6
forwarding: disabled
vlan : disabled
pppoe : disabled
bonding : disabled
IPSec offload module: loaded
Traffic Analysis :
export : enabled
dpi : enabled
version : 1.564
Enter configure mode by typing
configure
Enable VLAN offloading with
set system offload ipv4 vlan enable
commit
Try out the setting (no rebot required)
Save the setting with
save
Last updated
Was this helpful?