ACL IN or OUT

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 06:22 PM - edited 03-08-2019 04:40 PM
I found the configuring guide here configuring ACL, that define:
Out—Traffic that has already been through the router and leaves the interface
In—Traffic that arrives on the interface and then goes through the router.
I can understand both definitions but I can't figure out in what scenario we should use OUT. I guess both will go through TCAM check so consumed processing power should be the same?
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 06:25 PM
typically you would only need to worry about ingress ACLs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2018 11:42 PM
Hi there,
If you have multiple points of ingress to your network, it could be argued that each would need an in bound ACL to block traffic reaching a particular destination.
In this scenario using an out bound ACL on the only interface (ie connected to the subnet) that can reach a particular destination would therefore reduce the number of ACL you have to manage. However if you are bandwidth constrained this approach is obviously wasteful has network capacity has needless been consumed only for the packets to be dropped at the last hop.
Cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 08:55 AM
