Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
Enters the configuration mode
ip access-list extended { <access-list-number(1-
32768)> | <access-list-name> }
Creates an IP Extended ACL using
theip-access-list extended command.
access-list-number – can be any
number from 1 to 32768
access-list-name – can be any name
string up to 32 characters.
denyicmp {any |host<src-ip-address>|<src-ip-
address><mask>} {any | host<dest-ip-
address> | <dest-ip-address><mask> }
[<message-type (0-255)>] [<message-code (0-
255)>] [priority<(1-255)>]
or
permiticmp {any |host<src-ip-address>|<src-ip-
address><mask>} {any | host<dest-ip-
address> | <dest-ip-address><mask> }
[<message-type (0-255)>] [<message-code (0-
255)>] [priority<(1-255)>]
or
redirect<interface-type><interface-id>icmp {any
|host<src-ip-address>|<src-ip-address><mask>}
{any | host<dest-ip-address> | <dest-ip-
address><mask> } [<message-type (0-255)>]
[<message-code (0-255)>] [priority<(1-
255)>]
Configure a deny, permit or redirect
ACL rule.
The source and destination IP
addresses can be provided with
keyword host.
The keyword anycan be used to refer to
any IP addresses.
To configure a network IP, the address
and mask should be provided.
To apply this rule to ICMP packets with
specific message types or message
codes, usersshould provide matching
values for ICMP message types and
ICMP message codes.
The priority keyword lets users assign a
priority for this ACL rule.
This priority is an optional parameter. It
can be any value from 1 to 255. The
default value is 1.
Redirect ACL rules need additional
<interface-type><interface-
id>parameters to definethe port to
which the packets matching this ACL
rule need to be redirected.
To display the configured ACL rule
Optional step – Saves this ACL
configuration to be part of startup
The examples below show various ways to create IP Extended ACLs for ICMPpackets.
Create a deny IP Extended ACL with ACL number 100 to deny all ICMP “traceroute” messages.
SMIS# configure terminal
SMIS(config)# ip access-list extended 100