Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
SMIS(config-std-nacl)# redirect fx 0/10 172.20.20.0 255.255.255.0 host 172.20.0.1
8.3.2 Modifying IP Standard ACLs
To modify a configured IP Standard ACL, follow the same steps used to create aIP Standard ACL. When
users modify an ACL with a deny, permit or redirect rule, the previously configured rule and its
parameters for that ACL will be completely overwritten with the newly provided rules and parameters.
When an ACL rule is modified, it is removed from the hardware ACL table and added back
based on the priority of the rule.
The example below shows anIP Standard ACL rule 50being created and then modified with different
parameters.
SMIS# configure terminal
SMIS(config)# ip access-list standard 50
SMIS(config-std-nacl)# deny 172.10.0.0 255.255.0.0 any
# Modify this ACL rule 50 to deny traffic destined to a particular host IP instead of to any.
SMIS# configure terminal
SMIS(config)# ip access-list standard 50
SMIS(config-std-nacl)# deny 172.10.0.0 255.255.0.0 host 172.50.0.1
8.3.3 Removing IPStandard ACLs
Follow the below steps to remove IP Standard ACLs.
Enters the configuration mode
no ip access-list standard { <access-list-number(1-
32768)r> | <access-list-name> }
Deletes an IP Standard ACL using no ip-
access-list standard command.
access-list-number – the ACL number
that needs to be deleted
access-list-name – the name of the ACL
Displays the configured ACL rules to
make sure the deleted ACL is removed
Optional step – Saves this ACL
configuration to be part of startup
The example below shows how to remove an IP StandardACL .