Cisco IOS ACL types
Posted
by
cjavapro
on Server Fault
See other posts from Server Fault
or by cjavapro
Published on 2010-12-29T18:34:03Z
Indexed on
2010/12/29
18:55 UTC
Read the original article
Hit count: 362
The built in command help list displays access list types based on which range.
router1(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> IP extended access list (expanded range)
<700-799> 48-bit MAC address access list
dynamic-extended Extend the dynamic ACL absolute timer
rate-limit Simple rate-limit specific access list
router1(config)#
What are each of the types? Can multiple types of ACLs be applied to a given interface?
© Server Fault or respective owner