R3204P16-HP Load Balancing Module System Maintenance Command Reference-6PW101

110
Parameters
acl-number: Number of a basic ACL, in the range 2000 to 2999.
Description
Use the tftp-server acl command to use an ACL to control the LB modules access to a specific TFTP server.
Use the undo tftp-server acl command to restore the default.
By default, no ACL is used to control the LB module’s access to a TFTP server.
You can use an ACL to deny or permit the LB module’s access to a specific TFTP server.
For more information about ACL, see Security Configuration Guide.
Examples
# Allow the LB module to access the TFTP server with the IP address of 1.1.1.1 only (in IPv4 networking
environment).
<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
tftp
Syntax
tftp server-address { get | put | sget } source-filename [ destination-filename ] [ source { interface
interface-type interface-number | ip source-ip-address } ]
View
User view
Default level
3: Manage level
Parameters
server-address: IP address or host name of a TFTP server.
get: Downloads a file in normal mode.
put: Uploads a file.
sget: Downloads a file in secure mode.
source-filename: Source file name.
destination-filename: Destination file name.
source: Configures parameters for source address binding.
interface interface-type interface-number: Specifies the source interface by its type and number. The
primary IP address configured on the source interface is the source IP address of the packets sent by
TFTP. If no primary IP address is configured on the source interface, the transmission fails.
ip source-ip-address: Specifies the source IP address for the current TFTP client to transmit packets.
This source address must be an IP address that has been configured on the LB module.