ZyXEL Communications 3.1 ユーザーズマニュアル

ページ / 386
 Chapter 38 System Remote Management
ZyWALL (ZLD) CLI Reference Guide
291
This command displays Telnet settings.
38.7  Configuring FTP 
You can upload and download the ZyWALL’s firmware and configuration files using FTP. To use this 
feature, your computer must have an FTP client. 
38.7.1  FTP Commands
The following table describes the commands available for FTP.
 
You must use the 
configure 
terminal
 command to enter the configuration mode before you can use these commands.
 
Router# configure terminal
Router(config)# show ip telnet server status
active     : yes
port       : 23
service control:
No.  Zone                        Address                     Action
========================================================================
Router(config)#
Table 174   
Command Summary: FTP
COMMAND
DESCRIPTION
[no] ip ftp server
Allows FTP access to the ZyWALL. The 
no
 command disables FTP access to the 
ZyWALL.
[no] ip ftp server cert 
certificate_name
Sets a certificate to be used to identify the ZyWALL. The 
no
 command resets 
the certificate used by the FTP server to the factory default.
[no] ip ftp server port <1..65535>
Sets the FTP service port number. The 
no
 command resets the FTP service port 
number to the factory default (21).
[no] ip ftp server tls-required
Allows FTP access over TLS. The 
no
 command disables FTP access over TLS.
ip ftp server rule 
{rule_number|append|insert 
rule_number} access-group 
{ALL|address_object} zone 
{ALL|zone_object} action 
{accept|deny}
Sets a service control rule for FTP service.
address_object
: The name of the IP address (group) object. You may use 1-31 
alphanumeric characters, underscores(
_
), or dashes (-), but the first character 
cannot be a number. This value is case-sensitive. 
zone_object
: The name of the zone. For the ZyWALL USG 300 and above, use 
up to 31 characters (a-zA-Z0-9_-). The name cannot start with a number. This 
value is case-sensitive.
The ZyWALL USG 200 and lower models use pre-defined zone names like DMZ, 
LAN1, SSL VPN, WLAN, IPSec VPN, OPT, and WAN.
ip ftp server rule move rule_number 
to rule_number
Changes the index number of a service control rule.
no ip ftp server rule rule_number
Deletes a service control rule for FTP service.
show ip ftp server status
Displays FTP settings.