How to use TFTP to upload/backup the config file on VMG1312-B10A?
The VMG1312-B10A has the command can let user to upload/backup the config file.
Step by step procedure
1. Log into the CPE with the root account.
2. Type command "tftp -p f -f [filename.conf] [TFTP server IP]"
To backup configuration data:
> tftp -p -t f -f mdm.config 192.168.1.33
3. type command "tftp -g -t c -f [filename.config] [TFTP server IP]"
To upload configuration data:
> tftp -p -t c -f mdm.config 192.168.1.33
Verification
After uploading the config file the CPE will reboot.
We can backup the config file to check the file has upload successful or not.
Comments
1 comment
Thanks Horst great !
Please sign in to leave a comment.