Software upgrade through ftp at the cli – H3C Technologies H3C LSWM1WCM10 Access Controller Module User Manual

Page 21

Advertising
background image

14

Examples:
# Redirect to the access controller module in slot 2 from the S7500E switch.

<S7500> oap connect slot 2

Connected to OAP!

<H3C>

# Redirect to the access controller module in slot 1 from the S5800 switch.

<S5800> oap connect slot 1 system SubSlot1

Press CTRL+K to quit.

Connected to SubSlot1!

<H3C>

Software upgrade through FTP at the CLI

Using the access controller module as the FTP server

The File Transfer Protocol (FTP) is an application layer protocol in the TCP/IP suite. It is mainly used for

file transfer between remote hosts. FTP provides a reliable, connection-oriented data transfer service over

TCP.
With the access controller module as the FTP server, you can run the FTP client application on a PC and

log in to the access controller module for file operations.
Before using FTP, you need to install the FTP client application on your PC. The FTP client software is not
provided with the access controller module. You need to make sure that it is available by yourself. The

description here assumes that you are using the FTP client application of Microsoft Windows XP.

1.

Set up a network environment, as shown below:

Figure 13 Set up a software maintenance environment (access controller module as FTP server)

Configure the IP addresses for both sides, which must be on the same subnet. For example, set the IP
address of the FTP client to 192.168.0.1, and that of the access controller module’s management Ethernet

port to 192.168.0.100. Use ping to verify the network connectivity.

2.

Enable FTP service.

You can enable FTP service after configuring FTP server authentication and authorization. Use the

following command to enable FTP service.

[H3C] ftp server enable

Add an authorized FTP username and password.

[H3C] local-user guest Create user account guest

[H3C-luser-guest] service-type ftp Set user type to FTP

[H3C-luser-guest] password simple 123456 Set password 123456 for user guest

[H3C-luser-guest] authorization-attribute level 3 Set the local user level to 3

Advertising