ACL Commands
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
860
unconfigure access-list
unconfigure access-list {any | ports <portlist> | vlan <vlanname>} {ingress
| egress}
Description
Removes a policy file ACL from the specified interface.
Syntax Description
Default
The default direction is ingress.
Usage Guidelines
This command removes ACLs that are contained in ACL policy files. To remove dynamic ACLs, use the
following command:
configure access-list delete <ruleName> [all | any | ports <portlist> | vlan
<vlanname>] {ingress | egress}
To remove all non-dynamic ACLs from all interfaces, do not specify any ports or VLANs.
Example
The following command removes the ACL from port 1:2:
unconfigure access-list ports 1:2
The following command removes the ACLs from ports 1:2-6:3 and 7:1:
unconfigure access-list ports 1:2-6:3,7:1
The following command removes the wildcard ACL:
unconfigure access-list any
The following command removes all ACLs from all the interfaces, including the wildcard ACL:
unconfigure access-list
aclname
Specifies the ACL name. The name can be from 1-32 characters long.
portlist
Specifies the ports on which this ACL is applied.
vlanname
Specifies the VLAN on which this ACL is applied.
ingress
Remove the ACL for packets entering the switch on this interface.
egress
Remove the ACL for packets leaving the switch from this interface
(BlackDiamond 10808 and BlackDiamond 12804 only).