C613-50170-01 Rev B
Command Reference for x510 Series
1542
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
4 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
ACCESS
-
LIST
(
STANDARD
NUMBERED
)
You can either create access-lists from within this command, or you can enter
access-list
followed by only the number. Entering only the number moves you to
the IPv4 Standard ACL Configuration mode for the selected access-list. From there
you can configure your access-lists by using the command
NOTE
:
Software ACLs will
deny
access unless
explicitly permitted
by an ACL action.
Examples
To create ACL number
67
that will deny packets from subnet
172.16.10
, use the
commands:
awplus#
configure terminal
awplus(config)#
access-list 67 deny 172.16.10.0 0.0.0.255
Alternatively, to enter the IPv4 Standard ACL Configuration mode to create the
ACL filter and deny packets from subnet
172.16.10.0
for the standard
numbered access-list
67
, use the commands:
awplus#
configure terminal
awplus(config)#
access-list 67
awplus(config-ip-std-acl)#
deny 172.16.10.0 0.0.0.255
Related
Commands