R21xx-HP FlexFabric 11900 Fundamentals Command Reference

106
ip source-ip-address: Specifies the source IPv6 address of sent TFTP packets. The source address must be
an IPv6 address that has been configured on the device, and its interface must be up. Otherwise, the
transmission fails.
Usages guidelines
If you execute this command multiple times, the most recent configuration takes effect.
The source IPv6 address specified with the tftp ipv6 command takes precedence over the one specified
with the tftp client ipv6 source command.
The source IPv6 address specified with the tftp client ipv6 source command applies to all TFTP
connections while the one specified with the tftp ipv6 command applies only to the current TFTP
connection.
Examples
# Specify source IPv6 address 2000::1 for sent TFTP packets.
<Sysname> system–view
[Sysname] tftp client ipv6 source ipv6 2000::1
Related commands
tftp ipv6
tftp-server acl
Use tftp-server acl to use an ACL to control the device's access to TFTP servers in an IPv4 network.
Use undo tftp-server acl to restore the default.
Syntax
tftp-server acl acl-number
undo tftp-server acl
Default
No ACL is used to control the device's access to TFTP servers.
Views
System view
Predefined user roles
network-admin
Parameters
acl-number: Specifies the number of a basic ACL, in the range of 2000 to 2999.
Usages guidelines
You can use an ACL to deny or permit the device's access to specific TFTP servers.
Examples
# Al l o w t h e de v i c e t o a c c e s s o n l y t h e T F T P s er ve r a t 1.1.1.1.
<Sysname> System-view
[Sysname] acl number 2000
[Sysname-acl-basic-2000] rule permit source 1.1.1.1 0
[Sysname-acl-basic-2000] quit
[Sysname] tftp-server acl 2000