C613-50170-01 Rev B
Command Reference for x510 Series
1540
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
(
NAMED
)
Usage
Use this command when configuring a standard named access-list for filtering IP
software packets.
You can either create access-lists from within this command, or you can enter
access-list standard
followed by only the name. Entering only the name 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 define a standard access-list named
my-list
and deny any packets from any
source, use the commands:
awplus#
configure terminal
awplus(config)#
access-list standard my-list deny any
Alternatively, to define a standard access-list named
my-list
and enter the IPv4
Standard ACL Configuration mode to deny any packets from any source, use the
commands:
awplus#
configure terminal
awplus(config)#
access-list standard my-list
awplus(config-ip-std-acl)#
5 deny any
Related
Commands