Access lists are a set of conditions that permit or deny access to or through a routers interface.
Range Usage
- 1-99 IP Standard
- 1300-1999 IP Standard (Expanded Range)
- 100-199IP Extended
- 2000-2699IP Extended (Expanded Range)
Access lists can be applied to multiple interfaces but there can only be one access list per protocol per direction per interface.
Use the term ‘access-class’ if applying to console/aux/vty lines
- show ip access-lists
- show access-list 1
Access lists are applied to interfaces:
- Router(config)#access-list 1 permit 172.16.5.2
- Router(config)#interface e0
- Router(config-if)#ip access-group 1 in