R195P Load Config File Via SSH

From SSH, I can download the current config file using “cfg_make.sh /tmp/mycfg.txt”.

Is there a way to do the reverse via SSH? That is, from SSH, upload a config file and then use it.

You can download and upload the config file using tftp or UI.

Up_download config file from ssh or telnet.pdf (170.8 KB)

download config file:
ralink_init show 2860 > /tmp/voip.cfg
tftp -p -l /tmp/voip.cfg -r voip.cfg 192.168.10.190

upload config file:
tftp -g -l /tmp/voip.cfg -r voip.cfg 192.168.10.190
ralink_init renew 2860 /tmp/voip.cfg
reboot

1 Like