Access-list (standard numbered), Mode with the, Access-list (standard – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 916
IPv4 Software Access Control List (ACL) Commands
Software Reference for x310 Series Switches
35.30
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
access-list (standard numbered)
This command configures a standard numbered access-list that permits or denies packets
from a specific source IP address. You can either create a standard numbered ACL together
with an ACL filter entry in the Global Configuration mode, or you can use the IPv4
Standard ACL Configuration mode for sequenced ACL filter entry after first entering an
access-list number.
The no variant of this command removes a specified standard numbered access-list.
Syntax
[list-number]
access-list {<1-99>|<1300-1999>}
no access-list {<1-99>|<1300-1999>}
Syntax
[deny|permit]
access-list {<1-99>|<1300-1999>} {deny|permit} <source>
no access-list {<1-99>|<1300-1999>} {deny|permit}
Mode
Global Configuration
Default
Any traffic controlled by a software ACL that does not explicitly match a filter is denied.
Usage
Use this command when configuring a standard numbered access-list for filtering IP
software packets. For backwards compatibility you can either create the access-list from
within this command, or you can enter this command followed by only the standard
access-list name. This moves you to the IPv4 Standard ACL Configuration mode for the
selected standard numbered access-list, and from here you can configure the deny or
permit filters for this selected standard numbered access-list.
Parameter
Description
<1-99>
IP standard access-list.
<1300-1999>
IP standard access-list (expanded range).
Parameter
Description
<1-99>
IP standard access-list.
<1300-1999>
IP standard access-list (expanded range).
deny
Access-list rejects packets from the specified source.
permit
Access-list accepts packets from the specified source.
<source>
The source address of the packets. You can specify a single host, a
subnet, or all sources. The following are the valid formats for
specifying the source:
<ip-addr>
<reverse-mask>
Enter an IPv4 address followed by a reverse
mask in dotted decimal format. For example,
entering 192.168.1.1 0.0.0.255 is the
same as entering 192.168.1.1/24.
any
Matches any source IP address.