configure access-list delete
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
835
configure access-list delete
configure access-list delete <ruleName> [all | any | ports <portlist> |
vlan <vlanname>] {ingress | egress}
Description
Removes a dynamic ACL rule from the specified interface.
Syntax Description
Default
The default direction is ingress.
Usage Guidelines
Specifying the keyword
all
removes the ACL from all interfaces it is used on.
Example
The following command removes the dynamic ACL
icmp-echo
from the port 1:2:
configure access-list delete icmp-echo ports 1:2
History
This command was first available in ExtremeWare XOS 11.3.
Platform Availability
This command is available on all platforms. The egress option is available on BlackDiamond 10808 and
BlackDiamond 12804 switches only.
ruleName
Specifies a dynamic ACL rule.
all
Delete this ACL from all interfaces.
any
Delete this ACL as the wildcard ACL.
portlist
Specifies the ports on which this ACL is deleted.
vlanname
Specifies the VLAN on which this ACL is deleted.
ingress
Delete the ACL for packets entering the switch on this interface.
egress
Delete the ACL for packets leaving the switch from this interface
(BlackDiamond 10808 and BlackDiamond 12804 only).