HP MSR2000/3000/4000 Router Series Fundamentals Command Reference

102
Parameters
interface interface-type interface-number: Specifies the source interface by its type and number. The IPv6
address configured on the source interface is the source address of outgoing FTP packets. Make sure the
interface is up. Otherwise, the transmission fails.
ipv6 source-ipv6-address: Specifies the source IPv6 address for outgoing FTP packets. It must be the IPv6
address of an interface in up state. Otherwise, the transmission fails.
Usages guidelines
If you execute this command multiple times, the most recent configuration takes effect.
The source address specified with the ftp ipv6 command takes precedence over the source address
specified with the ftp client ipv6 source command.
The source address specified with the ftp client ipv6 source command applies to all FTP connections. The
source address specified with the ftp ipv6 command applies only to the current FTP connection.
Examples
# Specify source IPv6 address 2000::1 for outgoing FTP packets.
<Sysname> system–view
[Sysname] ftp client ipv6 source ipv6 2000::1
Related commands
ftp ipv6
ftp ipv6
Use ftp ipv6 to log in to an FTP server and enter FTP client view.
Syntax
ftp ipv6 [ server-address [ service-port ] [ vpn-instance vpn-instance-name ] [ dscp dscp-value | source
{ ipv6 source-ipv6-address | interface interface-type interface-number } ] * [ -i interface-type
interface-number ] ]
Views
User view
Predefined user roles
network-admin
Parameters
server-address: Specifies the IPv6 address or host name of an FTP server. A host name can be a
case-insensitive string of 1 to 253 characters. Valid characters for a host name include letters, digits,
hyphens (-), underscores (_), and dots (.).
service-port: Specifies the TCP port number of the FTP server, in the range of 0 to 65535. The default
value is 21.
dscp dscp-value: Specifies the DSCP value for IPv6 to use in outgoing FTP packets to indicate the packet
transmission priority, in the range of 0 to 63. The default is 0.
source { ipv6 source-ipv6-address | interface interface-type interface-number }: Specifies the source
address used to establish the FTP connection.