Helly Guys!
I have a bad connection to the Internet on my Switch on a different VLAN as the WAN. WAN has VLAN1(Port1) and my LAN VLAN10.
I configured the device with the informations from the devicesite) .
If i connect a device on a Port with VLAN1 untagged then i have full 100Mbit, if i connect it to the same Port with VLAN10 untagged i have 20MBit. Same with all the other VLANs.
I have already switched the Firewallzones to exclude firewallissue.
If i run speedtest-netperf.sh i can see the CPU on 100% from the device itself:
(again if i switched the vlan10 to vlan1 on my testport i have 100mbit)
I dont have perfomanceissues beetween the VLANs on the same device..
speedtest-netperf.sh -H netperf-eu.bufferbloat.net
2022-11-10 22:26:18 Starting speedtest for 60 seconds per transfer session.
Measure speed to netperf-eu.bufferbloat.net (IPv4) while pinging gstatic.com.
Download and upload sessions are sequential, each with 5 simultaneous streams.
............................................................
Download: 43.01 Mbps
Latency: [in msec, 61 pings, 0.00% packet loss]
Min: 14.528
10pct: 47.927
Median: 76.808
Avg: 78.945
90pct: 95.828
Max: 496.694
CPU Load: [in % busy (avg +/- std dev), 56 samples]
cpu0: 100.0 +/- 0.0
Overhead: [in % used of total CPU available]
netperf: 40.2
...............................................................
Upload: 31.19 Mbps
Latency: [in msec, 44 pings, 0.00% packet loss]
Min: 13.893
10pct: 14.013
Median: 201.000
Avg: 203.070
90pct: 324.665
Max: 433.900
CPU Load: [in % busy (avg +/- std dev), 59 samples]
cpu0: 94.5 +/- 20.2
Overhead: [in % used of total CPU available]
netperf: 43.1
Additional Info:
Upgraded the device to 22.03.1 from 22.03: Still only 20Mbit
Upgraded the device to 22.03.2 from 22.03.1: No more Internet connection.
I hope somebody can help me. Didnt see bugs like this in combination with this device..
Thank you in advice
Okay im new to networking and networkdevices in general..
I just searched for a device with 8 ports, where i can install openwrt. (looked on amazon and the site from openwrt..)
The Netgear 108Tv3 is behind the modem from the isp.
On Port 1 is the connection to the ispmodem. (VLAN1 defaultconfig) Other ports are for nas, vm-host, accesspoints and 2 pcs with vlans..
Is the realtek-cpu to slow for this job?
On the overview site i cant see much traffic. It uses 1% of max connections and the load average is between 0,06 and 0,09
The device is advertised for "VLAN, QoS .." but cant handle my 4 VLANs and some iot-devices?
On the device itself i can move files between the vlans without any performance problem
There is the Asus RT-AC88U with 9 GBit ports, but it's Broadcom-based (the WiFi is working). I had it for one day before selling it again because I was unable to get fast roaming working. VLANs are only supported on 4 or 5 ports, but I think this has been fixed for snapshot builds.
I would keep the switch and buy a simple router - I use an Ubiquiti ER-X with my VLAN switches.
The Ubiquiti ER-X is a cheap product with enough RAM and Memory i think?(256MB ram and nand)
If i would buy this, (for my understand) i have to move my interface and firewall config only?
I dont understand this... So i cant use multiple VLANs on the switch cause this will use CPU?
For example i want to use 3 different VLANs tagged on 2 Ports on the switch. Other ports untagged. This is not possible with this switch?
The point of VLANs are to isolate networks. So hence, like any other LAN, you must route between them, hence use of CPUs (i.e. routing/firewalling is taking place).
What is your main router? Does it support VLANs (if it is running OpenWrt, it does; vendor firmware may or may not have that functionality exposed).
All of your VLANs should be configured on your main router for the purposes of routing. You'll create a trunk port that goes from the main router to the switch. From there, the switch should be configured such that each VLAN is assigned to the ports as needed (this is the way managed switches are supposed to be used). The switch will ensure that the data flows through appropriately, but the routing itself (i.e. between any two networks and between a network and the internet) should happen on the router, not the switch.