Command Reference    ACL Commands 
 
ip access-list standard 1 
10 permit host 192.168.4.12 
20 deny any any 
Ruijie# config 
Ruijie(config)# ip access-list resequence 1 21 43 
Ruijie(config)# exit 
Ruijie# show access-lists 
ip access-list standard 1 
21 permit host 192.168.4.12 
64 deny any any 
 
Related 
Commands 
Command  Description 
 
show access-lists 
It is used to view the ACL. 
 
Platform 
Description 
N/A 
list-remark text 
 
Use this command to add remarks for the specified ACL. The no form deletes the remarks. 
 
list-remark text 
 
 
Parameter 
Description 
Parameter  Description 
 
text 
Remark information 
 
Defaults  
N/A 
 
Command 
mode 
ACL configuration mode 
 
Usage Guide 
Add remarks for the specified ACL. 
Note: The remarks include 100 characters at most and two same remarks are not allowed in one 
ACL.  
When an ACE is deleted, the remarks between this ACE and the preceding one are deleted. 
 
Configuration 
Examples 
Ruijie# ip access-list extended 102 
Ruijie(config-ext-nacl)# list-remark this acl is to filter the host 
192.168.4.12 
Ruijie(config-ext-nacl)# show access-lists 
ip access-list extended 102 
deny ip host 192.168.4.12 any 
1000 hits