Command Manual (For Soliton) – ACL
H3C S3100 Series Ethernet Switches
Chapter 1 ACL Configuration Commands
1-3
Parameters
text
: Description string to be assigned to an ACL, a string of 1 to 127 characters. Blank
spaces and special characters are acceptable.
Description
Use the
description
command to assign a description string to an ACL.
Use the
undo description
to remove the description string of the ACL.
You can give ACLs descriptions to provide relevant information such as their
application purposes and the ports they are applied to, so that you can easily identity
and distinguish ACLs by their descriptions.
By default, no description string is assigned for an ACL.
Examples
# Assign description string “This ACL is used for filtering all HTTP packets” to ACL
3000.
<Sysname> system-view
[Sysname] acl number 3000
[Sysname-acl-adv-3000] description This ACL is used for filtering all HTTP
packets
# Use the
display acl
command to view the configuration information of ACL 3000.
[Sysname-acl-adv-3000] display acl 3000
Advanced ACL 3000, 0 rule
This acl is used for filtering all HTTP packets
Acl's step is 1
# Remove the description string of ACL 3000.
[Sysname-acl-adv-3000] undo description
1.1.3 display acl
Syntax
display acl
{
all
|
acl-number
}
View
Any view
Parameters
all
: Displays all ACLs.
acl-number
: Number of the ACL to be displayed, in the range of 2000 to 5999.