1.
By default, how is IP traffic filtered in a Cisco router?
Correct Answer
C. Permitted in and out of all interfaces
Explanation
IP traffic is permitted in and out of all interfaces by default in a Cisco router. This means that the router allows all IP traffic to pass through its interfaces without any filtering or restrictions.
2.
Which three parameters can ACLs use to filter traffic? (Choose three.)
Correct Answer(s)
B. Protocol suite
C. Source address
D. Destination address
Explanation
ACLs, or Access Control Lists, are used to filter network traffic based on certain parameters. The three parameters that ACLs can use to filter traffic are the protocol suite, source address, and destination address. The protocol suite refers to the network protocols being used, such as TCP/IP or UDP. The source address is the IP address of the sender, while the destination address is the IP address of the receiver. By specifying these parameters in an ACL, network administrators can control which traffic is allowed or denied based on these criteria.
3.
How do Cisco standard ACLs filter traffic?
Correct Answer
C. By source IP address
Explanation
Cisco standard ACLs filter traffic by source IP address. This means that the ACLs examine the source IP address of incoming packets and decide whether to allow or deny them based on the defined rules. The source IP address is the address of the device sending the packet, and by filtering based on this address, Cisco ACLs can control which devices are allowed to communicate with the network.
4.
Which two statements are correct about extended ACLs? (Choose two)
Correct Answer(s)
C. Extended ACLs evaluate the source and destination addresses.
D. Port numbers can be used to add greater definition to an ACL.
Explanation
Extended ACLs evaluate the source and destination addresses, allowing for more granular control over network traffic. Port numbers can also be used in extended ACLs to add greater definition, allowing for more specific filtering based on the type of traffic.
5.
Where should a standard access control list be placed?
Correct Answer
B. Close to the destination
Explanation
A standard access control list should be placed close to the destination because it filters traffic based on the source IP address only. By placing it close to the destination, it allows for more efficient filtering and reduces unnecessary traffic from reaching the destination network. This helps in improving network performance and security.
6.
Which three statements describe ACL processing of packets? (Choose three.)
Correct Answer(s)
A. An implicit deny any rejects any packet that does not match any ACL statement.
B. A packet can either be rejected or forwarded as directed by the statement that is matched.
D. Each statement is checked only until a match is detected or until the end of the ACL statement list.
Explanation
The first statement, "An implicit deny any rejects any packet that does not match any ACL statement," states that if a packet does not match any ACL statement, it will be rejected. The second statement, "A packet can either be rejected or forwarded as directed by the statement that is matched," explains that a packet will either be rejected or forwarded based on the ACL statement it matches. The third statement, "Each statement is checked only until a match is detected or until the end of the ACL statement list," implies that once a match is found, the remaining statements will not be checked.
7.
Which two statements are true regarding the significance of the access control list wildcard mask 0.0.0.7? (Choose two.)
Correct Answer(s)
B. The last 3 bits of a given IP address will be ignored.
D. The first 29 bits of a given IP address will be checked.
Explanation
The access control list wildcard mask 0.0.0.7 is used to determine which bits of an IP address will be checked or ignored. In this case, the last 3 bits of a given IP address will be ignored, meaning that any value in those bits will be disregarded when matching against the ACL. On the other hand, the first 29 bits of a given IP address will be checked, meaning that the values in those bits must match the ACL for the access to be allowed.
8.
Which two statements are true regarding the following extended ACL? (Choose two.)access-list 101 deny tcp 172.16.3.0 0.0.0.255 any eq 20access-list 101 deny tcp 172.16.3.0 0.0.0.255 any eq 21 access-list 101 permit ip any any
Correct Answer(s)
A. FTP traffic originating from network 172.16.3.0/24 is denied.
E. Web traffic originating from 172.16.3.0 is permitted.
Explanation
The first statement is true because the ACL denies FTP traffic originating from the network 172.16.3.0/24 by specifying "deny tcp 172.16.3.0 0.0.0.255 any eq 20" and "deny tcp 172.16.3.0 0.0.0.255 any eq 21". The second statement is also true because the ACL ends with a "permit ip any any" statement, which allows all other traffic implicitly. Therefore, FTP traffic originating from the network 172.16.3.0/24 is denied, but web traffic originating from the IP address 172.16.3.0 is permitted.
9.
Interface s0/0/0 already has an IP ACL applied inbound. What happens when the network administrator attempts to apply a second inbound IP ACL?
Correct Answer
A. The second ACL is applied to the interface, replacing the first.
Explanation
When the network administrator attempts to apply a second inbound IP ACL to interface s0/0/0, the second ACL will be applied to the interface, replacing the first ACL that was already applied. This means that only the second ACL will be active and the first ACL will no longer have any effect on the interface.
10.
Refer to the exhibit. When creating an extended ACL to deny traffic from the 192.168.30.0 network destined for the Web server 209.165.201.30, where is the best location for applying the ACL?
Correct Answer
C. R3 Fa0/0 inbound
Explanation
The best location for applying the extended ACL to deny traffic from the 192.168.30.0 network destined for the Web server 209.165.201.30 is on R3 Fa0/0 inbound. This is because the traffic from the 192.168.30.0 network will first reach R3 before being forwarded to the Web server. By applying the ACL on R3 Fa0/0 inbound, the traffic can be filtered and denied before it reaches the Web server.
11.
Which two statements are true regarding named ACLs? (Choose two.)
Correct Answer(s)
B. Names can be used to help identify the function of the ACL.
D. Certain complex ACLs, such as reflexive ACLs, must be defined with named ACLs.
Explanation
Named ACLs allow comments and names can be used to help identify the function of the ACL. Certain complex ACLs, such as reflexive ACLs, must be defined with named ACLs.
12.
Which three items must be configured before a dynamic ACL can become active on a router? (Choose three.)
Correct Answer(s)
A. Extended ACL
D. Authentication
E. Telnet connectivity
Explanation
Before a dynamic ACL can become active on a router, three items must be configured:
1. Extended ACL: This is the type of ACL that will be used to define the specific rules and conditions for allowing or denying traffic.
2. Authentication: This is necessary to ensure that only authorized users are allowed to access the router and make changes to the ACL.
3. Telnet connectivity: This is required to establish a remote connection to the router, allowing for the configuration and activation of the dynamic ACL.
13.
Refer to the exhibit. How does this access list process a packet with the source address 10.1.1.1 and a destination of 192.168.10.13?
Correct Answer
B. It is dropped because it does not match any of the items in the ACL.
Explanation
The packet with the source address 10.1.1.1 and a destination of 192.168.10.13 is dropped because it does not match any of the items in the ACL. The access list does not have any specific rules or lines that permit traffic between these source and destination addresses. Therefore, the packet is denied by default.
14.
A network administrator needs to allow traffic through the firewall router for sessions that originate from within the company network, but the administrator must block traffic for sessions that originate outside the network of the company. What type of ACL is most appropriate?
Correct Answer
C. Reflexive
Explanation
A reflexive ACL is most appropriate in this scenario because it allows traffic for sessions that originate from within the company network, but blocks traffic for sessions that originate outside the network. Reflexive ACLs keep track of the state of the connection and allow return traffic for established sessions while denying new sessions from external sources. This helps to protect the network from unauthorized access while allowing legitimate internal traffic to pass through the firewall router.
15.
Refer to the exhibit. How will Router1 treat traffic matching the time-range requirement of EVERYOTHERDAY?
Correct Answer
D. Telnet traffic entering fa0/0 from 10.1.1.254/24 destined to the 172.16.1.0/24 network is permitted.
Explanation
Router1 will permit Telnet traffic entering fa0/0 from 10.1.1.254/24 destined to the 172.16.1.0/24 network. This is because the time-range requirement of EVERYOTHERDAY does not apply to TCP traffic entering fa0/0 from 172.16.1.254/24 destined to the 10.1.1.0/24 network, nor to TCP traffic entering fa0/0 from 10.1.1.254/24 destined to the 172.16.1.0/24 network. Therefore, the only traffic that meets the time-range requirement and is permitted is Telnet traffic entering fa0/0 from 10.1.1.254/24 destined to the 172.16.1.0/24 network.
16.
The following commands were entered on a router:Router(config)# access-list 2 deny 172.16.5.24Router(config)# access-list 2 permit anyThe ACL is correctly applied to an interface. What can be concluded about this set of commands?
Correct Answer
A. The wildcard mask 0.0.0.0 is assumed.
Explanation
The wildcard mask 0.0.0.0 is assumed means that the deny statement in the access list 2 will not match any IP addresses since the wildcard mask 0.0.0.0 means that all bits in the IP address must match exactly. Therefore, the deny statement will have no effect and all traffic will be permitted.
17.
Refer to the exhibit. The administrator wishes to block web traffic from
192.168.1.50 from reaching the default port of the web service on
192.168.3.30. To do this, the access control list name is applied
inbound on the router R1 LAN interface. After testing the list, the
administrator has noted that the web traffic remains successful. Why is
web traffic reaching the destination?
Correct Answer
D. The range of source addresses specified in line 10 does not include host 192.168.1.50.
Explanation
The web traffic is reaching the destination because the range of source addresses specified in line 10 of the access control list does not include host 192.168.1.50. This means that the access control list is not blocking the web traffic from that specific host.
18.
Refer to the exhibit. What will be the effect of the configuration that is shown?
Correct Answer
A. Users attempting to access hosts in the 192.168.30.0/24 network will be required to telnet to R3.
Explanation
The given configuration will require users attempting to access hosts in the 192.168.30.0/24 network to use telnet to connect to R3. This means that users will not be able to directly access the hosts in the network, but instead, they will have to go through R3. This can provide an additional layer of security and control over the network, as all traffic to the hosts will be routed through R3.
19.
Which statement about standard ACLs is true?
Correct Answer
B. They should be placed as close to the destination as possible.
Explanation
Standard ACLs should be placed as close to the destination as possible. This is because standard ACLs filter traffic based on the source IP address only, and placing them closer to the destination allows for more precise control over which traffic is allowed or denied. By placing the ACL closer to the destination, unnecessary traffic can be filtered out earlier in the network, reducing network congestion and improving overall network performance.
20.
Which benefit does an extended ACL offer over a standard ACL?
Correct Answer
D. In addition to the source address, an extended ACL can also filter on destination address, destination port, and source port.
Explanation
Extended ACLs offer the benefit of being able to filter packets based on not only the source address but also the destination address, destination port, and source port. This allows for more granular control and specificity in filtering network traffic. Standard ACLs, on the other hand, can only filter based on the source address.
21.
Which feature will require the use of a named ACL rather than a numbered ACL?
Correct Answer
D. The ability to edit the ACL and add additional statements in the middle of the list without removing and re-creating the list
Explanation
A named ACL allows for the ability to edit and add additional statements in the middle of the list without removing and re-creating the list. Numbered ACLs do not provide this flexibility and require the entire list to be recreated when changes are made. Therefore, the ability to edit and add statements in the middle of the list is the feature that requires the use of a named ACL rather than a numbered ACL.
22.
A technician is creating an ACL and needs a way to indicate only the subnet 172.16.16.0/21. Which combination of network address and wildcard mask will accomplish the desired task?
Correct Answer
C. 172.16.16.0 0.0.7.255
Explanation
The wildcard mask 0.0.7.255 allows for a range of IP addresses from 172.16.16.0 to 172.16.23.255, which falls within the subnet 172.16.16.0/21. This wildcard mask will match the first 21 bits of the IP address, indicating only the desired subnet.
23.
Which two statements accurately describe the characteristics of wildcard masks in an ACL? (Choose two.)
Correct Answer(s)
C. The word "host" corresponds to a wildcard mask of 0.0.0.0 in an ACL statement.
D. A wildcard mask of 0.0.255.255 can be used to create a match for an entire Class B network.
Explanation
The first statement, "The word 'host' corresponds to a wildcard mask of 0.0.0.0 in an ACL statement," is accurate because when the word "host" is used in an ACL statement, it means that the wildcard mask should match exactly with the host address, which is represented by 0.0.0.0.
The fourth statement, "A wildcard mask of 0.0.255.255 can be used to create a match for an entire Class B network," is also accurate. In a wildcard mask, a 0 bit indicates that the corresponding bit in the address must match, while a 1 bit indicates that the corresponding bit can be ignored. So, a wildcard mask of 0.0.255.255 means that the first two octets are fixed (0.0), and the last two octets can be anything (255.255), allowing for a match with any address in a Class B network.
24.
Refer to the exhibit. Which statement is true about ACL 110 if ACL 110 is applied in the inbound direction on S0/0/0 of R1?
Correct Answer
D. It will permit any TCP traffic that originated from network 172.22.10.0/24 to return inbound on the S0/0/0 interface.
Explanation
If ACL 110 is applied in the inbound direction on S0/0/0 of R1, it will permit any TCP traffic that originated from the network 172.22.10.0/24 to return inbound on the S0/0/0 interface. This means that any TCP traffic initiated from the 172.22.10.0/24 network will be allowed to enter the network through the S0/0/0 interface.
25.
Refer to the exhibit. ACL 120 is configured inbound on the serial0/0/0 interface on router R1, but the hosts on network 172.11.10.0/24 are able to telnet to network 10.10.0.0/16. On the basis of the provided configuration, what should be done to remedy the problem?
Correct Answer
A. Apply the ACL outbound on the serial0/0/0 interface on router R1.
Explanation
The correct answer is to apply the ACL outbound on the serial0/0/0 interface on router R1. This is because the ACL is currently configured inbound on the serial0/0/0 interface, which means it is only applied to incoming traffic. In order to prevent the hosts on network 172.11.10.0/24 from being able to telnet to network 10.10.0.0/16, the ACL needs to be applied outbound on the serial0/0/0 interface so that it filters outgoing traffic as well.
26.
Refer to the exhibit. The network administrator applied an ACL outbound on S0/0/0 on router R1. Immediately after the administrator did so, the users on network 172.22.30.0/24 started complaining that they have intermittent access to the resources available on the server on the 10.10.0.0/16 network. On the basis of the configuration that is provided, what is the possible reason for the problem?
Correct Answer
B. The ACL permits the IP packets for users on network 172.22.30.0/24 only during a specific time range.
Explanation
The possible reason for the problem is that the ACL applied on S0/0/0 on router R1 permits the IP packets for users on network 172.22.30.0/24 only during a specific time range. This means that outside of the specified time range, the users on network 172.22.30.0/24 will be blocked from accessing the resources on the server on the 10.10.0.0/16 network, resulting in intermittent access.