276
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
Switch(Config-Ethernet1/10)#ip access-group 110 in
Switch(Config-Ethernet1/10)#exit
Switch(Config)#exit
Configuration result.:
Switch#show firewall
Firewall Status: Enable.
Firewall Default Rule: Permit.
Switch#show access lists
access list 110(used 1 time(s))
access list 110 deny tcp 10.0.0.0 0.0.0.255 any-destination d-port 21
Switch#show access-group interface ethernet 1/10
interface name:Ethernet1/10
the ingress acl use in firewall is 110.
12.4 ACL Troubleshooting Help

12.4.1 ACL Debug and Monitor Commands

12.4.1.1 show access lists

Command: show access lists [<num>|<acl-name>]
Function: Displays the access list configured.
Parameters: <acl-name> is the specified access list naming string; <num> is the specified access
list number.
Default: N/A.
Command mode: Admin Mode
Usage Guide: When access list name is not specified, all access list will be displayed; used x time(s)
indicates the number the ACL is referred to.
Example:
Switch#show access lists
access list 10(used 0 time(s))
access list 10 deny any-source
access list 100(used 1 time(s))
access list 100 deny ip any-source any-destination
access list 100 deny tcp any-source any-destination