GL-BE9300 change port LAN4 to IoT

Good evening, I’ve set up the IoT network on my GL-BE9300 router, but I’m not quite sure how to use Luci or OpenWRT to change the network on port 4 of my router, where a Philips Hue hub is connected.
Thanks!

This is how I did on mine. Flint2 running 4.9.0-op24

Remove LAN4 from here:

Add it to br-IoT

ignore the br-video in the photo :slight_smile:

Thanks. I'd read another two or three threads with similar questions, and everyone said the same thing you did, but I'm in a situation where I don't have any ports selected—I just have a VLAN switch:

Hi

The BE9300 uses a swconfig-based switch architecture, rather than DSA.

Therefore, the configuration steps are as follows:

  1. Go to LuCI → Network → Switch and adjust the LAN 4 port settings:

    Additional note: The relationship between the port labels on the BE9300 chassis and the ports shown in the Switch Configuration page is as follows:

  2. Go to Network → Interfaces → Devices and add eth1.2 to br-iot:

    (In eth1.x, the value of x should match the VLAN ID configured in the previous step.)

  3. Save and apply the changes.

  4. After that, it should work as expected.

thank you will, works perfectly!