cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
412
Views
0
Helpful
4
Replies

Router ACL Security Question???

Charlie Mayes
Level 1
Level 1

                     Hello All,

I have a  2851 ISR Router and this router needs to act as a firewall. I do not have a firewall between my inside network and out internet. Can anyone tell me how to go about denying traffic from the outside to my inside network using a simple ACL while allowing all other traffic defined in my other ACL'S?

1 Accepted Solution

Accepted Solutions

If you want to just permit a few things and deny everything else, you should avoid the permit ip any any.

The implicit deny will take care of everything not specified in the ACL as permit.

You need to careful because only traffic specified in the ACL will be able to pass through the router.

The IOS Firewall feature is nice because the router will allow traffic to pass through and allow the replies back even though they are not explicitly permitted in the ACL. So, the router keeps a stateful table for the connections (turn it into a sort of Firewall).

Federico.

View solution in original post

4 Replies 4

Hi,

You can create an ACL where you first define all the traffic that is permitted. Then everything that is not specified in the ACL is going to be denied by default.

Depending on the IOS, you can configure ZBF which essentially turns the router in an IOS Firewall device.

Federico.

So are you saying I need to avoid using the permit ip any any statement? This way the implicit deny will block everything else.

If you want to just permit a few things and deny everything else, you should avoid the permit ip any any.

The implicit deny will take care of everything not specified in the ACL as permit.

You need to careful because only traffic specified in the ACL will be able to pass through the router.

The IOS Firewall feature is nice because the router will allow traffic to pass through and allow the replies back even though they are not explicitly permitted in the ACL. So, the router keeps a stateful table for the connections (turn it into a sort of Firewall).

Federico.

           Thanks.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card