What's new

Isolated switch ports

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

nikki

Occasional Visitor
Hi,

I'm trying to setup LAN3 port for different vlan, but realized than router resets vlan1ports nvram var on reset. Can it be fixed somehow?

Before reboot:
Code:
vlan1hwname=et0
vlan1ports=1 2 3 4 5*
vlan2hwname=et0
vlan2ports=0 5u

nvram set vlan10hwname=et0
nvram set vlan10ports='3 5'
nvram set vlan1ports='1 2 4 5*'
nvram commit
reboot

After reboot:
Code:
vlan10hwname=et0
vlan10ports=3 5
vlan1hwname=et0
vlan1ports=1 2 [COLOR="Red"]3[/COLOR] 4 5*
vlan2hwname=et0
vlan2ports=0 5u
 
because now firmware ready for DualWAN than always after reboot router make re-configure of ports and vlans according to DualWan settings.

to configure ports and vlans use /jffs/init-start with robocfg command.
 
Thank you a lot. Where can I read docs on HW switch registers from et robord/robowr command?
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top