ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > Inbound or Outbound Access-list

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Author Inbound or Outbound Access-list
bhatok
Junior Member




Registered: Jan 2002
Location:
Country: United States
State:
Certifications: A+, Net+, Inet+, CIW, CCNA, MCP(2k Pro, 2kServer)
Working on: CCDA, CCNP, CCIE, MCSE

Total Posts: 23
Question Inbound or Outbound Access-list

When applying an access-list to an interface how do you know if it should be inbound or outbound. I've read over this many times and i'm missing something. Can someone explain the difference? The book I'm reading says:

Inbound Access List - Packets are processed through the access-list before bein routed to the outbound interface.

Outbound Access List - Packets are routed to the outbound interface and then processed through the access-list.

Can anybody explain ????

Thanks
Brandon

Report this post to a moderator

Old Post 01-27-02 03:30 AM
bhatok is offline Click Here to See the Profile for bhatok Click here to Send bhatok a Private Message Add bhatok to your buddy list Find more posts by bhatok Reply w/Quote Edit/Delete Message IP: Logged
wbafrank
Moderator
M




Registered: Nov 2001
Location:
Country: Great Britain (UK)
State:
Certifications: MCP, MCSA, MCSE, MCSD, MCDBA, A+, CCNA, i-Net+, M CIW SD, CIW P, CIW Associate
Working on: CCNP (2/4)

Total Posts: 3787
Thumbs up Access Lists

This may help:

For some protocols, you can apply up to two access lists to an interface: one inbound access list and one outbound access list. With other protocols, you apply only one access list which checks both inbound and outbound packets.

If the access list is inbound, when the router receives a packet, the Cisco IOS software checks the access list's criteria statements for a match. If the packet is permitted, the software continues to process the packet. If the packet is denied, the software discards the packet.

If the access list is outbound, after receiving and routing a packet to the outbound interface, the software checks the access list's criteria statements for a match. If the packet is permitted, the software transmits the packet. If the packet is denied, the software discards the packet.

__________________
One Exam leads to another! Where will it ever end?

Report this post to a moderator

Old Post 01-27-02 04:23 AM
wbafrank is offline Click Here to See the Profile for wbafrank Click here to Send wbafrank a Private Message Add wbafrank to your buddy list Find more posts by wbafrank Reply w/Quote Edit/Delete Message IP: Logged
bhatok
Junior Member




Registered: Jan 2002
Location:
Country: United States
State:
Certifications: A+, Net+, Inet+, CIW, CCNA, MCP(2k Pro, 2kServer)
Working on: CCDA, CCNP, CCIE, MCSE

Total Posts: 23
access-list

Thanks, now it makes a little more sense to me.

Report this post to a moderator

Old Post 01-27-02 04:39 AM
bhatok is offline Click Here to See the Profile for bhatok Click here to Send bhatok a Private Message Add bhatok to your buddy list Find more posts by bhatok Reply w/Quote Edit/Delete Message IP: Logged
CyDiver
Member
M




Registered: Oct 2000
Location: Stockholm
Country: SWEDEN
State:
Certifications:
Working on: CCIE

Total Posts: 68
Laman terms

Let me see if I can put this so you understand.

Lets say you have a router with only two interfaces...inbound and outbound... then if you are applying an access list to deny traffic. It would make more sense to put it on the inbound interface as this saves router resources as the packet is dropped inmmediately and not routed. Inbound access-lists affect the router as a whole.

Now if the router has more than two interfaces the above might will not work unless you want to block traffic to all possible outbound interfaces. If you want to block traffic to only one subnet then this is where you accesslist will be applied on the particular interface as outbound. In this way if the traffic is destined for another of the routers subnets then the packet is routed there.

hope this help!!!

__________________
Cy...

Report this post to a moderator

Old Post 01-27-02 08:08 AM
CyDiver is offline Click Here to See the Profile for CyDiver Click here to Send CyDiver a Private Message Add CyDiver to your buddy list Find more posts by CyDiver Reply w/Quote Edit/Delete Message IP: Logged
Hippo
Practising member




Registered: Jan 2001
Location: Milton Keynes, England
Country: England
State:
Certifications: CCNA
Working on: Gave up with routing; gone switching instead.

Total Posts: 939

bhatok

I answered a very similar question some time ago. Here's my reply; hope it helps.

Hiya

Access-lists are defined on the router. Take a standard IP access-list for example;

RouterA(config)Access-list 10 permit 172.16.100.10

Standard ACLs are defined by source IP address. This example ACL will permit traffic from host 172.16.100.10 INTO the router. When it is applied to an interface as follows:

RouterA(config)int e0
RouterA(config-if)ip access-group 10 in, or
RouterA(config-if)ip access-group 10 out

the keyword 'in' means PERMIT traffic FROM this SOURCE HOST, INTO int e0 (from the router), and
the keyword 'out' means PERMIT traffic FROM this SOURCE HOST, TO GO OUT OF int e0 (into the router.

Todd Lammle covers this subject well in chapter 9 of his study guide.

Cheers
Hippo

__________________
No longer a Karaoke virgin

Report this post to a moderator

Old Post 01-27-02 10:01 AM
Hippo is offline Click Here to See the Profile for Hippo Click here to Send Hippo a Private Message Add Hippo to your buddy list Find more posts by Hippo Reply w/Quote Edit/Delete Message IP: Logged
bhatok
Junior Member




Registered: Jan 2002
Location:
Country: United States
State:
Certifications: A+, Net+, Inet+, CIW, CCNA, MCP(2k Pro, 2kServer)
Working on: CCDA, CCNP, CCIE, MCSE

Total Posts: 23
Thumbs up

You guys definitely got that one clear for me. Much appreciated!!!

I get better results on here than I do from school !!

Thanks a lot

Report this post to a moderator

Old Post 01-28-02 01:46 AM
bhatok is offline Click Here to See the Profile for bhatok Click here to Send bhatok a Private Message Add bhatok to your buddy list Find more posts by bhatok Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps