ACL Help

in CCNA & CCENT
Hi all
I took my ICND1 class two weeks ago and passed on my first attempt!
I was not very confident going in, but once I got started, I was surprised how easy it seemed.
I went in expecting a low score, as I was taking it, I expected a high score. I ended up somewhere in the middle with a 874 lol
Anyway, I am reading through the ICND2 info and am confused on where and why to apply ACLs.
I get the concept of them. I understand the syntax of building the list. I understand that the In and Out are from the routers perspective. And I get that Extended should be put near the source and Basic should be put near the destination.
Where I get lost is why they are in or out.
Does anyone have any tips of know of a good place to read up on them?
For the ICND1, I studied:
Cisco Networking Academy texts
CBTNuggets videos
and Lammle
I've tried all of them for the In and Out, but seem to get more confused.
Thanks!
I took my ICND1 class two weeks ago and passed on my first attempt!
I was not very confident going in, but once I got started, I was surprised how easy it seemed.
I went in expecting a low score, as I was taking it, I expected a high score. I ended up somewhere in the middle with a 874 lol
Anyway, I am reading through the ICND2 info and am confused on where and why to apply ACLs.
I get the concept of them. I understand the syntax of building the list. I understand that the In and Out are from the routers perspective. And I get that Extended should be put near the source and Basic should be put near the destination.
Where I get lost is why they are in or out.
Does anyone have any tips of know of a good place to read up on them?
For the ICND1, I studied:
Cisco Networking Academy texts
CBTNuggets videos
and Lammle
I've tried all of them for the In and Out, but seem to get more confused.
Thanks!
Comments
For instance if you wanted to control traffic going between VLANs you might filter some traffic out as it exits that VLAN (In the interface). Or you could control what traffic goes out of an interface into the VLAN.
Check this post, i explained there what you are asking.
http://www.techexams.net/forums/ccna-ccent/29082-access-lists-out-dilemma.html
Hope this help.
(You can substitute a gun for the knife if you live out in the country.)
This is one of those topics for me that I think I understand, then I get a simulation type question and I stare at it like I've never seen anything like it. lol
I'll keep working on it. If I find an example that I am stuck on tonight, I will post it to see if someone can hit me over the head with it.
Thanks, mikedisd2. I was worried about time, so I was rushing through things. I got to the next to last question and looked a the time and I had 45 minutes left. I must have got the easiest group of questions or something lol
billscott92787 - I signed up to take the test next Tuesday. It's a quick turn around, but I'm trying to get it done to help me post for a job. The posting ends next Friday. It's not in the IT field directly (and I'm currently not in the IT field), but the CCNA knowledge is definitely a plus for the position.
(The posting wasn't the original reason I started reading the CCNA stuff, but the rush on the tests has a lot to do with it now lol)
now implicit deny...
been trying to get this through my head the last few days. (example)
acc-list 10 deny 172.16.1.1
permit any
implicit deny
does this mean when packet containing source 172.16.1.1 enters router it scans access list and will drop the packet due to the ACL matching.
I get that bit so far.
so what if i am packet 172.16.1.2. This is how i see it. Do i skip the first line and the next sequence line is permit any so i am allowed through on my merry way ?
basically my question is this. If i didnt put the permit any would ANY packet get dropped that isnt 172.16.1.1 because it scans the access list and nothing matches the first line but the next in line is the implicit deny which drops everything.
Is this why we need the permit or deny any command?
Thanks heaps!
CCNP ROUTE - passed 20/3/12
CCNP SWITCH - passed 25/10/12
CCNP TSHOOT - passed 11/12/12
So basicly, you're denying 172.16.1.1 ONLY.
If you remove permit any, then your ACL is worthless because you denying everything.
[ ] - Lab exam (60h)
Personal blog: http://www.tommyf.net/
Yes.
Yes.
I never dealt much with ACL's but to my knowledge there is an implicit deny at the end of every ACL you make. If you want it to allow anything, you must 'permit any'. It will block all other IP's by default, so you don't need to specify every single IP address in the IPv4 address range. If you are trying to do the other way around, and block one but not all the others, then that is what that 'permit any' is for.
I hope that made sense... my ACL was not my strong point. When in doubt, lab. That is what I just did.
CCNP ROUTE - passed 20/3/12
CCNP SWITCH - passed 25/10/12
CCNP TSHOOT - passed 11/12/12