Concept Guide

Table Of Contents
ip access-list standard
ip access-list standard {<number>|<name>}
deny {<ipaddr> <wildcard>|any|host <ipaddr>}
no ...
permit {<ipaddr> <wildcard>|any|host <ipaddr>}
Description
This command configures a standard access control list (ACL).
Syntax
Parameter Description Range
standard
Enter a name, or a number in the specified range. 1-99, 1300-1399
ipv6
Use the ipv6 keyword to create IPv6 specific standard
rules.
deny
Reject the specified packets, which can be the
following:
IP address and optional wildcard
any: any packets
host: specify a host IP address
no
Negates any configured parameter.
permit
Allow the specified packets, which can be the
following:
IP address and optional wildcard
any: any packets
host: specify a host IP address
Usage Guidelines
Standard ACLs are supported for compatibility with router software from other vendors. This ACL permits or
denies traffic based on the source address of the packet.
Example
The following command configures a standard ACL:
(host) (config) #ip access-list standard 1
permit host 10.1.1.244
Command History
Introduced in ArubaOS 3.0
Dell Networking W-Series ArubaOS 6.5.x | Reference Guide ip access-list standard | 501