Release : 1.1f 906 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
33.1 ip access-list
This command creates IP ACLs and enters the IP Access-list configuration mode.
Standard access lists create filters based on IP address and network mask only (L3 filters only).
Extended access lists enables specification of filters based on the type of protocol, range of
TCP/UDP ports as well as the IP address and network mask (Layer 4 filters).
Depending on the standard or extended option chosen by the user, this command returns a
corresponding IP Access list configuration mode
The no form of the command deletes the IP access-list.
ip access-list { standard { <access-list-number (1-32768)> | <access-
list-name> } | extended { <access-list-number (1-32768)> | <access-
lst-name> } }
no ip access-list { standard { <access-list-number (1-32768)> |
<access-list-name> } | extended { <access-list-number (1-32768)> |
<access-lst-name> } }
Syntax Description
standard - Standard access-list number
extended - Extended access-list number
IP ACLs can be created with ACL numbers or with ACL names.
access-list-number – could be any number between 1 to 32768
access-list-name – could be any name string up to 32 characters.
Mode
Global Configuration Mode
Example
SMIS(config)# ip access-list standard 1
ACLs on the system perform both access control and Layer 3 field classification. To define Layer
3 fields’ access-lists the ip access-list command must be used.
Related Commands