cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
322
Views
5
Helpful
1
Replies

does this allow or deny ?PIX-6.3(1)

CCDECCDE9
Level 1
Level 1

Hi

I have these two lines int he config .Does this mean ip allowed or denied ?

access-list Outside permit ip any any

access-list Outside deny ip any any

1 Reply 1

bmcginn
Level 3
Level 3

Hi there,

The ACL is read from the top of the config to the bottom of the config.

So, assuming that you have posted the lines in the order they are in within the config, andto answer your question: it would permit all IP traffic.

It would permit all IP traffic because the pix would search through the ACL and reach the permit line before it reaches the deny line. When it reaches a matching ACL statement, it stops looking.

So if the two lines were reversed, ie

access-list Outside deny ip any any

access-list Outside permit ip any any

The pix would match on the deny statement and consequently all IP traffic would be dropped.

I hope that helps you out a bit :) If it does, can you please rate the answer?

Brad

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