Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
235
1.
When an IP Standard / Extended ACL is removed from the egress port it was applied
to, that ACL will become a switch wide ACL (applied to all physical ports).
2.
IP Standard and Extended ACLs can be added only to physical ports like fx, cx ports.
ACLs cannot be added to Layer 3 vlan interfaces or port channel interfaces.
The example below shows the commands for removing an IP Standard ACL from a port.
SMIS# configure terminal
SMIS(config)# int fx 0/1
SMIS(config-if)# no ip access-group 100 out
8.3.7
Displaying IP Standard ACLs
Step Command
Description
Step 1 show access-lists
or
show access-lists ip
{
<access-list-number (1-
32768)> | <access-list-name> ]
Enters the configuration mode
access-list-number – the ACL number
that needs to be displayed
access-list-name – the name of the ACL
that needs to be displayed
Theshow command displays the following information for every IP Standard ACL.
Source IP Address
Configured source host or subnet IP address. Displays 0.0.0.0 for any
source IP.
Source IP Address
Mask
Configured source subnet IP mask. For host IP address, the mask will be
displayed as 255.255.255.255.
Destination IP
Address
Configured destination host or subnet IP address. Displays 0.0.0.0 for
any destination IP.
Destination IP
Address Mask
Configured destination subnet IP mask. For host IP address, the mask will
be displayed as 255.255.255.255.
In Port List
The list of ports this ACL is applied to. If it is applied to all ports, this will
be ALL.
Out Port
The egress port configured for this ACL. If no egress port configured, this
will be ALL.
Filter Action
Configured ACL action rule – deny,permit or redirect
Status
Current status of the ACL. The status should normally be
active
. In case
of configuration errors, the ACL status may be inactive.