Fitz Mutch
Senior Member
Just trying to figure how to do vlans for the new RT-AC86U router. I'm making progress but still no cigar. There is no robocfg. Broadcom has a new programm called vlanctl. I want to use Ethernet port#4 on the router as a trunk for a managed switch with vlan14 as a guest network.
Test example
Lastly, on the new RT-AC86U, Ethernet port#4 is actually called "eth1" in the firmware, so beware the Ethernet ports are numbered backwards.
Test example
Code:
# Ethernet port#4 on the router is a trunk for a managed switch with vlan14
vlanctl --mcast --if-create-name eth1 vlan14
vlanctl --if eth1 --rx --tags 0 --set-rxif vlan14 --rule-append
vlanctl --if eth1 --tx --tags 0 --filter-txif vlan14 --rule-append
ifconfig vlan14 allmulti up
# how to delete it
ifconfig vlan14 allmulti down
vlanctl --if-delete vlan14
Lastly, on the new RT-AC86U, Ethernet port#4 is actually called "eth1" in the firmware, so beware the Ethernet ports are numbered backwards.
Last edited: