C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
711
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
IP
V
4 H
ARDWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
SHOW
ACCESS
-
LIST
(IP
V
4 H
ARDWARE
ACL
S
)
show access-list (IPv4 Hardware 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-44
99
>|<
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
Note the below error message if you attempt to show an undefined access-list:
awplus#
show access-list 2
Parameter
Description
<
1-99
>
IP standard access-list.
<
1300-1999
>
IP standard access-list (standard - 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
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
% Can't find access-list 2