Configure Access Control Links (ACLs)

ACLs are used to help improve network performance and restrict network usage by creating policies to eliminate unwanted IP traffic by filtering packets where they enter the switch on layer 2 and layer 3 interfaces. An ACL is an ordered list of one or more access control list entries (ACEs) prioritized by sequence number. An incoming packet is matched sequentially against each entry in an ACL.

Configuration Commands

Create an ACL:

ip access-list name
permit ip 1.1.1.0/24 any

Show commands to validate functionality:

show ip access-list name

Back to Index