The document discusses access control lists (ACLs), including:
1) ACLs are used for packet filtering and can allow or deny traffic based on source/destination IP addresses and TCP/UDP ports.
2) Standard ACLs filter based on source IP address, extended ACLs add destination IP address and ports.
3) ACLs are configured with numbers or names and applied to interfaces to filter incoming or outgoing traffic.
Packet Filtering ALLOW or DENY Source IP address Destination IP address ICMP message type TCP/UDP source port TCP/UDP destination port One ACL per protocol (e.g., IP or IPX) One ACL per interface (e.g., FastEthernet0/0) One ACL per direction (i.e., IN or OUT)
4.
Numbering and NamingACLs Router (config)# access-list ? <1-99> IP standard access list <100-199> IP extended access list <1100-1199> Extended 48-bit MAC address access list <1300-1999> IP standard access list (expanded range) <200-299> Protocol type-code access list <2000-2699> I P extended access list (expanded range) <700-799> 48-bit MAC address access list You assign a number based on which protocol you want filtered: (1 to 99) and (1300 to 1999): Standard IP ACL (100 to 199) and (2000 to 2699): Extended IP ACL You assign a name by providing the name of the ACL: Names can contain alphanumeric characters. It is suggested that the name be written in CAPITAL LETTERS. Names cannot contain spaces or punctuation and must begin with a letter. You can add or delete entries within the ACL.