IPv4 Access Control Lists (ACLs)

Deleting an ACL

ProCurve(config)# interface b10 ip access-group My-List in

ProCurve(config)# interface b10

ProCurve(eth-b10)# ip access-group 155 in

ProCurve(eth-b10)# exit

Enables a static port ACL from the Global Configuration level.

Enables a static port ACL from a port context.

ProCurve(config)# no interface b10 ip access-group My-List in

Disables a static port ACL

 

 

from the Global

ProCurve(config)# interface b10

Configuration level.

ProCurve(eth-b10)# no ip access-group 155 in

 

 

 

Uses a VLAN context to

ProCurve(eth-b10)# exit

 

disable a static port ACL.

Figure 9-15. Methods for Enabling and Disabling ACLsDeleting an ACL

Syntax: no ip access-list standard < name-str 1-99 > no ip access-list extended < name-str 100-199 > no access-list < 1 - 99 100 - 199 >

Removes the specified ACL from the switch’s running­ config file.

Note: Deleting an ACL does not delete any assignment of that ACL’s identifier on a specific interface. Creating a new ACL using an identifier that is already configured on an interface causes the switch to automatically activate that ACL. If you need to remove an ACL identifier assignment on an interface, refer to “Adding or Removing an ACL Assignment On an Interface” on page 9-73

9-74