Network requirements, Configuration procedure – H3C Technologies H3C S7500E Series Switches User Manual

Page 110

Advertising
background image

6-14

FTP Server Configuration Example (Distributed Device)

Network requirements

z

As shown in

Figure 6-4

, use Device as an FTP server, and the PC as the FTP client. Their IP

addresses are 1.2.1.1/16 and 1.1.1.1/16 respectively. An available route exists between Device

and PC.

z

PC keeps the updated startup file of the device. Use FTP to upgrade the device and back up the

configuration file.

z

Set the username to ftp and the password to pwd for the FTP client to log in to the FTP server.

Figure 6-4 Upgrading using the FTP server

Configuration procedure

1) Configure Device (FTP Server)

# Create an FTP user account ftp, set its password to pwd and the user privilege level to level 3 (the

manage level). Authorize ftp’s access to the root directory of the flash on the AMB, and specify ftp to

use FTP.

<Sysname> system-view

[Sysname] local-user ftp

[Sysname-luser-ftp] password simple pwd

[Sysname-luser-ftp] authorization-attribute level 3

[Sysname-luser-ftp] authorization-attribute work-directory flash:/

# To access the flash root directory of the SMB (in slot 1), execute this command:

[Sysname-luser-ftp] authorization-attribute work-directory slot1#flash:/

[Sysname-luser-ftp] service-type ftp

[Sysname-luser-ftp] quit

# Enable FTP server.

[Sysname] ftp server enable

[Sysname] quit

# Check files on your device. Remove those redundant to ensure adequate space for the startup file to

be uploaded.

<Sysname> dir

Directory of flash:/

0 drw- - Dec 07 2005 10:00:57 filename

1 drw- - Jan 02 2006 14:27:51 logfile

2 -rw- 1216 Jan 02 2006 14:28:59 config.cfg

3 -rw- 1216 Jan 02 2006 16:27:26 back.cfg

64389 KB total (2511 KB free)

<Sysname> delete /unreserved flash:/back.cfg

2) Configure the PC (FTP Client)

# Log in to the FTP server through FTP.

Advertising