730
Command Reference for IE200 Series Industrial Managed PoE+ Switches
C613-50066-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
IP
V
4 S
OFTWARE
A
CCESS
C
ONTROL
L
IST
(ACL) C
OMMANDS
(
ACCESS
-
LIST
EXTENDED
IP
FILTER
)
Then use the following commands to add a new entry to the named access-list
my-acl
that will reject packets from
10.0.0.1
to
192.168.1.1
:
awplus(config-ip-ext-acl)#
deny ip host 10.0.0.1 host
192.168.1.1
awplus(config-ip-ext-acl)#
20 permit ip any any
Example 3
[list-number]
Use the following commands to remove the access-list filter entry with sequence
number
20
from extended numbered access-list
101
.
awplus#
configure terminal
awplus(config)#
access-list 101
awplus(config-ip-ext-acl)#
no 20
Example 4
[list-name]
Use the following commands to remove the access-list filter entry with sequence
number
20
from extended named access-list
my-acl
:
awplus#
configure terminal
awplus(config)#
access-list extended my-acl
awplus(config-ip-ext-acl)#
no 20