What's new

Can I save config on RT-AC86U and load on RT-AX86U_PRO?

  • 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!

It can be done. There are numerous posts describing this process:

Code:
nvram get dhcp_staticlist > mystaticlist.txt
Code:
nvram set dhcp_staticlist="$(cat mystaticlist.txt)"
Thanks!
So the command line works like bash itself then...
Code:
"$(command)"
returns the command result.

Added to my Linux notes about ASUS router Linux.
 

Latest threads

Sign Up For SNBForums Daily Digest

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