C613-50631-01 Rev A Command Reference for IE340 Series 2043
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
SHOW
ACCESS-LIST (IPV4 SOFTWARE ACLS)
show access-list (IPv4 Software ACLs)
Overview Use this command to display the specified access-list, or all access-lists if none have
been specified. Note that only defined access-lists are displayed. An error message
is displayed for an undefined access-list
Syntax
show access-list
[<1-99>|<100-199>|<1300-1999>|<2000-2699>|<3000-3699>|ď€
<4000-4499>|<access-list-name>]
Mode User Exec and Privileged Exec
Examples To show all access-lists configured on the switch:
awplus# show access-list
To show the access-list with an ID of 20:
awplus# show access-list 20
Parameter Description
<1-99> IP standard access-list.
<100-199> IP extended access-list.
<1300-1999> IP standard access-list (standard - expanded range).
<2000-2699> IP extended access-list (extended - expanded range).
<3000-3699> Hardware IP access-list.
<4000-4499> Hardware MAC access-list.
<access-list-name> IP named access-list.
ď€
Standard IP access list 1ď€
deny 172.16.2.0, wildcard bits 0.0.0.255ď€
Standard IP access list 20ď€
deny 192.168.10.0, wildcard bits 0.0.0.255ď€
deny 192.168.12.0, wildcard bits 0.0.0.255ď€
Hardware IP access list 3001ď€
permit ip 192.168.20.0 255.255.255.0 anyď€
Hardware IP access list 3020ď€
permit tcp any 192.0.2.0/24ď€
awplus#show access-list 20ď€