C613-50100-01 REV C Command Reference for x930 Series 1919
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
ACCESS
-LIST STANDARD (NAMED)
access-list standard (named)
Overview This command configures a standard named access-list that permits or denies
packets from a specific source IP address. You can either create a standard named
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 name.
The no variant of this command removes a specified standard named access-list.
Syntax
[list-name]
access-list standard <standard-access-list-name>
no access-list standard <standard-access-list-name>
Syntax
[deny|permit]
access-list standard <standard-access-list-name> {deny|permit}
<source>
no access-list standard <standard-access-list-name>
{deny|permit} <source>
Mode Global Configuration
Default Any traffic controlled by a software ACL that does not explicitly match a filter is
denied.
Parameter Description
<standard-access-list-name
>
Specify a name for the standard access-list.
Parameter Description
<standard-
access-list-
name>
Specify a name for the standard access-list.
deny The access-list rejects packets that match the source filtering
specified with this command.
permit The access-list permits packets that match the source filtering
specified with this command.
<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>/<prefix> An IPv4 address, followed by a
forward slash, then the prefix
length. This matches any source
IP address within the specified
subnet.
any Matches any source IP address.