maxbraketorque
Very Senior Member
I'm messing around with VLAN options on my GT-AX6000 main/AP combo (not mesh) for an IOT network for 3006.102.
When I setup a custom network on the main router or AP router, and then choose the option that creates a unique subnet, the SDN system defaults to VLAN ID 52 and uses the .52 subnet. And if I run brctl show, the new SDN is associated with br52.
Now, if I decide to change the VLAN ID to something else, say 209 and change the subnet to .209, different things happen on the main and AP router.
When I setup a custom network on the main router or AP router, and then choose the option that creates a unique subnet, the SDN system defaults to VLAN ID 52 and uses the .52 subnet. And if I run brctl show, the new SDN is associated with br52.
Now, if I decide to change the VLAN ID to something else, say 209 and change the subnet to .209, different things happen on the main and AP router.
- For the main router interface, the VLAN ID changes to 209, and the subnet changes to .209 as expected. However, if I run brctl show, the br ID remains 52.
- For the AP router, the VLAN ID changes to 209, and the subnet changes to .209 just as with the main router, and the br ID changes to 209 as well. This is the behavior that makes sense to me.
