NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
djaesthetic
Dec 31, 2020Tutor
GS108Ev3 firmware update triggering Orbi subnet reconfiguration
Last night I added two Netgear GS108Ev3 switches to my network, sitting behind a Netgear Orbi RBR50. I have it configured and working perfectly with the exception of one (extremely problematic) anoma...
- Jan 01, 2021
For anyone else who stumbles upon this thread -- reposting my solution (from the Orbi side) here as well.
----
CrimpOn : Did some final testing and now confident in the conclusion.
What triggers the "reconfiguration" behavior appears to be whenever Orbi detects any other network device on the other side of it's Internet (WAN) port sharing the same subnet. It doesn't matter if there's an actual conflict or not -- simply it's existence. From a consumer support standpoint this is actually a pretty clever mechanism (though I wish they'd give us the option to disable it for various use cases).In my *personal* case - the issue was that I'd put the ports in their respective VLANs (10 for WAN, 20 for LAN) but left VLAN 1 in place. Regular (untagged) traffic was working just fine. My guess is that during a firmware update on those GS108Ev3 switches, it was sending out a broadcast across all configured VLANs, Orbi was seeing that broadcast on the Internet port, hence reconfiguration is triggered. I removed VLAN 1 from all ports and haven't been able to replicate the problem since.
As for your question about the use case for the two switches? This as a method to extend out multiple networks over a single cable. My current configuration looks like this:
VLAN 10 = WAN Traffic
VLAN 20 = LAN Traffic
-----BASEMENT
GS108Ev3 - Port 1: VLAN 10 Tagged, VLAN 20 Tagged
GS108Ev3 - Port 2: VLAN 10 Untagged
GS108Ev3 - Port 3-8: VLAN 20 UntaggedAT&T Gateway LAN plugged in to GS108Ev3 Port 2
UPSTAIRS OFFICE
GS108Ev3 - Port 1: VLAN 10 Tagged, VLAN 20 Tagged
GS108Ev3 - Port 2: VLAN 10 Untagged
GS108Ev3 - Port 3-8: VLAN 20 Untagged
Orbi Internet Port plugged in to GS108Ev3 Port 2
-----
Port 1 is the single physical cable running between the two switches. It will pass all traffic for either VLAN (LAN or WAN side) without either seeing one another as the traffic is "encapsulated" (isolated from each other). Port 2 on each side is where you plug in the WAN side of things. In the basement I have several runs from around the house plugged in to ports 3-8 (LAN). In the Office, I also have a bunch of devices plugged in to 3-8 (LAN). Two separate floors but they'll all end up in the LAN side.The notion that someone shouldn't be using managed switches in a network topology is a silly one, assuming the configuration is correct. In my particular case (and the fix to the original problem I posted about) turns out to simply be "don't let Orbi's Internet port see any traffic with a subnet that matches it's LAN side". Simple enough, makes a lot of sense. Once I understood what was triggering the reconfigurating, finding the root cause was simple.
(Extra thanks to schumaku for the sentence that led to the conclusion -- "Somehow the Orbi system does see any 192.168.x.x network on it's WAN/Internet port.")
djaesthetic
Dec 31, 2020Tutor
Between schumaku's very first sentence and CrimpOn's response - I *MAY* actually have an idea of what's going on here.
CrimpOn's topology is basically exactly what I've configured to connect two separate floors with Port 1 carrying both of my VLANs (10 for WAN, 20 for LAN) between the two switches. schumaku had mentioned this behavior might be caused by somehow the WAN port seeing the 192.168.x.x network. "So how would that be possible?" Looked at my Netgear switch configs again and noticed that while yes, all ports were tagged (or untagged) properly for 10 or 20 -- VLAN 1 was still enabled on all ports by default. Despite none having it assigned for PVID, I believe it was still likely broadcasting itself to all ports (including Orbi WAN over VLAN 1) during the firmware upgrade. I'd assumed this wasn't the case because I'd previously confirmed the two networks couldn't talk to one another before ever putting them in to production (basic ping tests) -- but that's the most probable cause. I've since removed VLAN 1 from membership over ANY port.
----
VLAN 1: None
VLAN 10: Port 1 (Tagged), 2 (Untagged)
VLAN 20: Port 1 (Tagged), 3-8 (Untagged)
----
Port 1 is carrying my traffic between floors.
Port 2 is plugged in to the ATT GW on one side and the Orbi WAN on the other.
Port 3-8 are various internet network devices around the house.
----
Really hoping the complete removal of VLAN 1 would resolve this issue, but barring a new firmware update, I don't have the best test. Humorously enough, I really should probably stop being stubborn about it and do as schumaku suggested and not even leave them on the same subnet. It's convenient having them on my LAN as they're accessible for management if I ever needed them (I'm used to having dedicated 'management networks' at work) -- but not exactly a requirement considering the infrequency these switches will see firmware updates. That'd negate even the possibility of there being an issue.
djaesthetic
Jan 01, 2021Tutor
For anyone else who stumbles upon this thread -- reposting my solution (from the Orbi side) here as well.
----
CrimpOn : Did some final testing and now confident in the conclusion.
What triggers the "reconfiguration" behavior appears to be whenever Orbi detects any other network device on the other side of it's Internet (WAN) port sharing the same subnet. It doesn't matter if there's an actual conflict or not -- simply it's existence. From a consumer support standpoint this is actually a pretty clever mechanism (though I wish they'd give us the option to disable it for various use cases).
In my *personal* case - the issue was that I'd put the ports in their respective VLANs (10 for WAN, 20 for LAN) but left VLAN 1 in place. Regular (untagged) traffic was working just fine. My guess is that during a firmware update on those GS108Ev3 switches, it was sending out a broadcast across all configured VLANs, Orbi was seeing that broadcast on the Internet port, hence reconfiguration is triggered. I removed VLAN 1 from all ports and haven't been able to replicate the problem since.
As for your question about the use case for the two switches? This as a method to extend out multiple networks over a single cable. My current configuration looks like this:
VLAN 10 = WAN Traffic
VLAN 20 = LAN Traffic
-----
BASEMENT
GS108Ev3 - Port 1: VLAN 10 Tagged, VLAN 20 Tagged
GS108Ev3 - Port 2: VLAN 10 Untagged
GS108Ev3 - Port 3-8: VLAN 20 Untagged
AT&T Gateway LAN plugged in to GS108Ev3 Port 2
UPSTAIRS OFFICE
GS108Ev3 - Port 1: VLAN 10 Tagged, VLAN 20 Tagged
GS108Ev3 - Port 2: VLAN 10 Untagged
GS108Ev3 - Port 3-8: VLAN 20 Untagged
Orbi Internet Port plugged in to GS108Ev3 Port 2
-----
Port 1 is the single physical cable running between the two switches. It will pass all traffic for either VLAN (LAN or WAN side) without either seeing one another as the traffic is "encapsulated" (isolated from each other). Port 2 on each side is where you plug in the WAN side of things. In the basement I have several runs from around the house plugged in to ports 3-8 (LAN). In the Office, I also have a bunch of devices plugged in to 3-8 (LAN). Two separate floors but they'll all end up in the LAN side.
The notion that someone shouldn't be using managed switches in a network topology is a silly one, assuming the configuration is correct. In my particular case (and the fix to the original problem I posted about) turns out to simply be "don't let Orbi's Internet port see any traffic with a subnet that matches it's LAN side". Simple enough, makes a lot of sense. Once I understood what was triggering the reconfigurating, finding the root cause was simple.
(Extra thanks to schumaku for the sentence that led to the conclusion -- "Somehow the Orbi system does see any 192.168.x.x network on it's WAN/Internet port.")
Related Content
- Apr 13, 2023Retired_Member
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!