File Manager Command Examples; Ftp File Transfer; Command Line Ftp File Upload - ZyXEL Communications UAG Series Reference Manual

Unified access gateway
Hide thumbs Also See for UAG Series:
Table of Contents

Advertisement

Chapter 58 File Manager
Table 190 File Manager Commands Summary (continued)
COMMAND
show running-config
[no] backup-startup activate
show backup-startup status
setenv-startup stop-on-error off
show setenv-startup
write

58.5 File Manager Command Examples

This example saves a back up of the current configuration before applying a shell script file.
Router(config)# copy running-config /conf/backup.conf
Router(config)# run /script/vpn_setup.zysh
These commands run the aaa.zysh script at noon every day, on the first day of every month, and
on every Monday, Wednesday, and Friday.
Router> configure terminal
Router(config)# schedule-run 1 aaa.zysh daily 12:00
Router(config)# schedule-run 1 aaa.zysh monthly 12:00 01
Router(config)# schedule-run 1 aaa.zysh weekly 12:00 mon wed fri
Router(config)#

58.6 FTP File Transfer

You can use FTP to transfer files to and from the UAG for advanced maintenance and support.

58.6.1 Command Line FTP File Upload

Connect to the UAG.
1
Enter "bin" to set the transfer mode to binary.
2
You can upload the firmware after you log in through FTP. To upload other files, use "cd" to change
3
to the corresponding directory.
296
DESCRIPTION
Displays the settings of the configuration file that the system is using.
Sets the UAG to back up the startup-conf.conf file when it is performing
firmware upgrade.
The no command disables the backup function.
Displays whether the startup configuration backup function is enabled or
not.
Has the UAG ignore any errors in the startup-config.conf file and apply all
of the valid commands.
Displays whether or not the UAG is set to ignore any errors in the startup-
config.conf file and apply all of the valid commands.
Saves your configuration changes to the flash ("non-volatile" or "long
term") memory. The UAG immediately uses configuration changes made
via commands, but if you do not use the
will be lost when the UAG restarts.
command, the changes
write
UAG CLI Reference Guide

Advertisement

Table of Contents
loading

Table of Contents