Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
241
and type of service fields of IP header.
This TOS configuration is optional.
To apply this rule to packets with
specified DSCP values, use the keyword
dscp and specific DSCP values to be
matched. Users can specific any DSCP
values from 0 to 63. This DSCP
configuration is optional.
The priority keyword lets users assign a
priority to this ACL rule.
This priority is an optional parameter. It
could 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.
Step 4 show access-lists
Displays the configured ACL rule
Step 5 write startup-config
Optional step – Saves this ACL
configuration to be part of startup
configuration.
The examples below show various ways to create IP Extended ACLs for TCP traffic.
Create a deny IP Extended ACL with ACL number 100 to deny all traffic toTCP port 23.
SMIS# configure terminal
SMIS(config)# ip access-list extended 100
SMIS(config-ext-nacl)# deny tcp any anyeq 23
Create a deny IP Extended ACL with ACL name acl_cw3 to deny all TCP traffic on 172.20.0.0 network.
SMIS# configure terminal
SMIS(config)# ip access-list extended acl_cw3
SMIS(config-ext-nacl)# deny tcp any 172.20.0.0 255.255.0.0
Create a redirect IP Extended ACL to redirect all packets from subnet 172.20.20.X going to IP
172.20.0.1with TCP ports equal to 1000 to interface fx 0/10.
SMIS# configure terminal
SMIS(config)# ip access-list extended 500