
69
View
System view
Default Level
3: Manage level
Parameters
ipv6
: References an IPv6 ACL. If it is not specified, an IPv4 ACL is referenced.
acl-number
: Number of a basic ACL, in the range 2000 to 2999.
Description
Use the
tftp server acl
command to control the AC’s access to a specific TFTP server
using an ACL.
Use the
undo tftp server acl
command to restore the default.
By default, no ACL is used to control the AC’s access to TFTP servers.
You can use the rules in an ACL to allow or permit the AC’s access to a specific TFTP
server in a network.
For more information about ACL, see
ACL
in the
ACL and QoS Configuration Guide
and
Command Reference.
Examples
Example 1:
Allow the AC 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
Example 2:
Allow the AC to access the TFTP server with the IP address of 2001::1 only (in IPv6
networking environment).
<Sysname> system-view
[Sysname] acl ipv6 number 2001
[Sysname-acl6-basic-2001] rule permit source 2001::1/128
[Sysname-acl6-basic-2001] quit
[Sysname] tftp-server ipv6 acl 2001