Reference Guide

Table Of Contents
Dell PowerConnect ArubaOS 6.0 Command Line Interface | Reference Guide ip access-list standard | 265
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
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
Command Information
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
Platform License Command Mode
Available on all platforms Requires the PEFNG license Config mode on master
controllers