Command Line Reference Guide
permit – configures a permit filter.
ip access-list standard
Create a standard IP access list (IP ACL) to filter based on IP address.
S5000
Syntax
ip access-list standard access-list-name
Parameters
access-list-name
Enter a string up to 140 characters long as the ACL name.
Defaults All IP access lists contain an implicit “deny any,” that is, if no match occurs, the packet is
dropped.
Command Modes CONFIGURATION
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
FTOS supports one ingress and one egress IP ACL per interface.
The number of entries allowed per ACL is hardware-dependent. For detailed specifications on
entries allowed per ACL, refer to your switch documentation.
Example
FTOS(conf)#ip access-list standard TestList
FTOS(config-std-nacl)#
Related
Commands
ip access-list extended – creates an extended access list.
show config – displays the current configuration.
permit
Configure a filter to permit packets from a specific source IP address to leave the switch.
S5000
Syntax
permit {source [mask] | any | host ip-address} [count [byte]]
[dscp value] [order] [monitor]
To remove this filter, you have two choices:
• Use the no seq sequence-number command if you know the filter’s sequence
number.
• Use the no permit {source [mask] | any | host ip-address}
command.
185