Using The Device As An Ftp Client; Establishing An Ftp Connection - HP 12500 Configuration Manual

Routing switch series
Table of Contents

Advertisement

<Sysname> system-view
[Sysname] local-user abc class manage
[Sysname-luser-manage-abc] password simple 123456
[Sysname-luser-manage-abc] authorization-attribute work-directory flash:/
[Sysname-luser-manage-abc] authorization-attribute user-role network-admin
[Sysname-luser-manage-abc] service-type ftp
[Sysname-luser-manage-abc] quit
// To set the working directory to the Flash root directory of one of the IRF fabric's standby MPU,
replace flash:/ in the authorization-attribute command with, for example, chassis2#slot1#flash:/.
For more information about user roles, see Security Configuration Guide.
# Enable the FTP server.
[Sysname] ftp server enable
[Sysname] quit
Perform FTP operations from the FTP client:
3.
# Log in to the FTP server at 1.1.1.1 using the username abc and password 123456.
c:\> ftp 1.1.1.1
Connected to 1.1.1.1.
220 FTP service ready.
User(1.1.1.1:(none)):abc
331 Password required for abc.
Password:
230 User logged in.
# Use the ASCII mode to download the configuration file startup.cfg from the server to the client for
backup.
ftp> ascii
200 TYPE is ASCII
ftp> get startup.cfg back-config.cfg
# Use the binary mode to upload the file temp.bin to the Flash root directory of the active MPU of
the IRF fabric.
ftp> binary
200 Type is Image (Binary)
ftp> put temp.bin
# Exit FTP.
ftp> bye

Using the device as an FTP client

Perform the configuration in this section to use the device as an FTP client.

Establishing an FTP connection

To access the FTP server, you must establish a connection from the FTP client to the FTP server.
To establish an IPv4 FTP connection:
68

Advertisement

Table of Contents
loading

Table of Contents