My device: Asus-RT-N16
Firmware: Tomato v1.28.9054 MIPSR2-beta K26 USB vpn3.6
nvram set vlan1hwname="et0"
nvram set vlan1ports="3 2 1 8*"
nvram set vlan2hwname="et0"
nvram set vlan2ports="0 8"
nvram set vlan3hwname="et0"
nvram set vlan3ports="4 8"
nvram set wan_ifnames="vlan2 vlan3"
nvram commit
nvram find vlan
lan_ifnames=vlan1 eth1
landevs=vlan1 wl0
vlan1hwname=et0
vlan1ports=3 2 1 8*
vlan2hwname=et0
vlan2ports=0 8
vlan3hwname=et0
vlan3ports=4 8
vlan_enable=1
wan_ifname=vlan2
wan_ifnameX=vlan2
wan_ifnames=vlan2 vlan3
wl0_vlan_prio_mode=off
wl_vlan_prio_mode=off
reboot
After restart ping there is no also an access to the device isn't present.
Wi-Fi diode doesn't light up after restart. Only after the second spontaneous restart.
Through 1-3 mines the device itself reboots and restores variables in nvram. (
after reboots:
nvram find vlan
lan_ifnames=vlan1 eth1
landevs=vlan1 wl0
vlan1hwname=et0
vlan1ports=4 3 2 1 8*
vlan2hwname=et0
vlan2ports=0 8
vlan3hwname=et0
vlan3ports=4 8
vlan_enable=1
wan_ifname=vlan2
wan_ifnameX=vlan2
wan_ifnames=vlan2
wl0_vlan_prio_mode=off
wl_vlan_prio_mode=off
P.S. On firmware v1.28.9052 all perfectly worked.