You are a network administrator at Braindumps. The Braindumps network is illustrated in the
following exhibit. Study it carefully:
You want to prevent users on the Research Network and the Internet from accessing the Braindumps
Support server, but you want to allow all other Braindumps users access to the server. You create an access control list (ACL) called research block. The ACL contains the following statements:
deny 172.16.102.0 0.0.0.255 172.16.104.255 0.0.0.0
permit 172.16.0.0 0.0.255.255 172.16.104.252 0.0.0.0
Which of the following commands sequences will place this list to meet these requirements?
- Brain dump1 (config)# interface e0
Brain dump1 (config-if)# ip access-group research block in
- Brain dump1 (config)# interface s0
Brain dump1 (config-if)# ip access-group research block out
- Brain dump2 (config)# interface s0
Brain dump2 (config-if)# ip access-group research block out
- Brain dump2 (config)# interface s1
Brain dump2 (config-if)# ip access-group research block in
- Brain dump3 (config)# interface s1
Brain dump3 (config-if)# ip access-group research block in
- Brain dump3 (config)# interface e0
Brain dump3 (config-if)# ip access-group research block out
Answer :F
Explanation:To enable the ACL on an interface and define the direction of packets to which the ACL is applied, the ip access-group command is used.
When referring to a router, these terms have the following meanings.
- Out - Traffic that has already been through the router and is leaving the interface; the source
Would be where it's been (on the other side of the router) and the destination is where it's
Going.
- In - Traffic that is arriving on the interface and which will go through the router; the source would Be where it's been and the destination is where it's going (on the other side of the router).