Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 919
![background image](/manuals/427254/919/background.png)
IPv4 Software Access Control List (ACL) Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
35.33
Usage
An ACL can be configured with multiple ACL filters using sequence numbers. If the
sequence number is omitted, the next available multiple of 10 will be used as the
sequence number for the new filter. A new ACL filter can be inserted into the middle of an
existing list by specifying the appropriate sequence number.
Examples
Use the following commands to add a new filter entry to access-list my-list that will
reject IP address 10.1.1.1:
Use the following commands to insert a new filter entry into access-list my-list at
sequence position number 15 that will accept IP network 10.1.2.0:
Related Commands
access-list standard (named)
show running-config
show ip access-list
Note
The access control list being configured is selected by running the
command with the required access control list number, or
name, but with no further parameters selected.
Note
Software ACLs will deny access unless explicitly permitted by an ACL action.
awplus#
configure terminal
awplus(config)#
access-list standard my-list
awplus(config-ip-std-acl)#
deny 10.1.1.1/32
awplus#
configure terminal
awplus(config)#
access-list standard my-list
awplus(config-ip-std-acl)#
15 permit 10.1.2.0/24