Compare cert salaries and plan your next career move
Greenmet29 wrote: » My second question is this.. I am under the impression that with a standard ACL you want to apply it to the interface closest to the destination, thereby denying access to the least amount of resources. As i'm reading odems ICND2 book (second edition), on page 242, there is a diagram and it says something to the effect of 'if you apply the acl on the outgoing interface of the router closest to the sending host, a link could go down, the network can converge, and your host could have access to the forbidden resource. Wouldn't it be better just to put it on the router closest to the destination resource?
int e0 ip access-group 150 in access-list 150 deny tcp host 172.16.2.10 host 172.16.1.100 eq 80 access-list 150 permit ip any any
int e0 ip access-group 150 in access-list 150 deny tcp host 172.16.3.10 172.16.1.0 0.0.0.255 eq 21 access-list 150 permit ip any any
apr911 wrote: » Personally, I disagree with using outbound ACLs on the interface closest to the destination. As has already been noted, if you have 2 provider networks coming in, there is the possibility that you can route out a different interface and get to the restricted host. Additionally, all traffic will traverse your device before being stopped by an access-list which can tie up cpu cycles because the routing decision has been made and the packet recreated before being caught by the ACL.
apr911 wrote: » I prefer inbound ACLs on the interface closest to the source. It stops the traffic from traversing the host which means no overhead choosing routes and reforming the packets before being caught.
Greenmet29 wrote: » Ok.. so on page 250 in example 1, my first thought (before I looked at the config used) was to put an ACL on R2 that looked something like this:int e0 ip access-group 150 in access-list 150 deny tcp host 172.16.2.10 host 172.16.1.100 eq 80 access-list 150 permit ip any any and then have another ACL on R3, something to the effect of:int e0 ip access-group 150 in access-list 150 deny tcp host 172.16.3.10 172.16.1.0 0.0.0.255 eq 21 access-list 150 permit ip any any The reason I would do this is to minimize the amount of wasted bandwidth/processor cycles on the network. Would this be incorrect? I understand that he probably does it just so that it's only on one router, but cisco recommends that you place an extended acl as close to the source as possible, which would be what I suggest. Maybe i'm just too **** about things
Compare salaries for top cybersecurity certifications. Free download for TechExams community.