C613-50102-01 REV C
Command Reference for x510 Series
1429
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IP
V
4 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
ACCESS
-
LIST
EXTENDED
(
NAMED
)
From there you can configure your access-lists by using the commands
(access-list extended IP filter)
Note that packets must match both the source and the destination details.
NOTE
:
Software ACLs will
deny
access unless
explicitly permitted
by an ACL action.
Examples
You can enter the extended named ACL in the Global Configuration mode
together with the ACL filter entry on the same line, as shown below:
awplus#
configure terminal
awplus(config)#
access-list extended TK deny tcp 2.2.2.3/24 eq
14 3.3.3.4/24 eq 12 log
Alternatively, you can enter the extended named ACL in Global Configuration
mode before specifying the ACL filter entry in the IPv4 Extended ACL
Configuration mode, as shown below:
awplus#
configure terminal
awplus(config)#
access-list extended TK
awplus(config-ip-ext-acl)#
deny tcp 2.2.2.3/24 eq 14 3.3.3.4/24
eq 12 log