What's new

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

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.
 

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!
Back
Top