Lec 09,10 - Access Control Lists
Lec 09,10 - Access Control Lists
Inbound Interface:
When an access list is applied on inbound packets of
the interface then first the packets will be processed
according to the access list and then routed to the
outbound interface.
Outbound Interface
When an access list is applied on outbound packets
of the interface then first the packet will be routed
and then processed at the outbound interface.
ACL Types
Standard Access-list
These are the Access-list that are made using the
source IP address only.
These ACLs permit or deny the entire protocol
suite.
They don’t distinguish between the IP traffic such
as TCP, UDP, HTTPS, etc.
By using numbers 1-99 or 1300-1999, the router
will understand it as a standard ACL and the
specified address as the source IP address.
ACL Types
Extended Access-list
These are the ACL that uses source IP, Destination
IP, source port, and Destination port.
Generally permits or denies specific protocols
These use range 100-199 and 2000-2699.
ACL Types
– Access lists offer a powerful tool for network control. These lists
add the flexibility to filter the packet flow into or out of router
interfaces. Such control can help limit network traffic and restrict
network use by certain users or devices.
– An IP access list is a sequential list of permit and deny conditions
that apply to IP addresses or upper-layer IP protocols. Access lists
filter traffic going through the router, but they do not filter traffic
originated from the router.
– Access lists are optional mechanisms in Cisco IOS software that
you can configure to filter or test packets to determine whether
to forward them to their destination or discard them.
Summary (Cont.)