Courseiva

CCNA 200-301 v2 (200-301) — Questions 901975

1389 questions total · 19pages · All types, answers revealed

Page 12

Page 13 of 19

Page 14
901
Multi-Selectmedium

Which two statements accurately describe DNS in normal network operation?

Select 2 answers
A.DNS helps resolve hostnames into IP-related information.
B.DNS makes networks easier for humans to use by allowing names instead of raw IP addresses.
C.DNS dynamically assigns host IP addresses like DHCP.
D.DNS replaces the need for default gateways.
E.DNS is the spanning-tree protocol used on VLAN trunks.
AnswersA, B

This is correct because name resolution is the main purpose of DNS.

Why this answer

DNS helps translate human-friendly names into IP-related information. In plain language, it allows users and applications to work with names instead of memorizing numeric addresses. It also means that a network can change the underlying IP address of a service while keeping the public-facing name the same. DNS is therefore both a usability service and an important abstraction layer.

The wrong answers often confuse DNS with DHCP or routing protocols. The two correct answers are the ones that preserve its role in name resolution and human-friendly network use.

Exam trap

A frequent exam trap is mistaking DNS for DHCP or routing protocols. Some candidates incorrectly believe DNS dynamically assigns IP addresses like DHCP or that it replaces the need for default gateways. This confusion arises because both DNS and DHCP are IP services but serve fundamentally different roles.

DNS strictly resolves hostnames to IP addresses and does not handle IP address allocation or routing decisions. Misinterpreting DNS’s function can lead to selecting incorrect answers that describe DHCP’s role or routing concepts, which do not apply to DNS.

Why the other options are wrong

C

Option C is incorrect because DNS does not assign IP addresses; this is the role of DHCP. Confusing these two services is a common error, but they serve distinct purposes in IP networking.

D

Option D is wrong because DNS does not replace default gateways. Default gateways are necessary for routing traffic between different networks, a function unrelated to DNS name resolution.

E

Option E is incorrect as DNS is unrelated to the Spanning Tree Protocol (STP), which manages Layer 2 loop prevention on VLAN trunks. DNS operates at higher layers for name resolution.

When would these options actually be correct?

C

If the exam question were to ask about network services that provide IP address assignments to devices on a network, then this option would be correct. For example, a question could state, 'Which protocol is responsible for dynamically assigning IP addresses to clients in a network?'

D

If the exam question were to ask about the roles of various network protocols in a routing context, a statement might be framed to imply that DNS can serve as a default gateway in a specific network architecture, perhaps in a hypothetical scenario where DNS is integrated with routing functionalities.

E

If the exam question asked about network protocols and their functions in managing VLANs, specifically in the context of preventing broadcast storms or ensuring loop-free topologies, then option E could be correct. For example, a question could ask which protocol is responsible for maintaining a loop-free network in a VLAN environment.

Why candidates pick the wrong answer

C

Candidates may confuse DNS with DHCP due to their complementary roles in network management, leading them to mistakenly believe that DNS also handles IP address assignments.

D

Candidates may confuse DNS with other network services that manage traffic flow, leading them to mistakenly believe that DNS could serve as a default gateway due to its role in facilitating network communication.

E

Candidates may find option E tempting because it includes technical terminology related to networking, and they might confuse the roles of different protocols, mistakenly associating DNS with VLAN management due to their familiarity with both concepts.

902
MCQmedium

What problem does DHCP snooping help prevent?

A.Unauthorized DHCP server responses from user-facing ports
B.Layer 3 route loops
C.Trunk encapsulation mismatch
D.Weak SSH ciphers
AnswerA

DHCP snooping is a security feature on switches that filters DHCP messages. It builds a binding table of trusted DHCP server ports and untrusted user-facing ports. It drops DHCP server responses (DHCPOFFER, DHCPACK, DHCPNAK) received on untrusted ports, preventing a rogue DHCP server from assigning malicious IP configurations. This mitigates man-in-the-middle and denial-of-service attacks.

Why this answer

DHCP snooping marks interfaces as trusted or untrusted and blocks rogue DHCP server messages arriving on untrusted ports.

Exam trap

A frequent exam trap is selecting options related to Layer 3 routing issues or encryption weaknesses, such as route loops or weak SSH ciphers, when asked about DHCP snooping. Candidates may mistakenly think DHCP snooping prevents routing problems or secures SSH sessions. However, DHCP snooping specifically targets unauthorized DHCP server messages at Layer 2 and does not affect routing protocols or encryption.

Misunderstanding this scope leads to incorrect answers. Remember, DHCP snooping’s primary function is to block rogue DHCP servers on untrusted ports, not to solve routing or encryption problems.

Why the other options are wrong

B

Incorrect. Layer 3 route loops are routing protocol issues and are not addressed by DHCP snooping, which operates at Layer 2 for DHCP message validation.

C

Incorrect. Trunk encapsulation mismatches relate to VLAN tagging and trunk negotiation, which DHCP snooping does not influence or prevent.

D

Incorrect. Weak SSH ciphers pertain to encryption security and have no connection to DHCP snooping, which focuses solely on DHCP message filtering.

When would these options actually be correct?

B

In a question focused on Layer 3 network stability, such as 'What mechanisms can prevent routing loops in a Layer 3 network?' option B would be correct, as it directly addresses the issue of routing loops that can occur in IP networks.

C

In a question asking about issues related to VLAN trunking and encapsulation, such as 'What can cause VLAN traffic to be improperly forwarded between switches?', option C would be correct as it directly addresses the problem of mismatched trunk encapsulation.

D

If the question were about securing SSH connections, specifically asking what measures can be taken to prevent weak encryption algorithms from being used, then 'Weak SSH ciphers' could be a correct answer. This would involve scenarios discussing SSH configuration and security best practices.

Why candidates pick the wrong answer

B

Candidates may confuse DHCP snooping with broader network stability concepts, leading them to mistakenly associate it with preventing routing issues, especially if they have encountered similar terms in their studies.

C

Candidates may confuse DHCP snooping with general network security measures and assume it could also prevent other types of network misconfigurations, such as trunk mismatches, due to a lack of understanding of specific DHCP functions.

D

Candidates may choose this option due to a general understanding of network security and the importance of strong encryption, leading them to mistakenly associate it with DHCP security measures.

903
PBQhard

You are connected to the console of R1. The network administrator reports that hosts in VLAN 10 cannot reach the server at 192.168.1.100. R1 is the default gateway for VLAN 10 via subinterface G0/0.10. The link between R1 and the switch SW1 appears to be up, but pings fail. Your task is to identify and resolve the issue.

Network Topology
G0/0.10192.168.10.1/24G0/1trunkG0/1R1SW1access port VLAN10PC1

Hints

  • Check the interface status and error counters on the link.
  • Auto-negotiation might have failed; try manually setting speed and duplex.
  • The trunk link must be operational for inter-VLAN routing.
A.Check the interface status on R1's G0/0.10 subinterface; it may be administratively down.
B.Verify that the VLAN 10 SVI on SW1 has an IP address in the correct subnet.
C.Check the duplex and speed settings on the physical interface G0/0 of R1 and the corresponding switchport on SW1; they may be mismatched.
D.Ensure that the native VLAN on the trunk between R1 and SW1 is VLAN 1.
AnswerC
solution
! R1
interface GigabitEthernet0/0
duplex full
speed 100
no shutdown

! SW1
interface GigabitEthernet0/1
duplex full
speed 100
no shutdown

Why this answer

The link between R1 and SW1 had mismatched duplex/speed settings because auto-negotiation failed, causing excessive CRC errors and packet loss. Manually setting both sides to 100/full resolves the issue.

Exam trap

Do not assume that a link showing 'up/up' means error-free communication. Always check for CRC errors and duplex mismatches when pings fail despite the interface being up. Subinterfaces depend on the physical interface; troubleshoot the physical layer first.

Why the other options are wrong

A

The specific factual error is that subinterfaces do not have an independent line protocol state; they depend on the physical interface. The problem is likely a physical layer issue like duplex mismatch.

B

The specific factual error is that the SVI is not involved in this scenario; the router's subinterface handles routing for VLAN 10. The link between R1 and SW1 is the bottleneck.

D

The specific factual error is that native VLAN mismatch causes different symptoms (e.g., CDP/STP issues) and does not cause line protocol down or CRC errors.

Why candidates pick the wrong answer

A

Candidates often think of subinterfaces as independent and may check them first, but the physical interface must be operational for subinterfaces to work.

B

Candidates may confuse the roles of SVIs and router subinterfaces, especially in a router-on-a-stick setup.

D

Candidates often think of trunking issues when a router-on-a-stick setup is involved, but the symptoms here point to a physical layer problem.

904
MCQhard

Users on the inside network can browse the web, but the company now needs an internal web server at 192.168.10.50 to be reachable consistently from outside using one public IP address. Which design is most appropriate?

A.Use static NAT for the server and continue using PAT for user outbound access.
B.Use PAT only for everything, including the published server.
C.Disable NAT because private IPv4 addresses are Internet-routable.
D.Use DHCP relay for the server to make it reachable from outside.
AnswerA

This is correct because static NAT provides a stable public mapping for the server, while PAT still supports many outbound users.

Why this answer

The best design is static NAT for the server while continuing to use PAT for general user outbound traffic. In plain language, user browsing and server publishing are two different requirements. PAT is great for letting many inside users share one public address for outbound access. But a server that outside clients must find reliably needs a fixed one-to-one public identity. That is exactly what static NAT provides.

This is an important design distinction. PAT solves address conservation for many clients. Static NAT solves predictability for inbound access to a specific internal system. The strongest answer is the one that uses each NAT method for the job it fits best.

Exam trap

A common exam trap is selecting PAT for both outbound and inbound traffic, mistakenly believing PAT can provide a stable public IP for a server. PAT dynamically assigns ports for outbound sessions but does not guarantee a fixed public IP and port combination for inbound connections. This leads to unpredictable external access to the internal server, which fails the requirement for consistent reachability.

Another trap is disabling NAT entirely, which ignores that private IPv4 addresses are not routable on the public Internet, making the server unreachable externally. Misunderstanding DHCP relay as a solution for public reachability is also a frequent error, as DHCP relay only forwards DHCP requests and does not affect NAT or routing.

Why the other options are wrong

B

Option B is incorrect because using PAT alone cannot guarantee a fixed public IP and port for the internal server. PAT dynamically assigns ports for outbound sessions, which prevents predictable inbound access to the server from outside.

C

Option C is incorrect because private IPv4 addresses are not routable on the public Internet. Disabling NAT would make the internal server unreachable externally, violating the requirement for consistent outside access.

D

Option D is incorrect because DHCP relay only forwards DHCP requests between clients and servers and does not affect NAT or the server's public reachability. It does not solve the problem of making the internal web server accessible from outside.

When would these options actually be correct?

B

In a scenario where all internal services, including web servers, are designed to be accessed externally without needing a consistent IP address for each service, and the organization is comfortable with dynamic port assignments, using PAT for everything could be appropriate.

C

In a scenario where a company is transitioning to IPv6 and has fully migrated its internal network to use public IPv6 addresses, disabling NAT could be correct. The question would specify that the internal web server uses a public IPv6 address, making it routable on the Internet without NAT.

D

If the question were about configuring a network where internal clients need to obtain IP addresses dynamically from a DHCP server located on a different subnet, and the focus was solely on ensuring internal clients can reach the DHCP server, then using DHCP relay would be appropriate.

Why candidates pick the wrong answer

B

Candidates may choose this option because they understand that PAT is commonly used for outbound connections and might mistakenly believe it can also handle inbound requests effectively without recognizing the limitations for server accessibility.

C

Candidates may choose this option due to a misunderstanding of NAT's role in network design, believing that eliminating NAT would simplify access to internal resources without recognizing the implications for private address routing.

D

Candidates might choose this option due to a misunderstanding of DHCP relay's function, confusing it with NAT solutions that manage external access, leading them to think it could help with server reachability.

905
MCQmedium

A show ip nat translations command displays this entry: Inside global 203.0.113.10:30001 Inside local 192.168.10.25:51514 Outside local 198.51.100.20:443 Outside global 198.51.100.20:443 Which statement is correct?

A.192.168.10.25 is the inside local address of the host
B.203.0.113.10 is the inside local address of the host
C.198.51.100.20 is the translated private address of the internal client
D.The entry proves static NAT is being used without port translation
AnswerA

The inside local address is the original private IP address of the host as it appears in the internal network before NAT is applied. In the translation entry, 192.168.10.25 is shown as the source address that the router will translate, identifying the actual internal host. Because it is a private address in the RFC 1918 range, it correctly matches the definition of an inside local address.

Why this answer

Inside local is the actual address assigned to the inside host before translation. The inside global address is the public representation used after NAT, and the port values show PAT is in use.

Exam trap

Be careful not to confuse inside local with inside global addresses, and understand the difference between local and global in NAT terminology.

Why the other options are wrong

B

This option is wrong because 203.0.113.10 is the inside global address, not the inside local address. The inside local address is 192.168.10.25, which is correctly identified in option A.

C

This option is incorrect because 198.51.100.20 is the outside local address, not a translated private address. The inside local address is specifically 192.168.10.25, as indicated in the NAT translation entry.

D

This option is incorrect because the entry shows that 203.0.113.10 is the inside global address, not the inside local address. The inside local address is 192.168.10.25, which is correctly identified in option A.

When would these options actually be correct?

B

In a different question where the context specifies that the NAT configuration is being examined for a device that has been misconfigured, leading to confusion between inside local and inside global addresses, option B could be correct if it explicitly states that 203.0.113.10 is being referred to as the inside local address due to a specific scenario or misinterpretation.

C

In a different question setup where the NAT configuration is explicitly described as using static NAT with a mapping that translates a private address to a public address, and the question asks for the translated address of an internal client, then 198.51.100.20 could be correctly identified as the translated private address.

D

In a different question, if the NAT configuration specifically stated that 203.0.113.10 was assigned as the inside local address due to a misconfiguration or a specific static NAT mapping, then option D would be correct. For example, a question might present a scenario where a static NAT mapping is explicitly defined to use the same address for both inside local and global.

Why candidates pick the wrong answer

B

Candidates may choose this option due to a misunderstanding of NAT terminology, confusing inside local and inside global addresses, especially if they have encountered similar address formats in different contexts.

C

Candidates may confuse the terms 'translated private address' and 'outside local address,' leading them to mistakenly identify 198.51.100.20 as a private address due to its common usage in NAT scenarios.

D

Candidates may be tempted by this option because they might confuse static NAT with dynamic NAT, leading them to incorrectly assume that the presence of an outside global address means static NAT is in use, especially if they overlook the port translation aspect.

906
MCQhard

A network engineer is troubleshooting connectivity between two hosts in different VLANs on the same switch. Host A in VLAN 10 (10.10.10.5/24) cannot ping Host B in VLAN 20 (10.10.20.5/24). The switch is configured as a router-on-a-stick with a trunk port to an external router. The trunk port is up/up, but inter-VLAN routing fails. What is the most likely cause?

A.The trunk port is not in trunking mode; it is in dynamic desirable mode.
B.The native VLAN on the switch trunk is VLAN 1, but the router subinterface for VLAN 1 is not configured with the 'native' keyword or is missing.
C.The VLANs are not allowed on the trunk; the allowed VLAN list is missing VLAN 10 and 20.
D.The switch ports Gi0/4 and Gi0/5 are in access mode but not assigned to the correct VLANs.
AnswerC

When an allowed VLAN list on a trunk is configured and does not include VLAN 10 and VLAN 20, all tagged frames from those VLANs are dropped, causing inter-VLAN routing failure even though the trunk is up/up.

Why this answer

The most likely cause is that the allowed VLAN list on the trunk is missing VLAN 10 and 20. Even though the trunk port is up/up, if the switch's allowed VLAN list has been restricted (for example, using the switchport trunk allowed vlan command) and does not include those VLANs, all frames tagged with VLAN 10 or 20 will be discarded at the trunk. This directly prevents inter-VLAN routing despite the trunk being operational, whereas a native VLAN mismatch only affects untagged traffic and would not impact the tagged frames between the two hosts.

Exam trap

A common trap is assuming an up/up trunk automatically passes traffic for all VLANs, overlooking that the allowed VLAN list can be manually pruned and must include every VLAN that needs to traverse the trunk.

Why the other options are wrong

A

Dynamic desirable mode can still form a trunk if the other side is willing; the trunk is already up/up, so the port mode is not the issue.

B

A native VLAN mismatch or missing native subinterface only affects untagged frames; the hosts in VLAN 10 and VLAN 20 send tagged traffic, so this would not break their routing.

D

The hosts' access port configurations would prevent intra-VLAN communication if misassigned, but the question describes an inter-VLAN routing failure through the trunk, not a problem with the access ports themselves.

When would these options actually be correct?

B

This is the root cause because the native VLAN mismatch disrupts the control plane or routing traffic.

907
MCQhard

Which summary route best represents these four networks? 10.20.0.0/24 10.20.1.0/24 10.20.2.0/24 10.20.3.0/24

A.10.20.0.0/22
B.10.20.0.0/23
C.10.20.0.0/24
D.10.20.0.0/21
AnswerA

10.20.0.0/22 is the correct summary because it aggregates exactly the four /24 networks 10.20.0.0, 10.20.1.0, 10.20.2.0, and 10.20.3.0 into a single contiguous block. The /22 prefix length means the first 22 bits are fixed, covering address space from 10.20.0.0 to 10.20.3.255, which is a power-of-two boundary and the smallest supernet that contains all four without any wasted addresses.

Why this answer

Four contiguous /24 networks starting at 10.20.0.0 summarize cleanly into 10.20.0.0/22. That block covers 10.20.0.0 through 10.20.3.255.

Exam trap

Be careful to calculate the correct subnet mask that covers all given networks without including unnecessary additional ranges.

Why the other options are wrong

B

Option B, 10.20.0.0/23, is incorrect because it only encompasses two of the four specified networks (10.20.0.0/24 and 10.20.1.0/24), failing to include the other two networks (10.20.2.0/24 and 10.20.3.0/24).

C

Option C is incorrect because it only summarizes a single network (10.20.0.0/24) and does not encompass the other three networks (10.20.1.0/24, 10.20.2.0/24, 10.20.3.0/24) that need to be included in the summary route.

D

Option D (10.20.0.0/21) is incorrect because it encompasses a larger range of addresses than required, including networks that are not part of the specified four networks, which are only within the /24 range of 10.20.0.0 to 10.20.3.0.

When would these options actually be correct?

B

If the question asked for a summary route that only included the first two networks (10.20.0.0/24 and 10.20.1.0/24), then 10.20.0.0/23 would be the correct answer, as it would effectively summarize those two networks.

C

In a different question where only the network 10.20.0.0/24 is being considered for summarization, such as when asked to identify the route for a single subnet, option C would be the correct answer.

D

In a different scenario where the question asks for a summary route that includes not only the four specified networks but also additional networks such as 10.20.4.0/24 and 10.20.5.0/24, then 10.20.0.0/21 would be the correct answer as it would cover all those networks.

Why candidates pick the wrong answer

B

Candidates might choose this option because they recognize that 10.20.0.0/23 covers multiple subnets, leading them to mistakenly believe it could summarize a larger range than it actually does.

C

Candidates may choose this option because it represents a valid subnet and they might misinterpret the question as asking for the most specific route rather than a summary of multiple networks.

D

Candidates may find this option tempting because it appears to provide a broader summary, which can seem advantageous in scenarios where summarization is desired, leading to a misunderstanding of the specific address range required.

908
MCQhard

A user on a wireless guest network can associate successfully, obtains an IP address, but cannot reach the Internet. Which troubleshooting area should be examined first if the WLAN itself is working?

A.The post-association forwarding or policy path, such as guest routing or Internet access policy
B.The SSID broadcast name, because it must be wrong
C.The AP radio antenna type only
D.OSPFv3 area configuration on the laptop
AnswerA

Since the client has already associated and obtained an IP address (implied by 'can associate successfully'), the failure point must be downstream of L2 association. The post-association path encompasses the WLAN-to-VLAN mapping, firewall rules, NAT, ACLs, or default gateway routing that determines guest Internet access. If any of these policy constructs is misconfigured or missing, the client will sit with a valid IP but no usable connectivity.

Why this answer

If association and addressing are already successful, the first area to examine is the forwarding or policy path beyond simple WLAN join behavior. In practical terms, the client has passed the discovery, authentication, and addressing stages. The problem is now more likely to involve routing, gateway reachability, NAT, firewall policy, or guest-access restrictions rather than the SSID itself.

This question is about understanding which stage of the workflow has already succeeded.

Exam trap

Avoid assuming issues with association or IP assignment when these steps have already succeeded.

Why the other options are wrong

B

The SSID broadcast name is not relevant in this scenario because the user has already associated successfully and obtained an IP address, indicating that the SSID is correct and functioning.

C

The AP radio antenna type does not directly impact a user's ability to obtain an IP address or reach the Internet after successful association. This option is irrelevant since the user is already connected to the network.

D

OSPFv3 area configuration is related to routing protocols and is not directly relevant to a user's inability to access the Internet on a guest network after successfully associating. The issue is likely related to network policies or forwarding paths rather than routing configurations on the user's device.

When would these options actually be correct?

B

In a different scenario where a user cannot connect to the network at all, a question might ask about issues with SSID broadcasting. If the SSID is hidden or incorrectly configured, it would prevent users from associating, making this option correct.

C

In a scenario where a user is unable to associate with the wireless network at all, a question could ask about troubleshooting connectivity issues related to the AP's antenna type, such as determining if the antenna is malfunctioning or improperly configured, affecting the signal strength.

D

If the exam question involved a scenario where a user was unable to communicate with other devices on the same subnet due to OSPFv3 misconfigurations affecting routing tables, then examining OSPFv3 area configuration would be appropriate. This would imply a more complex network setup where routing protocols directly impact connectivity.

Why candidates pick the wrong answer

B

Candidates may mistakenly believe that if a user cannot access the Internet, the problem must be related to the network name, especially if they lack understanding of the association process and IP address assignment.

C

Candidates may choose this option due to a misunderstanding of the role of antenna types in wireless connectivity, mistakenly believing that antenna configuration could affect Internet access rather than just association.

D

Candidates may choose this option due to a misunderstanding of the relationship between routing protocols and connectivity issues, especially if they have encountered OSPF-related questions in other contexts and mistakenly apply that knowledge here.

909
MCQhard

A DHCP client on VLAN 30 is not receiving an IP address from a DHCP server (10.99.99.20) on another subnet. The SVI for VLAN 30 is configured with an IP address and is up, but the DHCP relay command is missing. Which command should be added to the SVI configuration?

A.ip directed-broadcast
B.ip helper-address 10.99.99.20
C.service dhcp-server 10.99.99.20
D.default-router 10.99.99.20
AnswerB

On the VLAN 30 SVI, the DHCP client's broadcast is not forwarded by default because routers do not forward link-local broadcasts. The command `ip helper-address 10.99.99.20` instructs the router to convert that DHCPDISCOVER broadcast into a unicast packet and send it to the DHCP server at 10.99.99.20, while also inserting the SVI's IP address as the giaddr field. This allows the server to know which subnet the client is on and assign an address from the correct pool. Without this command, the client's broadcast remains confined to VLAN 30 and the server never receives the request.

Why this answer

DHCP Discover messages are broadcasts and do not cross routers by default. On an SVI or routed interface facing the clients, an ip helper-address relays those broadcasts to the DHCP server on another subnet.

Exam trap

A frequent exam trap is selecting ip directed-broadcast or default-router as the solution for DHCP relay issues. ip directed-broadcast only enables forwarding of directed broadcasts but does not relay DHCP requests to servers on other subnets. default-router is a DHCP pool parameter that assigns a gateway to clients but does not affect how DHCP broadcasts are forwarded. Another trap is assuming service dhcp-server is an interface command for relay, which it is not. These distractors test your understanding of DHCP relay mechanisms and Cisco IOS command usage.

Why the other options are wrong

A

The ip directed-broadcast command enables forwarding of directed broadcasts but does not relay DHCP requests. It is unrelated to DHCP relay and will not solve the problem of clients not receiving addresses from a remote DHCP server.

C

service dhcp-server is not a valid Cisco IOS interface command for DHCP relay. It does not configure the router to forward DHCP broadcasts and thus will not resolve the issue.

D

default-router is a DHCP pool parameter used to assign the default gateway IP address to clients. It does not configure the interface to relay DHCP broadcasts and is not relevant to the relay configuration.

When would these options actually be correct?

A

In a different scenario where a network administrator needs to allow directed broadcasts for a specific application that requires it, such as a legacy system that relies on broadcast messages, this option would be appropriate.

C

In a different scenario where the question asks about configuring a DHCP server directly on a router, 'service dhcp-server 10.99.99.20' could be correct if the router is intended to provide DHCP services to clients on the same subnet.

D

In a different scenario where the question asks for the configuration of a VLAN interface to provide a default gateway for devices within that VLAN, specifying 'default-router 10.99.99.20' would be correct if 10.99.99.20 is indeed the gateway for that VLAN.

Why candidates pick the wrong answer

A

Candidates may choose this option due to a misunderstanding of how DHCP operates across subnets, mistakenly believing that enabling directed broadcasts would solve the issue of clients not receiving IP addresses.

C

Candidates might choose this option because it contains 'dhcp-server', which could mislead them into thinking it relates to DHCP functionality, especially if they are familiar with DHCP server configurations.

D

Candidates may be tempted by this option because they might confuse the need for a default gateway with the requirement for DHCP address assignment, leading them to think that specifying a default router could help with DHCP issues.

910
MCQmedium

A network engineer must summarize the following routes before advertising them upstream: 172.16.32.0/24 172.16.33.0/24 172.16.34.0/24 172.16.35.0/24 Which summary route should be used?

A.172.16.32.0/22
B.172.16.32.0/23
C.172.16.32.0/21
D.172.16.34.0/22
AnswerA

A /22 prefix has a block size of 4 in the third octet, so 172.16.32.0/22 spans 172.16.32.0 through 172.16.35.255, exactly covering the four /24 routes 172.16.32.0/24, 172.16.33.0/24, 172.16.34.0/24, and 172.16.35.0/24. The network address 172.16.32.0 is aligned to a multiple-of-four boundary (32 % 4 = 0), making it a valid summary. It is the smallest CIDR block that cleanly encapsulates all four contiguous subnets with no additional address space.

Why this answer

The correct summary is 172.16.32.0/22 because a /22 covers exactly four consecutive /24 networks when the starting boundary is aligned correctly. This is the part many people miss: summarization is not only about how many networks fit into a block, but also where that block starts. Here the four /24 networks begin neatly at 172.16.32.0 and continue through 172.16.35.255, which is the exact range a /22 covers.

A /23 would be too small, while a /21 would be unnecessarily broad and could advertise addresses you do not intend to include. The /22 beginning at 172.16.34.0 is not on a valid /22 boundary, so that option is misaligned.

Exam trap

Ensure the summary route starts on the correct boundary and covers exactly the intended range without including extra networks.

Why the other options are wrong

B

Option B, 172.16.32.0/23, is incorrect because it only summarizes two of the four provided routes (172.16.32.0/24 and 172.16.33.0/24), failing to include the other two routes (172.16.34.0/24 and 172.16.35.0/24).

C

Option C (172.16.32.0/21) includes a broader range of addresses than necessary, covering 172.16.32.0 to 172.16.39.255, which exceeds the specified routes and could lead to incorrect routing information being advertised.

D

Option D is incorrect because the summary route 172.16.34.0/22 would only cover the addresses from 172.16.34.0 to 172.16.35.255, missing the routes 172.16.32.0/24 and 172.16.33.0/24.

When would these options actually be correct?

B

In a different scenario where only the first two routes (172.16.32.0/24 and 172.16.33.0/24) need to be summarized for a specific upstream connection, option B would be the correct answer as it accurately summarizes those two networks.

C

In a scenario where a network engineer needs to summarize routes that include 172.16.32.0/24, 172.16.33.0/24, 172.16.34.0/24, 172.16.35.0/24, and additional routes such as 172.16.36.0/24 to 172.16.39.0/24, then 172.16.32.0/21 would be the correct summary route to encompass all those networks.

D

In a different scenario, if the question specified that only the routes 172.16.34.0/24 and 172.16.35.0/24 needed to be summarized, then 172.16.34.0/22 would be the correct answer as it would encompass both of those subnets.

Why candidates pick the wrong answer

B

Candidates may be tempted by option B because it appears to summarize a contiguous block of addresses, leading them to mistakenly believe it covers all required routes.

C

Candidates may choose this option due to a misunderstanding of subnetting, believing that a larger subnet mask would always be more efficient without considering the specific address ranges that need to be summarized.

D

Candidates may find option D tempting because it appears to summarize a contiguous block of addresses, leading them to believe it could be a valid summarization without considering all specified routes.

911
MCQhard

Users on the inside network can browse the Internet through PAT, but an internal web server must now be reachable from outside on a predictable public IP. Which change best fits the requirement?

A.Add static NAT for the server and continue using PAT for user browsing.
B.Replace PAT entirely with DHCP relay.
C.Disable NAT because the server already has a private address.
D.Move the server into the native VLAN.
AnswerA

Static NAT is required to give the internal server a one-to-one mapping to a public IPv4 address, making it reachable from the Internet while preserving its private address. PAT (overload) should remain enabled to translate many internal user sessions to the same public IP for outbound browsing. These two translation mechanisms can coexist in a single NAT configuration, with the router selecting static NAT for the server's destination and PAT for user traffic.

Why this answer

The best change is to add a static NAT mapping for the internal web server while keeping PAT in place for ordinary users. In practical terms, PAT is excellent for many internal clients sharing one public address for outbound traffic, but it does not give an internal server the stable one-to-one public identity that outside clients expect for predictable inbound access.

This is a standard NAT design distinction. User browsing and published server access are different requirements, and the best design often uses PAT for one and static NAT for the other.

Exam trap

A frequent exam trap is selecting DHCP relay or VLAN changes as solutions for making an internal server reachable from outside. DHCP relay only forwards DHCP requests across subnets and does not provide any public IP mapping or NAT functionality. Similarly, moving a server into the native VLAN does not affect its public IP address or NAT translation.

Another common mistake is disabling NAT entirely, which breaks Internet connectivity because private IP addresses cannot be routed on the public Internet. Understanding that static NAT is required for predictable inbound access while PAT supports outbound user browsing is critical to avoid these traps.

Why the other options are wrong

B

Incorrect because DHCP relay only forwards DHCP requests and does not provide any mechanism for publishing an internal server to the Internet or managing NAT translations.

C

Incorrect because disabling NAT leaves the internal server with a private IP address that is not routable on the Internet, making it unreachable from outside networks.

D

Incorrect because moving the server into the native VLAN affects only Layer 2 segmentation and does not provide a public IP address or NAT translation necessary for Internet access.

When would these options actually be correct?

B

In a scenario where a network is configured to use DHCP for assigning IP addresses to devices, and there is a need to allow external clients to access a specific server without using NAT, a question might ask how to configure the network to allow external access while maintaining DHCP functionality. In that case, replacing PAT with DHCP relay could be the correct answer.

C

In a scenario where a question asks about a network configuration where all internal devices need to communicate directly with each other without any address translation, disabling NAT could be the correct answer to simplify the network and avoid unnecessary complexity.

D

In a scenario where the question specifies that the server needs to be accessible by internal users only and that VLAN configurations are being reviewed for internal traffic optimization, moving the server into the native VLAN could enhance internal communication without requiring NAT.

Why candidates pick the wrong answer

B

Candidates may confuse the need for external access with the need for IP address management, leading them to believe that DHCP relay could somehow facilitate external connectivity, despite it being unrelated to NAT functions.

C

Candidates may be tempted by this option because they might believe that since the server has a private address, it can be accessed directly without NAT, overlooking the requirement for external accessibility.

D

Candidates may choose this option due to a misunderstanding of VLANs and their role in network segmentation, believing that simply changing VLANs can resolve accessibility issues without considering NAT requirements.

912
MCQeasy

Which term describes a string or credential passed to an API to prove the client is allowed to access a resource?

A.Metric
B.Token
C.Lease
D.Tuple
AnswerB

A token is a compact credential string, such as an OAuth 2.0 bearer token or a JWT, that the client presents to an API, typically in the Authorization header. It grants authenticated access and may carry scopes or expiry, making it the correct term for a credential passed to an API.

Why this answer

A token is commonly used for API authorization. It is often included in an HTTP header and lets the server verify the caller has permission.

Exam trap

A common exam trap is mistaking the term 'token' for other networking terms such as 'metric,' 'lease,' or 'tuple.' Candidates might confuse 'metric' as a general value related to network performance or 'lease' as a temporary credential, but these terms do not relate to API authorization. Another trap is assuming that any credential passed to an API is called a 'lease' or 'tuple,' which are unrelated concepts. Recognizing that a token specifically serves as an authorization credential passed to prove client access rights is critical to avoid this confusion.

Why the other options are wrong

A

Metric is a routing concept representing route cost and does not relate to API access or authorization credentials, so it is incorrect.

C

Lease refers to DHCP IP address assignment duration and is unrelated to API credentials or authorization, making it incorrect.

D

Tuple is a data structure term and does not describe any form of authorization credential for API access, so it is incorrect.

When would these options actually be correct?

A

In a question about monitoring or performance, such as 'Which term describes a value used to measure the performance of an API endpoint?', metric would be the correct answer.

C

In a question about DHCP operation, 'lease' would be correct when asking: 'What term describes the temporary assignment of an IP address to a client by a DHCP server?'

D

In a question about data structures or database queries, such as 'Which term describes an ordered list of elements in Python or a row in a relational database?', tuple would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse 'metric' with 'token' because both are strings used in API contexts, but metrics are for measurement, not authentication.

C

Candidates may confuse 'lease' with 'token' because both involve temporary access, but a lease is about resource allocation duration, not API authentication credentials.

D

Candidates may confuse 'tuple' with 'token' due to similar spelling or think it refers to a security credential like a 'token' in some contexts.

913
MCQmedium

On an 802.1Q trunk, which VLAN is sent untagged by default on many Cisco switches unless changed?

A.VLAN 10
B.VLAN 20
C.VLAN 1
D.The highest configured VLAN
AnswerC

By default, Cisco switches configure VLAN 1 as the native VLAN on an 802.1Q trunk. Frames in the native VLAN are transmitted without a VLAN tag, while all other VLANs carry a 802.1Q tag. This default behavior ensures that control-plane traffic like CDP, VTP, and DTP, which typically run on VLAN 1, can traverse the trunk without tagging.

Why this answer

On many Cisco platforms, VLAN 1 is the default native VLAN. Native VLAN traffic is sent untagged unless the native VLAN is changed.

Exam trap

Be cautious not to confuse commonly used VLANs in practice with the default native VLAN set by Cisco.

Why the other options are wrong

A

VLAN 10 is not the default untagged VLAN on Cisco switches; instead, VLAN 1 is typically used for this purpose unless configured otherwise. Therefore, selecting VLAN 10 would be incorrect in the context of the question.

B

VLAN 20 is not the default untagged VLAN on Cisco switches; instead, VLAN 1 is typically sent untagged on 802.1Q trunks unless configured otherwise. Therefore, selecting VLAN 20 does not align with the standard behavior of Cisco switch configurations.

D

This option is incorrect because the default untagged VLAN on many Cisco switches is VLAN 1, not the highest configured VLAN. The highest configured VLAN can vary based on the network setup and does not have a default status in this context.

When would these options actually be correct?

A

If the exam question specified a scenario where VLAN 10 was explicitly configured as the native VLAN on a specific switch or in a particular network design, then it would be the correct answer. For example, a question could state that a network administrator has changed the default native VLAN to VLAN 10.

B

If the exam question specified a scenario where VLAN 20 was explicitly configured as the native VLAN on a particular Cisco switch, then VLAN 20 would be the correct answer. For example, a question could ask which VLAN is untagged on a switch where the administrator has changed the default native VLAN to 20.

D

In a different question asking which VLAN is used as the native VLAN when a switch is configured to use the highest VLAN number as the native VLAN, option D would be correct. For instance, if a switch has VLANs 1 through 50 configured and the question specifies that the highest VLAN is set as the native VLAN, then VLAN 50 would be the answer.

Why candidates pick the wrong answer

A

Candidates might choose VLAN 10 due to familiarity with common VLAN configurations or because they recall that VLAN 10 is often used in various network setups, leading to confusion about default settings.

B

Candidates may choose VLAN 20 due to familiarity with VLAN configurations and assumptions that it could be a common choice for native VLANs, especially if they have encountered scenarios where VLAN 20 is used in practice.

D

Candidates might choose this option due to a misunderstanding of VLAN configurations, thinking that the highest VLAN is always the default untagged VLAN, especially if they have encountered scenarios where custom configurations are used.

914
Multi-Selectmedium

Which TWO statements correctly describe IPv4 and IPv6 host configuration?

Select 2 answers
A.APIPA assigns an IPv4 address in the 169.254.0.0/16 range when a DHCP server is unavailable.
B.IPv6 link-local addresses are always assigned using EUI-64 and start with FE80::/10.
C.EUI-64 is used to generate the network prefix of an IPv6 address from the interface's MAC address.
D.A host can have only one default gateway configured at a time for both IPv4 and IPv6.
E.The ipconfig command on Windows can display both IPv4 and IPv6 addresses, subnet masks, default gateways, and DNS servers.
AnswersA, E

APIPA is a fallback mechanism in IPv4 used by Windows hosts when a DHCP server cannot be reached after a timeout. It automatically configures an interface address from the 169.254.0.0/16 range with a /16 subnet mask, enabling local communication on that subnet only. Because APIPA addresses are not routable, no default gateway is assigned, so internet access is unavailable until DHCP succeeds.

Why this answer

APIPA (Automatic Private IP Addressing) automatically assigns an IPv4 address from the 169.254.0.0/16 range when a DHCP server is unavailable, enabling local subnet communication without manual configuration. Option E is correct because the ipconfig command on Windows displays both IPv4 and IPv6 addresses, subnet masks, default gateways, and DNS servers. Option B is incorrect because while IPv6 link-local addresses start with FE80::/10, they are not always assigned using EUI-64; they can also be randomly generated (privacy extensions) or manually configured.

Option C is incorrect because EUI-64 generates the interface identifier (host portion) of an IPv6 address from the MAC address, not the network prefix — the prefix is provided via SLAAC, DHCPv6, or manual configuration. Option D is incorrect because a host can have multiple default gateways configured for redundancy, though only one is active at a time per routing table; additionally, IPv4 and IPv6 default gateways are independent and can coexist.

Exam trap

Cisco often tests the misconception that EUI-64 generates the network prefix of an IPv6 address, when in fact it generates only the interface identifier (host portion), while the network prefix is assigned via SLAAC, DHCPv6, or manual configuration.

Why the other options are wrong

B

The statement incorrectly claims that link-local addresses are always assigned using EUI-64.

C

The statement confuses the role of EUI-64; it creates the interface ID, not the network prefix.

D

The statement is too restrictive; multiple default gateways can be configured, especially in multi-homed hosts.

915
PBQmedium

You are connected to R1 via the console. R1's GigabitEthernet0/0 (10.0.0.1/30) connects to the ISP. GigabitEthernet0/1 (192.168.1.1/24) connects to the internal LAN. The network has an NTP server at 192.168.1.200. R1 must be configured as an NTP client to synchronize its time with the server. Additionally, R1 should serve as an NTP server for internal devices on the LAN with a stratum of 5 to maintain proper hierarchy. The time zone is UTC. No NTP configuration exists. Configure NTP on R1 as specified.

Network Topology
G0/1192.168.1.1/24192.168.1.200G0/010.0.0.1/30NTP ServerLANR1WANISP

Hints

  • The ntp server command configures the router as a client.
  • The ntp master command enables the router to act as a server for other devices.
  • Time zone should be set before NTP synchronization.
A.R1(config)# ntp server 192.168.1.200 R1(config)# ntp master 5 R1(config)# clock timezone UTC 0
B.R1(config)# ntp server 192.168.1.200 R1(config)# ntp master R1(config)# clock timezone UTC 0
C.R1(config)# ntp server 192.168.1.200 R1(config)# ntp master 5 R1(config)# clock timezone EST 5
D.R1(config)# ntp server 10.0.0.2 R1(config)# ntp master 5 R1(config)# clock timezone UTC 0
AnswerA
solution
! R1
ntp server 192.168.1.200
ntp master
clock timezone UTC 0

Why this answer

Ly configures R1 as an NTP client pointing to the NTP server at 192.168.1.200, enables R1 to serve time to LAN devices using `ntp master 5` which sets the required stratum to 5, and sets the accurate UTC time zone. Option B fails because `ntp master` without a stratum number defaults to stratum 8, which does not satisfy the explicit stratum 5 requirement. Option C uses an incorrect time zone (EST) instead of the required UTC.

Option D points to an IP (10.0.0.2) that is not the NTP server—the correct server is at 192.168.1.200.

Exam trap

Watch for forgetting to specify the stratum number when the `ntp master` command is required; without it, the router defaults to stratum 8, which may not meet design requirements.

Why the other options are wrong

B

Uses `ntp master` without a stratum number, defaulting to stratum 8 instead of the required stratum 5.

C

Sets the wrong time zone (EST) instead of UTC.

D

Points to the ISP IP 10.0.0.2 instead of the actual NTP server at 192.168.1.200.

Why candidates pick the wrong answer

B

Candidates might think that ntp master without a stratum is sufficient, but the question expects a specific stratum to control the NTP hierarchy.

C

Candidates might confuse the local time zone or forget the requirement, especially if they are in a different time zone.

D

Candidates might mistakenly use the ISP-facing interface IP or another address instead of the NTP server's IP.

916
Multi-Selectmedium

Which TWO statements about IPv4 and IPv6 ACLs are true?

Select 2 answers
A.Standard IPv4 ACLs use numbers in the range 100-199.
B.Extended IPv4 ACLs should be placed as close to the source as possible to minimize unnecessary traffic on the network.
C.IPv6 ACLs are always named and can filter traffic based on source and destination IPv6 addresses, as well as protocol types.
D.Standard IPv4 ACLs filter only the source IP address and are best placed close to the source to be most effective.
E.Numbered ACLs allow individual access control entries (ACEs) to be deleted without removing the entire ACL.
AnswersB, C

Extended IPv4 ACLs can match on source and destination addresses, protocol, and TCP/UDP ports, so they can selectively deny specific traffic flows while permitting unrelated traffic. Placing such an ACL closest to the source of that traffic stops unwanted packets immediately at the ingress edge, preventing them from consuming bandwidth and router processing power on every intermediate link toward the destination. This granularity makes source-side placement safe and efficient, unlike standard ACLs.

Why this answer

Extended IPv4 ACLs filter on source and destination IP addresses, ports, and protocols, so placing them as close to the source as possible prevents unwanted traffic from traversing the network, reducing bandwidth waste and security risks. This is a best practice for extended ACLs, unlike standard ACLs which should be placed close to the destination.

Exam trap

Cisco often tests the placement rule reversal—candidates confuse standard ACL placement (close to destination) with extended ACL placement (close to source), or mix up the number ranges for standard vs. extended ACLs.

Why the other options are wrong

A

The number range 100–199 is used for extended ACLs, not standard ones.

D

The placement advice is reversed: standard ACLs belong near the destination, not the source.

E

This is a common misconception; the ability to delete individual ACEs is a feature of named ACLs, not numbered.

917
MCQhard

A company wants a server on the inside network to be reachable consistently from outside using one known public IP address. Which NAT approach best fits that goal?

A.Static NAT
B.PAT overload only
C.No NAT at all, because private IPv4 addresses are Internet-routable
D.DHCP relay
AnswerA

Static NAT establishes a permanent one-to-one mapping between an inside private IPv4 address and an inside global public IPv4 address. Because the binding is fixed, inbound packets arriving at the public address are always translated to the same internal host, making the server reliably reachable from the Internet. This determinism is exactly why a company would choose static NAT for a server that must be accessible without session-specific state.

Why this answer

Static NAT best fits that goal because it creates a fixed, predictable one-to-one mapping between the internal server and a public address. In plain language, outside systems always know which public IP represents that server. This predictability is exactly what is needed when a service must be reachable consistently from the outside.

PAT is better suited for many outbound clients sharing one address, not for presenting one inside server with a permanent public identity. Dynamic NAT from a pool can also vary depending on design. The correct answer is the one that provides the most stable and direct one-to-one mapping.

Exam trap

A frequent exam trap is selecting PAT overload as the solution for making an internal server reachable from outside. PAT is designed for multiple internal clients to share a single public IP for outbound connections, not for providing a fixed public IP to a server. Another common mistake is thinking private IP addresses can be accessed directly from the Internet without NAT, which is incorrect because private IPs are non-routable externally.

Misunderstanding DHCP relay as related to NAT or public reachability is also a trap; DHCP relay only forwards DHCP requests and does not affect NAT mappings or external accessibility.

Why the other options are wrong

B

PAT overload is incorrect because it is designed for many internal clients sharing a single public IP for outbound traffic, not for providing a fixed public IP to a server.

C

No NAT is incorrect since private IPv4 addresses are not routable on the Internet and require NAT to be accessible externally.

D

DHCP relay is unrelated to NAT or public reachability; it only forwards DHCP requests and does not affect how internal servers are accessed from outside.

When would these options actually be correct?

B

In a question where the requirement is to allow multiple internal servers to access the Internet using a single public IP address without needing consistent external access to any specific server, PAT overload would be the correct choice.

C

In a scenario where a question asks about a network setup that uses only public IP addresses throughout, and the focus is on internal routing without the need for NAT, then this option could be correct. For example, a question might specify a fully public IPv6 network where NAT is unnecessary.

D

If the question asked about enabling DHCP functionality for devices on a network that require IP address assignment from a remote DHCP server, then DHCP relay would be the correct answer, as it facilitates the communication necessary for DHCP in such scenarios.

Why candidates pick the wrong answer

B

Candidates may confuse PAT overload with static NAT, thinking that since it allows multiple connections, it could also provide consistent external access, leading them to select this option incorrectly.

C

Candidates may be tempted by this option due to a misunderstanding of private versus public IP address functionality, leading them to incorrectly assume that private addresses can be used directly for external access.

D

Candidates may confuse DHCP relay with NAT concepts, thinking that it could somehow assist in making internal servers accessible externally, due to a lack of clarity on the distinct roles of NAT and DHCP in network configurations.

918
MCQhard

R1 learns three OSPF routes to different destinations: O 10.10.10.0/24 O IA 10.20.20.0/24 O E2 10.30.30.0/24 Which statement is correct about these route types?

A.O IA is an external route redistributed from another routing protocol.
B.O E2 is an OSPF external type 2 route.
C.O means the route was learned through EIGRP.
D.All three routes were learned from the same OSPF area type.
AnswerB

In OSPF, the route code 'O' indicates a route learned via the OSPF protocol, and 'E2' specifically denotes an external type 2 route. This type is redistributed from another routing protocol into OSPF, and its metric is the external cost only, without adding the internal cost to the ASBR. The 'O E2' code is exactly the standard representation for such externally redistributed type 2 routes.

Why this answer

An O route is intra-area, O IA is interarea, and O E2 is an external type 2 route redistributed into OSPF. The codes describe route origin, not just preference. CCNA expects you to identify them quickly when reading the routing table.

Exam trap

A frequent exam trap is confusing the OSPF route codes, especially mistaking 'O IA' (inter-area) for an external route redistributed from another protocol. Candidates often incorrectly assume that 'O IA' means external, but it actually represents routes learned from a different OSPF area within the same autonomous system. Another common mistake is thinking the 'O' code indicates EIGRP routes, which it does not; EIGRP uses different codes such as 'D'.

This confusion can cause candidates to select incorrect answers about route origins or types. Carefully distinguishing between intra-area, inter-area, and external routes based on OSPF codes is essential to avoid this pitfall.

Why the other options are wrong

A

Option A incorrectly states that 'O IA' is an external route redistributed from another routing protocol. In reality, 'O IA' stands for inter-area routes within OSPF, not external routes. External routes use 'O E1' or 'O E2' codes.

C

Option C incorrectly claims that 'O' means the route was learned through EIGRP. The 'O' code is exclusive to OSPF intra-area routes. EIGRP routes use the code 'D' in Cisco routing tables.

D

Option D is incorrect because the three routes represent different OSPF route types: intra-area (O), inter-area (O IA), and external (O E2). They do not all come from the same OSPF area type.

When would these options actually be correct?

A

In a different scenario where the question specifies routes learned from a redistribution of another routing protocol into OSPF, such as EIGRP or BGP, option A would be correct if it referred to an external route. For example, 'Which OSPF route type indicates an external route redistributed from another protocol?'

C

In a different question, if the context specifies that the routing table is being analyzed for EIGRP routes, and the notation 'D' is used for EIGRP, then an option stating 'O' indicates EIGRP could be correct if misinterpreted. For example, if the question mistakenly labeled EIGRP routes with 'O', it could lead to this being the right answer.

D

In a different question setup where all routes were explicitly stated to be learned from the same OSPF area, such as 'All routes are from OSPF area 0,' this option would be correct as it would confirm that they share the same area type.

Why candidates pick the wrong answer

A

Candidates may confuse OSPF route types due to similarities in terminology, leading them to mistakenly associate 'IA' with external routes, especially if they have experience with multiple routing protocols.

C

Candidates may confuse the routing protocol identifiers due to similar acronyms and may mistakenly believe that 'O' could represent EIGRP in a context where multiple protocols are discussed, leading to misinterpretation.

D

Candidates might choose this option due to a misunderstanding of OSPF route types, mistakenly believing that all OSPF routes must originate from the same area, leading them to overlook the specific types presented.

919
MCQhard

A switch should disable an edge port immediately if a BPDU is received on it. Which feature is intended for that specific behavior?

A.BPDU Guard
B.Loop Guard
C.Root Guard
D.UDLD
AnswerA

BPDU Guard is correct because it is specifically designed to protect edge ports configured with PortFast. When a BPDU is received on such a port, BPDU Guard immediately places the port into the error-disabled state, preventing an unexpected switch from creating a Layer 2 loop. This action is immediate and automatic, requiring manual re-enabling or errdisable auto-recovery, which matches the behavior described in the question.

Why this answer

The feature is BPDU Guard. In plain language, the administrator is treating the port as an end-device-only edge interface and wants the switch to react aggressively if it ever sees spanning-tree control traffic there. BPDU Guard does exactly that: if a BPDU appears on a protected edge port, the switch places the interface into an err-disabled state to help prevent accidental loops or rogue switch connections.

This is different from root guard and loop guard, which solve other spanning-tree control problems. BPDU Guard is the specific answer when the requirement is “if you ever hear a BPDU here, shut the port down quickly.”

Exam trap

A common exam trap is confusing BPDU Guard with Root Guard or Loop Guard. Candidates may incorrectly select Root Guard because it also deals with BPDUs, but Root Guard only blocks ports from becoming root ports and does not disable the port immediately. Loop Guard protects against unidirectional link failures and does not shut down ports upon BPDU receipt.

Another mistake is thinking UDLD handles BPDU protection; however, UDLD only detects unidirectional physical link failures and is unrelated to STP BPDU processing. Understanding that BPDU Guard uniquely disables edge ports upon BPDU detection is critical to avoid this trap.

Why the other options are wrong

B

Loop Guard is incorrect because it protects against unidirectional link failures by preventing a port from transitioning to forwarding when BPDUs stop, but it does not disable a port upon BPDU receipt.

C

Root Guard is incorrect because it prevents a port from becoming a root port by blocking superior BPDUs but does not disable the port immediately when a BPDU is received on an edge port.

D

UDLD is incorrect because it detects unidirectional physical link failures and does not interact with BPDU processing or disable ports based on BPDU reception.

When would these options actually be correct?

B

If the question asked about a feature that prevents loops by blocking ports that receive unexpected BPDUs, then Loop Guard would be the correct answer. For example, a question could specify a scenario where a switch is configured to maintain a loop-free topology.

C

In a scenario where the question asks about preventing a port from becoming a root port in a network with multiple switches, and emphasizes maintaining the intended root bridge, Root Guard would be the correct answer. For example, a question might state that a network administrator wants to ensure that only designated switches can become the root bridge.

D

If the question asked about a feature that detects unidirectional links and prevents loops in a network, then UDLD would be the correct answer. For example, a scenario could involve a network design question where ensuring bidirectional communication is critical.

Why candidates pick the wrong answer

B

Candidates may choose Loop Guard because they understand it relates to BPDU handling and network stability, leading to confusion with the specific requirement of disabling an edge port immediately.

C

Candidates may confuse Root Guard with BPDU Guard due to both features dealing with BPDUs and spanning tree protocols, leading them to incorrectly associate Root Guard with immediate port disabling.

D

Candidates may confuse UDLD with features related to loop prevention and port protection, leading them to mistakenly believe it addresses BPDU reception issues.

920
MCQmedium

A network administrator is troubleshooting a connectivity issue between two hosts on different subnets. The administrator captures packets on the source host and notices that the frames contain the correct source and destination MAC addresses but the encapsulated packets have incorrect source and destination IP addresses. According to the OSI model, which layer is most likely responsible for this issue?

A.Physical Layer (Layer 1)
B.Data Link Layer (Layer 2)
C.Network Layer (Layer 3)
D.Transport Layer (Layer 4)
AnswerC

The Network Layer is responsible for logical addressing, routing, and forwarding packets based on IP addresses. When an IP address is incorrect, the host cannot participate in proper network communication, and routers cannot make accurate forwarding decisions. Because the problem directly involves IP addresses, the Network Layer is the most likely layer where the fault exists.

Why this answer

The Network Layer (Layer 3) is responsible for logical addressing (IP addresses) and routing packets between different subnets. Since the captured frames have correct MAC addresses (Layer 2) but incorrect source and destination IP addresses, the issue lies in how the IP headers are being constructed or assigned, which is a Layer 3 function. This could be caused by misconfigured IP addresses, subnet masks, or default gateways on the source host.

Exam trap

Cisco often tests the distinction between MAC addresses (Layer 2) and IP addresses (Layer 3) in troubleshooting scenarios, and the trap here is that candidates might incorrectly blame the Data Link Layer because they see 'frames' and 'MAC addresses' in the question, without recognizing that the IP address error points to the Network Layer.

Why the other options are wrong

A

The issue is with the IP addresses, which are not handled at Layer 1.

B

The MAC addresses are correct, so the Data Link Layer is functioning properly.

D

IP addresses are not part of the Transport Layer header; they belong to the Network Layer.

921
MCQhard

A multilayer switch has working SVIs for VLAN 10 and VLAN 20, but traffic between the VLANs fails. Hosts can ping their own gateway interfaces. Which misconfiguration is most strongly suggested if the SVIs themselves are correct?

A.IP routing is not enabled on the multilayer switch.
B.Both VLANs need to use the same IP subnet.
C.All access ports must be converted into trunks.
D.The wireless controller must provide the default gateway.
AnswerA

The correct answer is that IP routing is not enabled globally on the multilayer switch. Even with SVIs for VLAN 10 and 20 created and hosts able to ping their respective gateways, the switch will not forward packets between VLANs unless the `ip routing` global configuration command has been issued. Without this command, the switch functions as a Layer 2 device; it has SVI interfaces but no Layer 3 forwarding table to route traffic from one subnet to another. To fix this, you must enable IP routing and, if needed, configure static routes or a dynamic routing protocol.

Why this answer

IP routing is not enabled. The switch can ping SVIs locally because they are directly connected, but without `ip routing`, it cannot forward packets between VLANs. Option B is wrong because different VLANs require different subnets for routing.

Option C is wrong because access ports do not need to be trunks; SVIs handle routing at Layer 3. Option D is wrong because the wireless controller does not provide the default gateway for wired VLAN routing; the SVI does.

Exam trap

Remember that SVIs alone do not enable inter-VLAN routing; IP routing must be explicitly enabled on the switch.

Why the other options are wrong

B

Different VLANs must use different IP subnets for routing; using the same subnet would break Layer 3 separation.

C

Access ports remain as access ports; inter-VLAN routing requires SVIs with routing enabled, not trunk conversion of access ports.

D

The default gateway for each VLAN is the SVI IP address; a wireless controller is irrelevant to Layer 3 forwarding between wired VLANs.

When would these options actually be correct?

B

In a different scenario where the question states that both VLAN 10 and VLAN 20 are configured with the same IP subnet, such as 192.168.1.0/24, this option would be correct. This would lead to IP address conflicts and prevent inter-VLAN communication.

C

In a different scenario, if the question stated that VLANs 10 and 20 were configured on a switch with all ports set as access ports and required trunking to allow inter-VLAN traffic, then this option would be correct.

D

In a different scenario where the question states that hosts in VLAN 10 and VLAN 20 are connected to a wireless network and the wireless controller is responsible for routing traffic between VLANs, then this option would be correct. For example, if the question specifies that the wireless controller is the primary device managing VLAN traffic, then it would need to provide the default gateway.

Why candidates pick the wrong answer

B

Candidates may choose this option due to a misunderstanding of VLAN configurations, thinking that VLANs must share the same subnet for communication, which is a common misconception in networking.

C

Candidates may choose this option because they might confuse the need for trunking in scenarios involving multiple VLANs on a single physical link, leading them to mistakenly believe that all access ports must be trunks for routing to occur.

D

Candidates might choose this option due to a common misconception that wireless networks always require a controller for routing, leading them to overlook the multilayer switch's role in inter-VLAN communication.

922
MCQhard

A wireless site reports that users can connect to the SSID, but performance drops sharply around the conference area whenever the room fills up. Based on the exhibit, what is the most likely cause?

A.Adjacent-channel interference caused by overlapping 2.4 GHz channels
B.A DHCP exhaustion problem on the WLAN
C.An authentication mismatch between the APs and clients
D.A missing default route on the wireless controller
AnswerA

Adjacent-channel interference is the likely culprit because the 2.4 GHz band provides only three non-overlapping channels (1, 6, and 11); if an AP is configured on channel 3, it overlaps both channels 1 and 6, forcing clients to contend with simultaneous signals. This causes excessive frame collisions and retransmissions, which severely degrade throughput and latency even though clients maintain their association to the SSID. The mismatch between successful association and poor performance points directly to a Layer 1 RF problem rather than a higher-layer failure.

Why this answer

The 2.4 GHz radios are using overlapping channels. In 2.4 GHz, the standard non-overlapping channels are 1, 6, and 11 in many regulatory domains. Using channels 1, 3, and 6 creates adjacent-channel interference, which hurts throughput especially in dense client areas.

Exam trap

A common exam trap is to confuse wireless connectivity issues caused by RF interference with DHCP or authentication problems. Because users can connect to the SSID, candidates might incorrectly suspect DHCP exhaustion or authentication mismatches. However, DHCP exhaustion prevents clients from obtaining IP addresses, not causing throughput drops.

Similarly, authentication mismatches prevent connection entirely. Another trap is to blame routing issues like a missing default route on the wireless controller, which affects network reachability but not local wireless signal quality. The key is to recognize that overlapping 2.4 GHz channels cause adjacent-channel interference, which degrades performance even when clients connect successfully.

Why the other options are wrong

B

Incorrect. DHCP exhaustion would prevent some clients from obtaining IP addresses, but it does not cause RF interference or a sharp drop in wireless throughput. Since users can connect, DHCP exhaustion is unlikely.

C

Incorrect. An authentication mismatch would prevent clients from connecting to the SSID. Since users can connect, authentication is working properly and is not the cause of performance degradation.

D

Incorrect. A missing default route on the wireless controller affects upstream network connectivity but does not cause local RF interference or throughput drops in the wireless environment.

When would these options actually be correct?

B

In a different question setup where users report being unable to connect to the SSID or frequently losing connection, and the network has a limited number of IP addresses available, a DHCP exhaustion problem would be the correct answer. This scenario would focus on IP address allocation rather than performance degradation.

C

In a different scenario where users report being unable to connect to the SSID or are frequently disconnected when moving between access points, an authentication mismatch could be the correct answer. This would involve a question focusing on connectivity issues rather than performance degradation.

D

In a scenario where a question describes a wireless network that is unable to route traffic properly, leading to connectivity issues for clients, a missing default route on the wireless controller would be the correct answer. This could occur in a setup where clients are unable to access external resources due to misconfigured routing.

Why candidates pick the wrong answer

B

Candidates may confuse performance issues with connectivity problems, leading them to consider DHCP exhaustion as a potential cause. The idea that a crowded environment could overwhelm available IP addresses might make this option seem plausible.

C

Candidates may choose this option because they associate performance issues with authentication problems, especially if they have encountered similar scenarios in their studies or practical experience, leading to a misinterpretation of the symptoms described.

D

Candidates might choose this option due to a misunderstanding of network routing concepts, thinking that routing issues could impact performance, especially in a busy area, rather than recognizing that performance is more likely affected by interference or bandwidth limitations.

923
Drag & Dropmedium

Drag and drop the following steps into the correct order to describe the router's routing table lookup process for a destination IP address, including best-path selection using longest prefix match, administrative distance, and metric.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The order follows the router's decision process: longest prefix match first, then administrative distance, then metric, leading to the forwarding decision.

Exam trap

Students often confuse the order of AD and metric, thinking metric is compared before AD. Remember: AD is a tiebreaker between different routing protocols (e.g., OSPF vs. EIGRP), while metric is a tiebreaker within the same protocol.

Also, longest prefix match always comes first—never skip it.

Why candidates pick the wrong answer

B

Candidates might think AD is more important because it determines trustworthiness, but they forget that the most specific route is always preferred regardless of AD.

C

Candidates might confuse the order of AD and metric, thinking metric is more granular and thus compared first, but AD is the higher-level tiebreaker.

D

Candidates might think metric is the most important because it directly indicates path cost, but they overlook that prefix length and AD are higher-priority criteria.

924
MCQmedium

Exhibit: Users report that they can see the corporate SSID but fail authentication immediately after entering credentials. Guest wireless works on the same access point. Which issue is most likely?

A.The AP is using the wrong channel width
B.The RADIUS or AAA server is unreachable for the enterprise WLAN
C.The corporate SSID has a mismatched RADIUS shared secret
D.The SSID must be configured as hidden
AnswerB

WPA2-Enterprise requires the AP to forward EAP frames from the client to a RADIUS/AAA server for authentication. If that server is unreachable, clients can still discover the SSID and associate at Layer 2, but the 802.1X exchange times out because no Access-Request ever receives a response. The guest WLAN is unaffected because it does not depend on AAA, isolating the fault to the enterprise WLAN's backend.

Why this answer

When clients can see the SSID and associate at Layer 2 but fail right after entering credentials, a broken 802.1X or RADIUS path is a common cause. RF coverage is clearly not the main problem because the SSID is visible and guest service works.

Exam trap

Be careful not to confuse visibility and connectivity issues with authentication problems. The SSID is visible, so focus on authentication-related configurations.

Why the other options are wrong

A

The AP using the wrong channel width would not cause immediate authentication failures; it typically affects connectivity or performance rather than authentication processes. Since the guest wireless works, the channel width is likely not the issue.

C

A mismatched RADIUS shared secret would cause authentication failures, but guest wireless works on the same access point, indicating the AP itself is functional; the more likely cause is that the RADIUS server is completely unreachable, not just a shared secret mismatch.

D

Configuring the SSID as hidden would not cause immediate authentication failures; users would simply not see the SSID unless they manually entered it. The issue described involves users seeing the SSID but failing authentication, indicating a problem beyond SSID visibility.

When would these options actually be correct?

A

In a scenario where users are experiencing poor performance or intermittent connectivity issues on a specific SSID, a question might ask about the impact of channel width on wireless communication. If the question specifies that users can connect but experience slow speeds, then this option could be correct.

C

If the question were about a scenario where users are trying to connect to a guest network that requires a PSK, and they report that they can connect but are unable to authenticate, then the expiration of the guest PSK would be the correct answer.

D

In a different scenario where users are unable to see the corporate SSID at all, a question might ask about visibility issues related to SSID configuration. If the question specified that users could not connect because the SSID was hidden, then this option would be correct.

Why candidates pick the wrong answer

A

Candidates may confuse channel width with overall wireless performance issues, leading them to believe that it could impact authentication. This misunderstanding can make the option seem plausible, especially if they are not fully aware of how authentication processes work.

C

Candidates may choose this option because they recognize that authentication issues can arise from credential problems, and they might mistakenly associate the inability to authenticate with an expired PSK, especially if they have experience with guest networks.

D

Candidates might choose this option due to a misunderstanding of SSID visibility and authentication processes, thinking that if users can see the SSID, it must be configured correctly, and thus they might overlook other potential issues like authentication mechanisms.

925
MCQhard

Two switches are connected by a trunk. VLAN 50 exists on both switches, but traffic still fails across the link. The allowed VLAN list is correct. Which additional item should be checked next?

A.Check for a trunk mismatch such as native VLAN inconsistency or other trunk-parameter problems.
B.Reset OSPF process IDs on both switches.
C.Add ip helper-address under every access interface.
D.Disable the MAC address table.
AnswerA

A trunk with VLAN 50 allowed on both ends is only a prerequisite for Layer 2 connectivity; native VLAN mismatch or an inconsistent allowed VLAN list can still cause VLAN 50 frames to be tagged with the wrong VLAN ID or dropped entirely. Verifying trunk encapsulation (802.1Q), trunk mode (desirable/trunk), and especially native VLAN consistency is the correct next step because these parameters govern whether frames in VLAN 50 are correctly forwarded across the link.

Why this answer

After confirming that the VLAN exists on both switches and is allowed on the trunk, another important item to verify is whether the trunk itself is actually operational with the expected encapsulation and whether there is a native VLAN or other trunk inconsistency. In plain language, just because the VLAN is listed does not guarantee the trunk is healthy in every relevant way. Trunking problems can still occur because of broader configuration mismatches.

This question is about disciplined troubleshooting. Once the obvious allowed-list issue is ruled out, the next step is to keep checking other trunk-related characteristics rather than jumping immediately to unrelated routing or service features. The correct answer is the one that stays grounded in trunk-specific verification.

Exam trap

Don't jump to unrelated issues like spanning tree or IP configuration when the problem is clearly trunk-related.

Why the other options are wrong

B

Resetting OSPF process IDs does not address VLAN traffic issues over a trunk link, as OSPF is a routing protocol and unrelated to Layer 2 VLAN configurations.

C

Adding an ip helper-address is irrelevant to VLAN traffic issues across a trunk link, as this command is used for forwarding DHCP requests, not for resolving VLAN connectivity problems.

D

Disabling the MAC address table would not resolve VLAN traffic issues across a trunk link, as it pertains to Layer 2 forwarding and would disrupt normal switch operations, leading to further connectivity problems.

When would these options actually be correct?

B

In a question where OSPF routing issues are explicitly mentioned, such as 'OSPF routes are not being advertised between two switches,' resetting OSPF process IDs could be a valid troubleshooting step to refresh the routing tables and re-establish adjacency.

C

In a question about configuring a router to support DHCP relay for multiple VLANs, where the scenario specifies that clients in different VLANs are unable to receive IP addresses, the option to add ip helper-address would be correct.

D

In a question where the focus is on troubleshooting Layer 2 issues related to excessive MAC address table entries causing performance degradation, disabling the MAC address table temporarily could be a valid step to reset the switch's learning process and alleviate the issue.

Why candidates pick the wrong answer

B

Candidates may confuse Layer 2 VLAN issues with Layer 3 routing problems, leading them to believe that OSPF configuration could impact VLAN traffic, especially if they have encountered similar scenarios in their studies.

C

Candidates may choose this option due to a misunderstanding of how VLANs and DHCP interact, thinking that helper addresses could somehow assist with VLAN traffic issues.

D

Candidates may choose this option due to a misunderstanding of how MAC address tables function, thinking that clearing the table might resolve connectivity issues without considering the specific VLAN configuration and trunking parameters.

926
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure an LACP EtherChannel on two Cisco switches using active mode.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

To configure an LACP EtherChannel in active mode, you must first enter interface configuration mode on the physical interfaces (e.g., using interface range). Next, assign those interfaces to a channel group using the channel-group command with the mode active keyword; this enables LACP negotiation and ensures the switch actively attempts to form a bundle. After the member ports are configured, you can optionally set parameters on the Port-Channel interface (such as switchport mode trunk).

Finally, verify the EtherChannel is operational with show etherchannel summary. Using mode passive, on, or desirable would not enable LACP active negotiation or would use a different protocol (PAgP), which does not meet the requirement.

Exam trap

Remember that LACP uses active and passive modes, while PAgP uses desirable and auto. Do not confuse the protocols or their modes.

927
MCQhard

A network administrator is troubleshooting an issue where hosts on VLAN 10 cannot ping the default gateway at 192.168.10.1. The router (R1) has an SVI for VLAN 10 with IP 192.168.10.1/24. The administrator captures traffic on the router's G0/0/0 interface (trunk to the switch) and reviews the embedded packet capture output. What is the root cause of the problem?

A.The router's SVI for VLAN 10 is administratively down.
B.The switch port connecting the host is configured in the wrong VLAN (e.g., VLAN 20 instead of VLAN 10).
C.An inbound ACL on the router's SVI is blocking ICMP echo requests from the host.
D.The router has ICMP redirects enabled, causing it to ignore the pings.
AnswerB

The router is sending ARP requests, but the host never receives them because the switch port is in a different VLAN. This prevents the router from learning the host's MAC address, causing the ping to fail.

Why this answer

The captured traffic on the trunk shows that the router is not receiving any frames tagged with VLAN 10 from the host. If the switch port connecting the host is configured in VLAN 20 instead of VLAN 10, the host's frames will be tagged with VLAN 20 (or remain untagged in the access VLAN 20) and will not reach the router's SVI for VLAN 10, causing the ping to fail. This is the most direct cause given the symptom that the host cannot ping the default gateway.

Exam trap

Cisco often tests the distinction between Layer 2 and Layer 3 issues, and the trap here is that candidates assume the problem is on the router (e.g., ACL or interface state) when the packet capture reveals that the traffic never reaches the router's SVI due to a VLAN mismatch on the switch access port.

Why the other options are wrong

A

The SVI is operational, so this cannot be the root cause.

C

The router receives the ICMP requests, so an inbound ACL would have dropped them before they reached the capture buffer.

D

ICMP redirects do not prevent the router from responding to pings; they only send redirect messages when appropriate.

928
PBQhard

You are connected to Multilayer Switch SW1. Configure LACP EtherChannel between SW1 and SW2 using ports GigabitEthernet0/1 and GigabitEthernet0/2. Ensure the channel is formed and active. The current configuration has mismatched VLAN assignments and speed/duplex settings preventing the channel from coming up. Verify the channel state using 'show etherchannel summary'.

Network Topology
Gi0/1Gi0/1LACP EtherChannelSW1SW2

Hints

  • Check that both physical ports have identical speed and duplex settings.
  • Ensure the allowed VLAN list on each member port matches the Port-channel interface.
  • Use 'show etherchannel summary' to see if ports are in a suspended (D) or bundled (P) state.
A.Configure both Gi0/1 and Gi0/2 with speed 1000, duplex full, and switchport trunk allowed vlan 10,20,30.
B.Configure both Gi0/1 and Gi0/2 with speed 100, duplex half, and switchport trunk allowed vlan 30.
C.Configure both Gi0/1 and Gi0/2 with speed 1000, duplex full, and switchport trunk allowed vlan 10,20.
D.Configure both Gi0/1 and Gi0/2 with speed 1000, duplex full, and switchport mode access.
AnswerA
solution
! SW1
interface GigabitEthernet0/1
switchport trunk allowed vlan 10,20,30
exit
interface GigabitEthernet0/2
speed 1000
duplex full
switchport trunk allowed vlan 10,20,30
exit

Why this answer

The EtherChannel is down because the two member ports on SW1 have inconsistent configurations. GigabitEthernet0/1 is set to speed 1000 and duplex full with allowed VLANs 10,20, while GigabitEthernet0/2 is set to speed 100 and duplex half with allowed VLAN 30. LACP requires all member ports to have identical speed, duplex, and VLAN allowed lists.

To fix, on SW1 configure both Gi0/1 and Gi0/2 with the same speed (1000), duplex (full), and trunk allowed VLANs (10,20,30). The Port-channel interface already has the correct allowed VLANs. After correction, 'show etherchannel summary' should show both ports as bundled (P).

Exam trap

The exam trap is that candidates often focus only on speed/duplex mismatches and forget that VLAN allowed lists must also match. Additionally, they may assume that the Port-channel interface inherits settings from member ports, but in fact, the member ports must match the Port-channel configuration.

Why the other options are wrong

B

The specific factual error is that LACP requires all member ports to have identical configurations, and this option does not align with the existing Port-channel configuration.

C

The specific factual error is that the VLAN allowed list must match across all member ports and the Port-channel interface; omitting VLAN 30 will cause inconsistency.

D

The specific factual error is that LACP requires consistent switchport mode (access or trunk) across all member ports and the Port-channel interface.

Why candidates pick the wrong answer

B

Candidates might pick this if they think matching the slower port's settings is acceptable, but LACP requires all ports to be identical and consistent with the Port-channel interface.

C

Candidates might pick this if they think only the common VLANs are needed, but LACP requires exact match of allowed VLANs.

D

Candidates might pick this if they confuse access mode with trunk mode or think that speed/duplex are the only requirements, ignoring the VLAN mode.

929
MCQhard

A router interface is configured with 192.0.2.97/28. What is the network address of the subnet?

A.192.0.2.80
B.192.0.2.96
C.192.0.2.111
D.192.0.2.112
AnswerB

Correct. It is the first address in the 192.0.2.96/28 subnet.

Why this answer

A /28 uses blocks of 16 addresses. The block containing .97 runs from .96 through .111, so .96 is the network address.

Exam trap

Be careful not to confuse the given IP address or the broadcast address with the network address.

Why the other options are wrong

A

Option A (192.0.2.80) is incorrect because the subnet mask /28 indicates a block size of 16, making the valid network addresses range from 192.0.2.96 to 192.0.2.111. The network address for this subnet is 192.0.2.96.

C

The address 192.0.2.111 is not a valid network address for the subnet defined by 192.0.2.97/28, as it falls outside the range of usable addresses for that subnet, which spans from 192.0.2.96 to 192.0.2.111.

D

Option D, 192.0.2.112, is wrong because it does not represent the network address for the subnet defined by the IP address 192.0.2.97/28. The correct network address is 192.0.2.96, which is the first address in the subnet range.

When would these options actually be correct?

A

If the question were to ask for the network address of a subnet with a different subnet mask, such as /26, which has a block size of 64, then 192.0.2.80 could be the correct answer as it would represent the network address for the range 192.0.2.64 to 192.0.2.127.

C

If the question were to ask for the broadcast address of the subnet 192.0.2.96/28, then 192.0.2.111 would be the correct answer, as it is the last address in that subnet range.

D

If the question asked for the broadcast address of the subnet instead of the network address, then 192.0.2.112 would be correct, as it is the last address in the subnet range for 192.0.2.96/28.

Why candidates pick the wrong answer

A

Candidates might choose this option due to a misunderstanding of subnetting, mistakenly calculating the network address based on an incorrect block size or misinterpreting the range of addresses within the subnet.

C

Candidates may confuse the network address with the last usable address in the subnet, leading them to mistakenly select 192.0.2.111, which is the highest usable IP address in that range.

D

Candidates may choose this option due to confusion between network and broadcast addresses, as they might remember that the last address in a subnet is often significant and mistakenly associate it with the question.

930
MCQhard

A router has a static route to 10.20.20.0/24 and also has a default route. Which route is used for traffic to 10.20.20.8?

A.The static route to 10.20.20.0/24
B.The default route
C.Both routes are used equally
D.Neither route is valid
AnswerA

The static route to 10.20.20.0/24 is used because routers employ longest prefix match (LPM) to select the most specific route in the routing table. With a destination of 10.20.20.0/24, the /24 prefix has 24 matching bits, whereas the default route has only 0 matching bits. Therefore, the /24 route is preferred and installed as the best route.

Why this answer

The static route to 10.20.20.0/24 is used because it is more specific than the default route. In practical terms, the router always chooses the route that most precisely matches the destination before falling back to the default route.

This question reinforces the idea that the default route is a route of last resort, not a preferred choice when a better match already exists.

Exam trap

A frequent exam trap is assuming the default route is used whenever it exists, ignoring the presence of more specific static routes. This misunderstanding leads to incorrect answers because routers always prefer the route with the longest matching prefix, not the default route unless no other matches exist.

Why the other options are wrong

B

This option is incorrect because the default route is less specific and only used when no other matching routes exist. Here, a more specific static route is present.

C

This option is incorrect because routers do not load balance equally between a specific static route and a default route; they prefer the most specific route.

D

This option is incorrect because the static route to 10.20.20.0/24 clearly matches the destination, making it a valid route for forwarding traffic.

When would these options actually be correct?

B

In a different scenario where the router has no specific route to the 10.20.20.0/24 network and only has a default route configured, then traffic to 10.20.20.8 would be directed through the default route, making option B the correct answer.

C

In a different scenario where the router has equal-cost multipath (ECMP) routing enabled and both the static route and default route are configured with the same administrative distance, a question could ask which route would be used for load balancing, making this option correct.

D

This option would be correct in a scenario where the router has no valid routes configured at all, meaning neither the static route nor the default route is operational due to misconfiguration or failure, leading to an inability to route any traffic.

Why candidates pick the wrong answer

B

Candidates might choose this option if they misunderstand the concept of route specificity, believing that the default route is always used for any unmatched traffic, rather than recognizing the priority of static routes.

C

Candidates might choose this option due to a misunderstanding of routing priorities, thinking that multiple routes can be used simultaneously without recognizing that static routes take precedence over default routes.

D

Candidates may choose this option due to a misunderstanding of routing priorities, thinking that if a specific route is not functioning, then no routes can be valid, leading to confusion about the operational status of routes.

931
PBQhard

You are connected to R1 via the console. Configure single-area OSPFv2 on R1 and R2 so that they form a full adjacency. The link between R1 and R2 uses 203.0.113.0/30. R1 has G0/0 203.0.113.1/30 and R2 has G0/0 203.0.113.2/30. R1's router-id must be 1.1.1.1, and R2's router-id must be 2.2.2.2. R1's GigabitEthernet0/0 interface is configured as a passive interface under OSPF, preventing OSPF hello messages from being sent out of that interface. Ensure that R1 does not send OSPF hellos out of its loopback0 interface (203.0.113.129/32). After configuration, verify the adjacency is established and OSPF routes are exchanged.

Hints

  • Check if G0/0 is passive on R1 using 'show ip ospf interface'
  • The passive-interface default command makes all interfaces passive unless explicitly excluded
  • Use 'no passive-interface <interface>' under router ospf to allow hellos on the link
A.The adjacency fails because R1's GigabitEthernet0/0 interface is configured as passive-interface. Remove the passive-interface command for G0/0.
B.The adjacency fails because the router-id 1.1.1.1 is not reachable from R2. Configure a static route for 1.1.1.1/32 on R2.
C.The adjacency fails because the subnet mask on the link is /30 but OSPF expects a /24. Change the mask to /24 on both interfaces.
D.The adjacency fails because OSPF is not enabled on R2's GigabitEthernet0/0 interface. Configure 'ip ospf 1 area 0' on R2's G0/0.
AnswerA
solution
! R1
router ospf 1
no passive-interface GigabitEthernet0/0

Why this answer

The adjacency fails because R1's GigabitEthernet0/0 interface is configured as passive-interface (the 'No Hellos' line in show ip ospf interface). This prevents R1 from sending OSPF hellos to R2. To fix, remove the passive-interface command for G0/0.

The loopback0 interface should remain passive. After removal, verify with 'show ip ospf neighbor' to see the neighbor state change to FULL and 'show ip route ospf' to see routes.

Exam trap

The trap is that candidates may overlook the 'passive-interface' command's effect on hello suppression. They might focus on router-id or subnet issues instead. Always check 'show ip ospf interface' for passive status when adjacency fails.

Why the other options are wrong

B

The router-id is used only for OSPF router identification and does not need to be reachable; adjacency uses interface IP addresses.

C

OSPF does not require a specific subnet mask; it uses the configured mask on the interface as the network type.

D

OSPF is enabled on R2's G0/0; the issue is on R1's side where the passive-interface prevents hellos.

Why candidates pick the wrong answer

B

Candidates might think that since router-id is an IP address, it must be reachable for OSPF to work, confusing it with a loopback interface used for BGP or other protocols.

C

Candidates might recall that some routing protocols (like RIPv2) have issues with certain masks, or confuse OSPF network types (point-to-point vs broadcast) with mask requirements.

D

Candidates often check both sides for OSPF enablement and might assume R2 is misconfigured, especially if they see 'show ip ospf neighbor' showing nothing.

932
Multi-Selectmedium

Which two statements accurately describe route summarization?

Select 2 answers
A.It can reduce the number of individual routes that must be advertised.
B.It can help improve routing scalability by simplifying route information.
C.It forces every router to use only a default route.
D.It is the same thing as PAT overload.
E.It automatically encrypts routing updates.
AnswersA, B

Summarization combines multiple contiguous subnet prefixes into a single aggregate route, so a router advertises one summary instead of many specific entries. For example, 10.1.1.0/24 through 10.1.4.0/24 can be advertised as 10.1.0.0/22, shrinking the routing table and update size. This reduces bandwidth and processing required for routing protocol updates.

Why this answer

Route summarization combines multiple specific routes into a smaller number of broader advertisements. In plain language, it lets a router describe a group of networks with one shorter, more general route instead of announcing each one individually. This can reduce routing-table size and improve scalability. It can also reduce the amount of routing information that must be exchanged across certain boundaries.

The wrong answers often confuse summarization with default routing or encryption. The two correct statements are the ones that preserve its aggregation and scaling purpose.

Exam trap

A frequent exam trap is mistaking route summarization for default routing or NAT-related functions. Some candidates incorrectly believe summarization forces routers to use only a default route, which is false because summarization still advertises specific aggregated routes, not just a default. Others confuse summarization with PAT overload, a NAT feature unrelated to routing.

Additionally, some think summarization automatically encrypts routing updates, which it does not. These misconceptions can lead to incorrect answers and misunderstandings about routing behavior in Cisco networks.

Why the other options are wrong

C

Option C is incorrect because summarization does not force routers to use only a default route; it aggregates routes but still allows routers to use more specific routes within the summary when available.

D

Option D is incorrect since route summarization is a routing optimization technique and is unrelated to PAT overload, which is a NAT function that translates multiple private IP addresses to a single public IP address with port differentiation.

E

Option E is incorrect because route summarization does not involve encryption of routing updates; encryption is a separate security feature not related to summarization.

When would these options actually be correct?

C

In a question focused on routing protocols that require a default route for all traffic, such as in a stub network scenario, this option could be correct if the question specifies that summarization leads to a configuration where only a default route is used for all traffic.

D

In a different context, if the question asked about methods of optimizing network address translation or asked for techniques related to IP address management, then option D could be correct if discussing how PAT overload can reduce the complexity of managing multiple IP addresses in a network.

E

In a question specifically about routing protocols that include security features, such as OSPF with authentication, an option stating that routing updates are encrypted could be correct if the context involves secure routing protocols that utilize encryption methods.

Why candidates pick the wrong answer

C

Candidates may find this option tempting due to a misunderstanding of how summarization simplifies routing tables, leading them to incorrectly associate it with the use of default routes in network configurations.

D

Candidates may choose this option due to confusion between routing concepts and network address translation techniques, leading them to associate summarization with address management strategies like PAT.

E

Candidates may be tempted by this option due to a misunderstanding of routing protocols and security, conflating the concepts of route summarization with the need for secure communication in network routing.

933
MCQhard

Refer to the exhibit. A network engineer notices that traffic from R1 to the 10.1.0.0/16 network is taking a longer path than expected despite OSPF being the only routing protocol. The engineer examines the OSPF LSDB on R1 to investigate. Based on the output, what is the most likely cause of the suboptimal routing?

A.The reference bandwidth has been misconfigured on R1, causing the OSPF cost calculation to be inflated for some links.
B.The ABR is filtering the 10.1.0.0/16 route from Area 1 into Area 0, causing the router to recalculate the metric higher.
C.The ABR is configured with the 'area 1 range 10.1.0.0 255.255.0.0 cost 1000' command.
D.The metric-type for OSPF external routes has been set to type 2, causing the metric to be inflated to 1000 for the 10.1.0.0/16 prefix.
AnswerC

The ABR (10.1.1.1) is advertising a Type 3 summary LSA for 10.1.0.0/16 with a metric of 1000. This matches the behavior of the 'area range' command with the 'cost' keyword, which overrides the default metric calculation for inter-area summaries and injects the specified cost. The other LSAs from the same ABR use normal metrics, confirming the summary-specific configuration.

Why this answer

The OSPF LSDB output shows that the route to 10.1.0.0/16 has a metric of 1000, which is unusually high for an intra-area or inter-area route. The 'area 1 range 10.1.0.0 255.255.0.0 cost 1000' command on the ABR sets a fixed cost for the summarized route, overriding the default OSPF cost calculation. This causes R1 to see a higher metric for the summarized route, leading to suboptimal routing if a lower-cost path exists via another area or router.

Exam trap

Cisco often tests the distinction between route summarization with a fixed cost versus default OSPF cost calculation, and the trap here is that candidates may confuse the 'area range cost' command with external route metric manipulation or filtering, rather than recognizing it as a summary route cost override.

Why the other options are wrong

A

Candidates may attribute arbitrary high metrics to a bandwidth calculation error, without noticing that only one LSA is affected.

B

A misunderstanding that filtering can somehow alter the metric rather than block the advertisement completely.

D

Confusion between external and inter-area route types leads candidates to think that metric-type manipulation could affect an internal summary LSA.

934
MCQmedium

A network engineer is automating the configuration of a new branch office router. The engineer needs a protocol that uses a YANG data model, supports both configuration and operational state retrieval, and operates over SSH for secure transport. Which protocol should the engineer use?

A.SNMP
B.NETCONF
C.RESTCONF
D.CLI scripting
AnswerB

NETCONF is an IETF-standard protocol that uses YANG data models to define configuration and operational state data, encoding operations like get, edit-config, and commit in XML over a secure SSH transport. It explicitly separates the running configuration from operational state, supports transactional commit/rollback and candidate datastores, and provides a session-oriented, RPC-based mechanism ideal for automating network device configuration securely. These capabilities make NETCONF the correct choice for the scenario.

Why this answer

NETCONF (Network Configuration Protocol) is the correct choice because it uses YANG data models for configuration and operational state retrieval, and it operates over SSH (RFC 6242) for secure transport. Unlike SNMP, NETCONF provides transactional configuration changes and separates configuration from operational state data, making it ideal for automated router configuration.

Exam trap

Cisco often tests the distinction between NETCONF and RESTCONF, where the trap is that both use YANG, but candidates forget that NETCONF specifically requires SSH transport, while RESTCONF uses HTTP/HTTPS, making NETCONF the only correct answer when the question specifies 'operates over SSH'.

Why the other options are wrong

A

SNMP does not use YANG data models and typically operates over UDP, not SSH.

C

RESTCONF uses HTTP/HTTPS for transport, not SSH, so it does not meet the requirement of operating over SSH.

D

CLI scripting lacks a standardized data model like YANG and is not a protocol that operates over SSH in the same structured manner as NETCONF.

935
MCQhard

A user reports that the corporate SSID is visible and accepts the correct password, but the client always lands in a quarantined remediation network. Which troubleshooting area is strongest?

A.Post-authentication policy, role, or VLAN assignment logic
B.Whether the SSID is hidden instead of broadcast
C.Whether the AP uplink uses PPP encapsulation
D.Whether OSPF designated routers are elected correctly
AnswerA

This symptom occurs after the client has successfully authenticated, meaning the fault lies in how the AP or controller authorizes the session. Post-authentication policies, role assignments, or VLAN selection determine which network segment and access level the client receives. If that logic misapplies, the client can have valid credentials yet be placed in the wrong VLAN or denied services, exactly matching the described behavior.

Why this answer

The strongest troubleshooting area is post-authentication policy or role assignment. The client already sees the SSID and successfully authenticates, so the problem is not RF visibility or password failure. Landing in a remediation network indicates a policy decision after authentication, such as a mismatched VLAN assignment or client role.

Option B (hidden SSID) is irrelevant because the SSID is visible. Option C (PPP encapsulation) does not affect post-authentication network placement. Option D (OSPF DR election) is unrelated to client VLAN assignment.

Exam trap

Don't confuse initial connectivity problems with post-authentication issues. Focus on what happens after the connection is established.

Why the other options are wrong

B

A hidden SSID would prevent the SSID from appearing, but the user reports the SSID is visible, so this does not match the symptom.

C

PPP encapsulation on an AP uplink concerns Layer 2 framing, not the post-authentication VLAN or policy assignment that causes quarantine.

D

OSPF designated router election occurs at Layer 3 within routing, while the issue is about client VLAN placement after authentication, which is a Layer 2 access-control function.

When would these options actually be correct?

B

In a different scenario where a user reports being unable to connect to a corporate SSID, and the troubleshooting focuses on whether the SSID is hidden or not, the question could ask about the impact of hidden SSIDs on client connectivity, making this option correct.

C

In a different scenario where the question focuses on the configuration of access points and their uplink connections, a question might ask about the impact of using PPP encapsulation on client connectivity and network access. In that case, if a client is unable to connect due to improper uplink configuration, this option would be correct.

D

In a question focused on routing protocols and network topology, where the scenario involves troubleshooting OSPF issues, such as incorrect router elections leading to suboptimal routing paths, this option would be correct. For example, if a user cannot access certain network resources due to routing misconfigurations, this would be the right choice.

Why candidates pick the wrong answer

B

Candidates may choose this option due to a common misconception that hidden SSIDs enhance security, leading them to believe that visibility is directly related to authentication issues.

C

Candidates may be tempted by this option due to a misunderstanding of network protocols, thinking that the encapsulation method could affect client connectivity, especially if they have encountered PPP issues in other contexts.

D

Candidates might choose this option due to a misunderstanding of network troubleshooting, mistakenly believing that routing issues could affect client access to the network, especially if they are familiar with OSPF and its role in network performance.

936
MCQhard

Why is administratively shutting down unused switch ports considered a useful hardening practice?

A.Because it reduces attack surface by removing unused active connection points.
B.Because it forces all users to manage devices with SSH.
C.Because it converts remaining ports into trunks.
D.Because it replaces VLAN segmentation.
AnswerA

When a port is left enabled but unused, it remains an active connection point that an attacker could plug into, potentially gaining unauthorized network access. Administratively shutting it down places the interface in an administratively down state, which disables the link at Layer 1/2 and effectively removes that exposure. This reduces the attack surface by eliminating avoidable entry points into the network.

Why this answer

Unused active ports create unnecessary exposure. In practical terms, if a port is not needed, leaving it active gives someone an opportunity to connect a device where no legitimate business need exists. Shutting the port down removes that access point and reduces attack surface.

This is a simple but effective hardening measure. It does not replace other controls, but it removes a risk that does not need to exist in the first place.

Exam trap

Do not confuse port shutdown with performance improvements or VLAN configuration changes; focus on security implications.

Why the other options are wrong

B

This option is incorrect because administratively shutting down unused switch ports does not enforce SSH for device management; it simply disables unused ports to enhance security.

C

This option is wrong because administratively shutting down unused switch ports does not convert remaining ports into trunk ports; it simply disables access ports to enhance security.

D

This option is wrong because administratively shutting down unused switch ports does not directly replace VLAN segmentation; rather, it focuses on reducing the number of active ports to mitigate security risks.

When would these options actually be correct?

B

In a question asking about best practices for managing network devices, specifically focusing on access control and secure management protocols, this option could be correct if it stated that forcing users to manage devices with SSH enhances security by ensuring encrypted communication.

C

This option would be correct in a question that asks about configuring switch ports for specific VLANs where trunking is necessary, such as when discussing how to enable trunking on a switch after disabling unused ports to ensure only necessary connections are active.

D

In a question asking about the benefits of VLAN segmentation in a network design context, option D could be correct if it states that replacing VLAN segmentation with another method is beneficial for simplifying network management or enhancing security in a specific scenario.

Why candidates pick the wrong answer

B

Candidates may choose this option due to a misunderstanding of network security practices, believing that shutting down ports directly relates to enforcing secure management protocols like SSH.

C

Candidates may choose this option due to a misunderstanding of port configurations, thinking that disabling ports automatically leads to trunking on remaining ports, reflecting a gap in knowledge about switch port functionality.

D

Candidates may find this option tempting because they might associate the concept of shutting down ports with improving network segmentation, leading to confusion about the relationship between port management and VLANs.

937
MCQmedium

A user reports that websites can be opened by IP address but not by hostname. Which service is the strongest suspect?

A.DNS
B.STP
C.PAT
D.Port security
AnswerA

DNS (Domain Name System) is the service responsible for translating human-friendly hostnames into IP addresses. When a website opens by IP but not by hostname, it indicates the client cannot resolve the name to an IP, so DNS resolution is failing. This can be due to a misconfigured DNS server, incorrect resolver settings on the host, or a missing DNS record for the site. Since direct IP access bypasses DNS, the rest of Layer 3 connectivity is intact.

Why this answer

DNS is the strongest suspect because the network path clearly works at the IP layer. In practical terms, if the user can reach the site by numeric address, then routing and basic connectivity are functioning. The missing piece is name resolution, and that is exactly what DNS provides.

This is one of the clearest troubleshooting patterns in networking. If names fail but IP works, start with DNS.

Exam trap

A common exam trap is selecting PAT or port security as the cause of hostname resolution failure. PAT manages IP address translation for outbound connections but does not resolve hostnames, so it cannot cause DNS failures. Similarly, port security restricts switch port access based on MAC addresses and does not affect DNS or name resolution.

Another tempting but incorrect choice is STP, which operates at Layer 2 to prevent loops and has no role in IP name resolution. Candidates must avoid confusing these distinct network services and focus on DNS when hostname resolution fails but IP connectivity works.

Why the other options are wrong

B

STP (Spanning Tree Protocol) is incorrect because it operates at Layer 2 to prevent network loops and does not handle hostname resolution or IP services.

C

PAT (Port Address Translation) is incorrect because it translates private IP addresses to public IPs for outbound traffic but does not affect DNS or hostname resolution.

D

Port security is incorrect because it controls access to switch ports based on MAC addresses and does not provide or affect hostname resolution services.

When would these options actually be correct?

B

If the question were about a network topology where a loop is causing broadcast storms and preventing devices from communicating properly, a question could ask which protocol is responsible for maintaining a loop-free environment. In that case, STP would be the correct answer.

C

If the question were to ask about a scenario where users can access services using IP addresses but not through specific port numbers due to address translation issues, PAT would be the correct answer. For example, if a user can connect to a web server using its IP but cannot access it via a specific service port due to misconfigured PAT rules.

D

If the question were about a network where users were unable to connect to devices on the network due to unauthorized MAC addresses being blocked by port security, then port security would be the correct answer. In this scenario, the inability to access devices would be due to port security settings.

Why candidates pick the wrong answer

B

Candidates may confuse STP with other network services and protocols, leading them to mistakenly believe it could be related to hostname resolution issues due to its role in network stability.

C

Candidates may confuse PAT with DNS issues, thinking that if IP addresses work, there might be a translation issue affecting port access, leading them to choose this option mistakenly.

D

Candidates may choose this option if they associate network access issues with security measures, mistakenly believing that port security could impact hostname resolution due to its role in controlling device access on the network.

938
MCQhard

Hosts on the inside network can reach the internet, but return traffic is failing after a new router was installed. The router's configuration shows that the LAN-facing interface has been configured with 'ip nat outside' and the WAN-facing interface with 'ip nat inside'. What configuration mistake is the most likely cause?

A.The NAT inside and outside interface roles are reversed.
B.The ACL must deny RFC1918 traffic before NAT can work.
C.PAT cannot use an interface address for overload.
D.The inside subnet must be configured as /24 on both interfaces.
AnswerA

Cisco NAT requires the interface connected to the internal network (where private IP addresses reside) to be configured with 'ip nat inside', and the interface connected to the public network (the internet) with 'ip nat outside'. The scenario describes the LAN-facing interface as 'ip nat outside' and the WAN-facing interface as 'ip nat inside'. This reversal prevents the router from correctly translating the source private IP addresses of outbound traffic into a public IP. Consequently, return traffic from the internet, destined for the public IP, cannot be reverse-translated and routed back to the internal hosts, satisfying the constraint that return traffic is failing.

Why this answer

NAT overload requires the LAN-facing interface to be marked as ip nat inside and the WAN-facing interface as ip nat outside. The exhibit shows those roles reversed, so translations will not occur correctly. The ACL itself is fine for matching the inside subnet.

Exam trap

A frequent exam trap is reversing the NAT inside and outside interface roles. Candidates may see that hosts can initiate traffic to the internet and mistakenly assume NAT is correctly configured. However, if the router’s interfaces are misassigned, return traffic from the internet will not be translated back to the inside hosts, causing connectivity failures.

This trap exploits the partial functionality of NAT where outbound packets appear to succeed but inbound packets fail, leading to confusion during troubleshooting and exam scenarios.

Why the other options are wrong

B

Incorrect. The ACL in NAT configurations is used to identify which inside addresses to translate, not to filter or deny traffic. Denying RFC1918 traffic in the ACL is unnecessary and unrelated to the NAT failure described.

C

Incorrect. Using the outside interface IP address for PAT overload is a standard and supported practice in Cisco NAT configurations. This option does not explain the return traffic failure.

D

Incorrect. The inside subnet should only be configured on the LAN interface. The WAN interface typically uses a different subnet and should not share the inside subnet.

This misconfiguration would cause routing issues but is not the primary cause of NAT return traffic failure here.

When would these options actually be correct?

B

In a different scenario where a question states that NAT is configured but only private IP addresses are being routed to the internet, and the ACL is explicitly set to deny RFC1918 addresses, this option would be correct. It would imply that the ACL is blocking necessary traffic for NAT to operate.

C

In a scenario where a question specifies that PAT is configured incorrectly and explicitly states that it cannot use an interface address for overload, this option would be correct. For example, if the question describes a setup where multiple internal hosts are trying to access the internet but are configured to use the router's interface address directly without proper overload settings.

D

In a different scenario where a question specifies that both the inside and outside interfaces must have the same subnet mask for proper routing and NAT to function, option D would be correct. For example, if the question states that mismatched subnet masks are causing routing issues, then this option would be valid.

Why candidates pick the wrong answer

B

Candidates may find this option tempting because they might recall that ACLs can impact NAT operations, leading them to mistakenly believe that denying private addresses is a necessary step for NAT to function properly.

C

Candidates may choose this option due to a misunderstanding of PAT functionality, thinking that it cannot use the interface address, especially if they confuse it with static NAT configurations that require specific mappings.

D

Candidates may choose this option because they associate NAT functionality with subnet configurations, believing that consistent subnet masks are essential for NAT operations, leading to confusion about the specific requirements for NAT to function correctly.

939
MCQhard

A host uses the subnet mask 255.255.255.240. How many usable host addresses exist in each subnet?

A.12
B.14
C.16
D.30
AnswerB

A subnet mask of 255.255.255.240 is a /28 prefix, meaning 4 bits are available for host addresses. This yields 2^4 = 16 total IP addresses within the subnet. To determine usable host addresses, subtract the network address and the broadcast address, leaving 16 - 2 = 14 assignable addresses. So 14 is the correct number of usable hosts for a /28 network.

Why this answer

The mask 255.255.255.240 corresponds to /28. In practical terms, that leaves 4 host bits, which gives 16 total addresses in each subnet. After subtracting the network and broadcast addresses, 14 usable hosts remain.

This is a classic host-capacity calculation and a very common subnetting pattern on the exam.

Exam trap

A frequent exam trap is selecting the total number of addresses in the subnet (16) instead of the usable host addresses (14). Candidates often forget to subtract the network and broadcast addresses, which are reserved and cannot be assigned to hosts. Another common mistake is confusing the /28 subnet mask with /27, which offers 30 usable hosts, leading to incorrect answers like 30.

This confusion arises because both subnet masks are close in size but differ significantly in host capacity. Always remember that usable hosts equal total addresses minus two reserved addresses.

Why the other options are wrong

A

Option A states 12 usable hosts, which is incorrect because a /28 subnet provides 16 total addresses. Subtracting the network and broadcast addresses leaves 14 usable hosts, not 12. This option underestimates the host capacity.

C

Option C claims 16 usable hosts, which is incorrect because 16 represents the total number of addresses in the subnet, including network and broadcast addresses. Usable hosts must exclude these two reserved addresses.

D

Option D suggests 30 usable hosts, which corresponds to a /27 subnet mask (255.255.255.224), not /28. This overestimates the host count for the given subnet mask and is therefore incorrect.

When would these options actually be correct?

A

This option would be correct in a scenario where the question mistakenly asks for the total number of addresses in the subnet instead of usable addresses. For example, if the question stated, 'How many total addresses exist in a subnet with a mask of 255.255.255.240?' then 16 would be the correct answer.

C

If the question asked about the total number of addresses in a subnet with a mask of 255.255.255.240, then the correct answer would be 16, as it counts all addresses including the network and broadcast addresses.

D

If the question specified a subnet mask of 255.255.255.252, which allows for 4 total addresses, then option D would be correct, as there would be 2 usable host addresses in that subnet.

Why candidates pick the wrong answer

A

Candidates may choose this option due to confusion between total addresses and usable addresses, leading them to incorrectly calculate the usable host count without considering the network and broadcast addresses.

C

Candidates may choose this option due to a misunderstanding of how to calculate usable addresses versus total addresses, leading them to mistakenly count all addresses in the subnet.

D

Candidates might choose option D because they miscalculate the total number of addresses without considering the reserved network and broadcast addresses, leading them to believe that all addresses are usable.

940
MCQhard

An enterprise network uses an IPv6 dual-stack design. Router R1 has a primary default route ::/0 via 2001:db8:1::1 with AD 1 and a floating default route with AD 10 via link-local address fe80::2. After the primary link fails, the floating route fails to install, and R1 loses all external connectivity. The administrator confirms the backup interface is up/up.

A.The administrative distance of the backup route is 10, so it is not installed while the primary route still exists.
B.The floating static route uses a link-local next-hop but does not specify an exit interface, making the route incomplete.
C.The floating static route will be installed only if the primary link is administratively shut down, not after a physical failure.
D.The next-hop fe80::2 is unreachable because IPv6 neighbor discovery is disabled on the backup interface.
AnswerB

An IPv6 static route that uses a link-local next-hop such as fe80::2 must also specify the exit interface because link-local addresses are only meaningful on a specific link. Without that interface keyword, the router cannot determine which interface to use to reach the next hop, so the route is considered incomplete and is not installed in the routing table. This remains true even if the next-hop address is otherwise reachable, and it is exactly why the backup route fails to appear when the primary route is removed. The correct configuration would include the outgoing interface, for example 'ipv6 route 2001:db8::/32 GigabitEthernet0/1 fe80::2'.

Why this answer

A floating static route using a link-local next-hop (fe80::2) must also specify an exit interface (e.g., GigabitEthernet0/1) to be considered complete. Without the exit interface, the router cannot determine which interface to use for neighbor discovery, leaving the route incomplete and unable to be installed into the routing table. This is a common requirement for IPv6 static routes with link-local addresses, as the next-hop is not globally unique.

Exam trap

Cisco often tests the requirement that IPv6 static routes with link-local next-hops must include an exit interface, tricking candidates into thinking the route is valid without it or misattributing the failure to administrative distance or interface status.

Why the other options are wrong

A

A floating static route with a higher AD is installed when the lower AD route is removed because of interface failure.

C

Floating static routes do not distinguish between physical and administrative interface down events; the primary route is removed in both cases.

D

The immediate cause is the missing exit interface; neighbor discovery configuration does not make an incomplete static route valid.

941
MCQmedium

A network administrator needs to configure VLANs and access ports on 200 managed switches across multiple locations. The administrator requires a solution that uses a push‑based deployment model, does not require any agent software to be installed on the switches, and can be executed from a central control node. Which automation tool is most suitable for this task?

A.Puppet
B.Chef
C.Ansible
D.Python scripts
AnswerC

Ansible is the correct answer because it employs a push-based, agentless model over SSH (or WinRM). The control node connects directly to managed hosts, executes modules written in Python, and applies YAML playbooks in real time, with no persistent agent installed on targets. This makes Ansible ideal for immediate orchestration and configuration tasks, especially in dynamic environments where maintaining agents on every node is impractical.

Why this answer

Ansible is the most suitable tool because it uses a push-based model (SSH) to apply configurations directly to network devices without requiring any agent software. It operates from a central control node, making it ideal for managing 200 switches across multiple locations with a single playbook execution.

Exam trap

Cisco often tests the distinction between push-based (Ansible) and pull-based (Puppet, Chef) models, and the trap here is assuming that any scripting language like Python is a complete automation tool rather than a component that requires additional orchestration.

Why the other options are wrong

A

Requires agents and is pull‑based, failing both the agentless and push requirements.

B

Agents are mandatory, and the pull mechanism contradicts the push requirement.

D

Lacks built‑in push‑based orchestration, idempotency, and agentless design without significant custom development, making it less suitable than a purpose‑built tool.

942
MCQhard

Refer to the exhibit. A network technician is troubleshooting router R1, which cannot reach hosts on the internet. R1 is connected to an ISP router at 203.0.113.1. The exhibit shows the output of the show ip route command. What is the most likely cause of the issue?

A.A static default route is not configured on R1, and OSPF is not advertising a default route.
B.The OSPF neighbor relationship with the ISP router is down.
C.The interface connecting to the ISP router is in a shutdown state.
D.An incorrect next-hop address was specified in the static default route, making the route invalid.
AnswerA

The output explicitly shows 'Gateway of last resort is not set' and no 0.0.0.0/0 route. A default route is required to reach external networks like the internet. The OSPF-learned route proves OSPF adjacency, but the absence of O*E2 or similar default route indicates default-information originate is not configured.

Why this answer

The exhibit shows that R1 has no default route (0.0.0.0/0) in its routing table, and the only routes present are OSPF-learned internal routes. Since R1 cannot reach the internet, the most likely cause is that no static default route is configured pointing to the ISP router (203.0.113.1) and OSPF is not injecting a default route into R1. Without a default route, R1 has no path for traffic destined outside its OSPF domain.

Exam trap

Cisco often tests the misconception that OSPF automatically shares a default route to all neighbors, when in fact it requires explicit configuration via the 'default-information originate' command.

Why the other options are wrong

B

Candidates often assume OSPF is not working at all when a default route is missing, ignoring other OSPF routes in the table.

C

Candidates may assume any connectivity failure means an interface is disabled, but the routing table would show no connected network if the interface were shut down.

D

Candidates might think a misconfigured static route would cause the problem, but they overlook that the route would still appear in the table, just with a different next-hop.

943
MCQhard

Dynamic ARP Inspection is most effective at preventing which attack?

A.SYN flood
B.ARP spoofing
C.Route summarization error
D.Rogue DHCP relay
AnswerB

Dynamic ARP Inspection (DAI) is an L2 security feature that intercepts ARP packets on untrusted switch ports and verifies that the sender MAC and IP addresses match the DHCP snooping binding table. Any ARP response announcing a conflict or forged MAC-IP pairing—the defining characteristic of ARP spoofing—is dropped. By blocking these poisoned frames, DAI prevents an attacker from redirecting traffic to a rogue host for on-path interception or man-in-the-middle attacks.

Why this answer

Dynamic ARP Inspection (DAI) validates ARP packets on a per-interface basis, dropping invalid ARP replies and thus preventing ARP spoofing and poisoning attacks. Option A (SYN flood) is a Layer 4 TCP attack mitigated by TCP flood protection or SYN cookies, not DAI. Option C (route summarization error) is a routing misconfiguration unrelated to ARP security.

Option D (rogue DHCP relay) is prevented by DHCP snooping, which works alongside DAI but DAI itself does not block rogue DHCP relays.

Exam trap

Be careful not to confuse ARP spoofing with other types of spoofing attacks like IP or DNS spoofing.

Why the other options are wrong

A

SYN flood is a Layer 4 TCP attack that is blocked by flood guards, not by DAI.

C

Route summarization error is a routing protocol misconfiguration and is unrelated to ARP packet validation.

D

Rogue DHCP relay is mitigated by DHCP snooping, not by Dynamic ARP Inspection.

When would these options actually be correct?

A

If the question were to ask about a security mechanism that protects against various types of DoS attacks, including SYN floods, then this option could be correct. For example, a question might focus on overall network security measures that mitigate multiple attack vectors, including SYN floods.

C

If the exam question asked about the effectiveness of security measures in preventing routing protocol misconfigurations or errors, then a focus on route summarization could be relevant. For example, a question could ask which method helps prevent routing loops caused by incorrect summarization.

D

If the exam question asked about security measures to prevent unauthorized DHCP servers from distributing IP addresses in a network, then 'Rogue DHCP relay' would be the correct answer. This would focus on DHCP snooping or similar technologies rather than ARP-related protections.

Why candidates pick the wrong answer

A

Candidates may confuse ARP-related security measures with general network security concepts, leading them to mistakenly associate SYN floods with ARP Inspection due to a lack of clarity on the specific functions of each security mechanism.

C

Candidates may confuse ARP-related security with routing issues due to overlapping knowledge areas in networking, leading them to mistakenly associate route summarization with ARP protection.

D

Candidates may confuse DHCP-related attacks with ARP-related protections due to their overlapping roles in network security, leading them to mistakenly believe that Dynamic ARP Inspection could mitigate DHCP issues.

944
MCQmedium

An automation script must retrieve the current configuration state of a device from a REST API without modifying anything. Which HTTP method should it use?

A.DELETE
B.GET
C.PUT
D.POST
AnswerB

GET is the correct choice because it is a safe, idempotent HTTP method defined by RFC 7231 specifically for retrieving the current representation of a resource. It performs no state change on the server, so the script can fetch the running configuration without risking any modification. The response body carries the requested configuration data, making GET the semantically exact operation for a read-only retrieval.

Why this answer

When a script only needs to read information, the normal REST choice is GET. In plain terms, GET asks the server, “Show me the current data,” without telling it to create, replace, or delete anything. That is why GET is the standard method for retrieving device state, configuration details, statistics, or inventory information from an API endpoint.

The other methods imply change. POST commonly creates or submits data. PUT commonly updates an existing resource. DELETE removes something. For a read-only query, GET is the clean and expected method.

Exam trap

Avoid confusing HTTP methods that modify data (POST, PUT, DELETE) with GET, which is read-only.

Why the other options are wrong

A

The DELETE method is used to remove a resource from the server, which directly modifies the state of the device's configuration. Since the question specifies that the script must retrieve the configuration without making any modifications, DELETE is not appropriate.

C

The PUT method is used to update or replace a resource on a server, which contradicts the requirement of retrieving the current configuration state without making any modifications.

D

The POST method is used to send data to a server to create or update a resource, which contradicts the requirement of retrieving the current configuration state without modifying anything.

When would these options actually be correct?

A

In a different scenario where the question asks for the method to remove a specific configuration setting from a device's REST API, the DELETE method would be correct. For example, if the question stated, 'An automation script must remove a specific configuration from a device using a REST API,' then DELETE would be the appropriate choice.

C

In a different scenario where the question asks for the method to update the configuration state of a device using a REST API, the PUT method would be correct, as it is specifically designed for resource updates.

D

If the exam question asked which HTTP method should be used to send data to a server to create a new resource based on the current configuration state, then POST would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may choose DELETE due to a misunderstanding of HTTP methods, confusing the action of retrieving information with the action of removing it, especially if they are not fully aware of the implications of each method.

C

Candidates may confuse PUT with GET due to their similar roles in RESTful APIs, leading them to mistakenly believe that PUT can also be used for retrieving data, especially if they are less familiar with the specific functions of each HTTP method.

D

Candidates may confuse POST with data retrieval due to its common use in web applications, where forms often use POST to submit data, leading to the mistaken belief that it could also be used for fetching information.

945
MCQhard

A network administrator notices that file transfers to a server are extremely slow, and on the switch interface connecting to the server, the output of 'show interfaces' indicates a high number of runts and CRC errors, but no collisions. Which of the following is the most likely cause?

A.The cable connecting the server to the switch is faulty.
B.The switch port is configured for full-duplex, but the server's NIC is set to half-duplex.
C.The switch port speed is set to 100 Mbps, but the server NIC is set to 10 Mbps.
D.The server's NIC driver is outdated, causing packet loss.
AnswerB

A duplex mismatch where the switch uses full-duplex and the server uses half-duplex results in the full-duplex side (switch) showing runts and CRC errors without collisions, while the half-duplex side sees collisions. This matches the 'show interfaces' output and explains the slow transfers due to excessive retransmissions.

Why this answer

The combination of runts (frames smaller than 64 bytes) and CRC errors with zero collisions is a classic symptom of a duplex mismatch. When one side operates at full-duplex and the other at half-duplex, the half-duplex side will detect collisions and invoke its backoff algorithm, causing the full-duplex side to receive truncated frames (runts) and frames with invalid FCS (CRC errors). The switch interface statistics show no collisions because the switch port is full-duplex and does not detect collisions, while the server's half-duplex NIC is causing the corruption.

Exam trap

Cisco often tests the distinction between symptoms of duplex mismatch versus cable faults, where candidates mistakenly attribute runts and CRC errors to a bad cable, ignoring the critical clue of zero collisions that points to a mismatch.

Why the other options are wrong

A

While a faulty cable could cause CRC errors, it would likely produce other error types and might not exhibit the specific pattern of only runts and CRC errors with no collisions. This pattern strongly points to a duplex mismatch.

C

A speed mismatch would generally cause the link to fail entirely; you wouldn't see interface errors because there would be no connectivity. The scenario describes connectivity with errors, so this is unlikely.

D

Outdated drivers may cause performance problems, but they do not produce the specific interface error counters on the switch. The recorded runts and CRC errors point to a physical or data-link layer issue, not a driver problem.

946
MCQhard

A router has this command configured: `ip nat inside source static 192.168.1.50 203.0.113.50`. What is the main effect of this configuration?

A.It creates a permanent one-to-one translation between the inside host and a public address
B.It enables PAT overload for all internal users
C.It blocks inbound access to the inside host permanently
D.It changes the host subnet mask to a public prefix
AnswerA

This command creates a permanent one-to-one mapping between a single inside local IP address (192.168.1.50) and a fixed inside global public IP address. The translation is inserted statically and remains in the NAT table until manually deleted, allowing bidirectional traffic initiation. This distinguishes it from dynamic NAT, which uses a pool and times out.

Why this answer

This command creates a static NAT mapping between one inside local address and one inside global address. In plain language, the internal device at 192.168.1.50 will always appear as 203.0.113.50 to the outside world. That fixed relationship is useful when a particular internal host or service must be reachable consistently from outside networks.

This is different from PAT, which shares one public address across many sessions using ports. Static NAT is one-to-one and predictable. It does not dynamically pull from a pool in this syntax. The key idea is permanence: the same inside device is always mapped to the same outside address.

Exam trap

A common exam trap is mistaking static NAT for PAT or dynamic NAT. Candidates may incorrectly assume that the command enables PAT overload, allowing many internal users to share one public IP, but static NAT provides a fixed one-to-one mapping without port translation. Another trap is thinking static NAT blocks inbound traffic; in reality, it enables inbound access to the mapped inside host.

Misunderstanding these differences can lead to selecting incorrect answers about NAT behavior and configuration.

Why the other options are wrong

B

This option is incorrect because PAT overload uses a different command syntax involving 'overload' and allows many internal hosts to share one public IP, which is not the case here.

C

This option is wrong since static NAT does not inherently block inbound access; instead, it enables external hosts to reach the inside host via the mapped public IP.

D

This option is incorrect because NAT translation does not modify the subnet mask of the inside host; it only changes the IP address seen externally.

When would these options actually be correct?

B

In a different question, if the command were `ip nat inside source list 1 interface Serial0 overload`, it would enable PAT for all internal users, allowing multiple devices to share a single public IP address through port numbers.

C

If the question were about a firewall configuration that explicitly denies all inbound traffic to a specific host, then stating that it blocks inbound access would be correct. For example, a question could ask about a firewall rule that drops all packets destined for a specific internal IP.

D

If the question were about a command that explicitly modifies the IP address configuration of a device, such as `ip address 203.0.113.50 255.255.255.0`, then this option would be correct, as it would indicate that the host's subnet mask is being changed to a public prefix.

Why candidates pick the wrong answer

B

Candidates may confuse static NAT with PAT due to their similar purposes in network address translation, leading them to incorrectly assume that the command enables overload for multiple users.

C

Candidates might choose this option due to a misunderstanding of NAT concepts, confusing the static mapping with security features that restrict access to internal hosts.

D

Candidates might choose this option due to a misunderstanding of NAT concepts, conflating NAT operations with IP address configuration changes, leading them to believe that NAT inherently modifies subnet masks.

947
MCQmedium

Which port-security violation mode drops frames from unauthorized MAC addresses but keeps the interface up and does not send an SNMP trap or syslog message?

A.protect
B.restrict
C.shutdown
D.shutdown vlan
AnswerA

Protect is the quietest switchport port-security violation mode: when the port's MAC address table is full, it silently drops frames from new, unknown MAC addresses while continuing to forward traffic for already-learned addresses. No SNMP trap or syslog message is generated, and the port remains up and operational, making the violation virtually invisible to network monitoring. This is the correct answer because the question asks which mode drops frames without any further action or notification.

Why this answer

Protect silently drops frames from unauthorized sources while leaving the interface up. Restrict also drops frames but increments the violation counter and can generate notifications.

Exam trap

Be careful not to confuse Protect with Restrict, as both drop frames but only Restrict sends notifications.

Why the other options are wrong

B

The 'restrict' mode allows frames from unauthorized MAC addresses to be dropped while sending SNMP traps and syslog messages, which contradicts the requirement of keeping the interface up without notifications.

C

The 'shutdown' mode disables the interface when a violation occurs, which is contrary to the requirement of keeping the interface up. It also does not align with the need to drop frames without sending SNMP traps or syslog messages.

D

The 'shutdown vlan' mode disables the entire VLAN when a violation occurs, which is not aligned with the requirement to keep the interface up. This option also typically sends SNMP traps or syslog messages, which contradicts the question's criteria.

When would these options actually be correct?

B

In a different question, if asked about a port-security mode that drops unauthorized MAC frames but also sends alerts to network management systems, 'restrict' would be the correct answer, as it fits the criteria of notifying administrators while maintaining interface functionality.

C

In a question asking for a port-security violation mode that completely disables the interface upon detecting unauthorized MAC addresses, 'shutdown' would be the correct answer. This scenario would focus on a strict security posture where any unauthorized access leads to immediate interface shutdown.

D

In a scenario where the question asks which port-security violation mode disables a specific VLAN but still allows other VLANs to function normally, 'shutdown vlan' would be the correct answer. This could involve a focus on VLAN-specific security measures rather than interface status.

Why candidates pick the wrong answer

B

Candidates may choose 'restrict' because it sounds similar to 'protect' and implies a proactive approach to security, leading them to mistakenly associate it with a mode that drops unauthorized traffic without shutting down the interface.

C

Candidates may choose 'shutdown' because it is a well-known port-security mode that directly addresses unauthorized access, leading to confusion with the requirement to drop frames while keeping the interface operational.

D

Candidates may find 'shutdown vlan' tempting because it suggests a strong security posture by disabling a VLAN, which might seem like a logical choice when considering unauthorized access prevention.

948
MCQhard

R1 has routes to 172.16.10.0/24 from multiple sources. Which route will be installed?

A.The OSPF route with metric 20
B.The EIGRP internal route
C.The RIP route because hop count is lowest
D.The static route with administrative distance 95
AnswerB

EIGRP internal AD 90 is the lowest among the listed candidates.

Why this answer

Routers compare route source trust first using administrative distance. EIGRP internal routes have an AD of 90, which is lower than OSPF (110), RIP (120), and a static route with AD 95. Therefore, the EIGRP internal route is installed, regardless of metrics.

Exam trap

A common trap is confusing administrative distance with routing metric, causing candidates to choose OSPF due to its lower metric or the static route with AD 95 over the correct EIGRP route.

Why the other options are wrong

A

The OSPF route (AD 110) has a lower metric but a higher administrative distance than EIGRP, so it loses.

C

The RIP route (AD 120) has the highest administrative distance and loses regardless of its hop count metric.

D

The static route with AD 95 loses to the EIGRP internal route (AD 90) because a lower AD is preferred.

When would these options actually be correct?

A

If the question stated that OSPF and EIGRP have the same administrative distance (e.g., both set to 120) and OSPF's metric (20) is better than EIGRP's metric, then the OSPF route would be installed based on lowest metric.

C

In a scenario where all routes are from RIP (e.g., multiple RIP paths to the same network), the route with the lowest hop count would be installed. For example, if the question asked 'Which RIP route will be installed?' and two RIP routes with different hop counts exist, the one with the lowest hop count is correct.

D

If the question stated that the static route had an administrative distance of 85 (lower than all dynamic protocols), or if the dynamic routes were all from protocols with higher ADs (e.g., RIP at 120, OSPF at 110), then the static route with AD 95 would be installed.

Why candidates pick the wrong answer

A

Candidates may focus on the metric value (20) being low and assume that OSPF will win, forgetting that administrative distance is evaluated first before metric comparison.

C

Candidates may mistakenly believe that the metric (hop count) is the deciding factor across different routing protocols, ignoring the higher priority of administrative distance.

D

Candidates may think that a static route with a low AD (95) is always preferred over dynamic routes, but they forget that EIGRP internal routes have an even lower AD (90).

949
Drag & Drophard

Drag and drop the following steps into the correct order to configure a new WLAN on a Cisco WLC using IOS-XE CLI, including WPA3-Personal security, and to complete a wireless client association with DHCP.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The configuration order follows the Cisco IOS-XE WLC CLI: first enter global config, create the WLAN profile, set security (WPA3-Personal/SAE), enable the WLAN, then the client associates and gets an IP via DHCP.

Exam trap

Be careful with the order of operations: you must create the WLAN profile first, then configure security, then enable the WLAN. Also, remember that DHCP IP assignment occurs after the client associates, not before.

Why candidates pick the wrong answer

B

Candidates might think enabling the WLAN early is fine because they plan to configure security later, but the CLI requires security configuration before enabling.

C

Candidates might think security can be configured globally or before creating the WLAN, but it is profile-specific.

D

Candidates might think DHCP is a prerequisite for association, but association must complete first for the client to communicate with the DHCP server.

950
Multi-Selecthard

Which two conditions must match on two switch ports before they can successfully form a Layer 2 EtherChannel? (Choose two.)

Select 2 answers
A.The switchport mode and VLAN settings
B.The STP root bridge ID on both switches
C.The speed and duplex settings
D.The interface description
E.The ARP timeout value
AnswersA, C

For an EtherChannel to operate correctly, each member port on both switches must be assigned the same switchport mode (access or trunk) and, if trunking, the identical set of allowed VLANs. When mode or VLAN permissions differ across links, frames may be dropped or forwarded inconsistently because the channel treats all member ports as a single logical link, and STP or negotiation protocols will reject the bundle if these attributes disagree.

Why this answer

Layer 2 EtherChannel members must have compatible Layer 2 configuration. Port mode, VLAN-related settings, speed, and duplex all need to align for the bundle to form correctly.

Exam trap

Remember that EtherChannel requires consistent speed and duplex settings, and also consistent switchport mode (access or trunk) and allowed VLANs.

Why the other options are wrong

B

This option is wrong because the STP root bridge ID does not directly affect the formation of an EtherChannel; EtherChannel requires matching port configurations, not spanning tree parameters.

D

The interface description does not affect the formation of an EtherChannel, as it is merely a label for identification purposes and does not influence Layer 2 connectivity or protocol negotiation.

E

The ARP timeout value does not affect the formation of a Layer 2 EtherChannel, as EtherChannel operates at Layer 2 and is concerned with port configurations, not Layer 3 settings like ARP.

When would these options actually be correct?

B

In a different question asking about the prerequisites for a stable spanning tree topology, the STP root bridge ID would be relevant. For example, if the question focused on ensuring consistent spanning tree behavior across multiple switches, matching root bridge IDs would be necessary.

D

In a question focused on network documentation or management best practices, where candidates are asked to identify the importance of consistent interface descriptions across switch ports for ease of troubleshooting and management, this option would be correct.

E

In a question focused on Layer 3 configurations or network performance optimization, a scenario might ask about factors that influence ARP behavior, where candidates must identify the correct ARP timeout settings for different network segments.

Why candidates pick the wrong answer

B

Candidates may find this option tempting because they understand that STP is crucial for Layer 2 networks and might mistakenly believe that its parameters are relevant to EtherChannel formation.

D

Candidates may mistakenly believe that interface descriptions play a role in EtherChannel formation due to their importance in network documentation and clarity, leading to confusion about their technical relevance in this specific context.

E

Candidates may confuse Layer 2 EtherChannel requirements with Layer 3 functionalities, mistakenly thinking that ARP settings could impact the link aggregation process.

951
MCQmedium

A network technician is troubleshooting a connectivity issue between two hosts. Host A sends a web request to Host B. The technician captures packets on the link between the two hosts and sees the data as '01010101...'. At which layer of the OSI model is this data being transmitted, and what is the correct PDU name for this layer?

A.Data Link layer; frames
B.Physical layer; bits
C.Network layer; packets
D.Transport layer; segments
AnswerB

The Physical layer (Layer 1) is responsible for the transmission and reception of unstructured raw bit streams over a physical medium, such as copper wire, fiber, or radio waves. At this layer, the PDU is simply the bit, and there is no recognition of packets, frames, or segments—only signaling states that represent 0s and 1s. The captured data '01010101...' exactly matches this definition, making 'Physical layer; bits' the correct answer.

Why this answer

The data shown as '01010101...' represents raw binary bits being transmitted over the physical medium. At the Physical layer (Layer 1), data is encoded as electrical signals, light pulses, or radio waves, and the PDU is called bits. This matches the description of the captured data.

Exam trap

Cisco often tests the distinction between the Physical layer's raw bits and the Data Link layer's frames, expecting candidates to recognize that binary sequences without structure belong to Layer 1, not Layer 2.

Why the other options are wrong

A

The technician sees raw bits before framing, so this is not the Data Link layer.

C

The Network layer deals with logical addressing and routing, not the physical transmission of bits.

D

The Transport layer is above the Physical layer and does not deal with bit-level transmission.

952
Multi-Selectmedium

Which three options are true regarding the operation of Dynamic ARP Inspection (DAI) on a Cisco switch? (Choose three.)

Select 3 answers
.DAI validates ARP packets based on the DHCP snooping binding database.
.DAI can be configured to drop ARP packets with invalid MAC-to-IP address bindings.
.DAI is typically enabled on untrusted ports that face end hosts.
.DAI encrypts ARP replies to prevent eavesdropping.
.DAI relies on the MAC address table to validate ARP requests.
.DAI prevents rogue DHCP server attacks by inspecting DHCP offers.

Why this answer

Dynamic ARP Inspection (DAI) validates ARP packets by intercepting them on untrusted ports and checking the MAC-to-IP address binding against the DHCP snooping binding database. If the binding is invalid or missing, DAI drops the packet, preventing ARP spoofing attacks. This is why all three statements are correct: DAI relies on the DHCP snooping database, drops invalid bindings, and is enabled on untrusted ports facing end hosts.

Exam trap

Cisco often tests the misconception that DAI validates ARP packets using the MAC address table or ARP cache, when in fact it strictly relies on the DHCP snooping binding database.

953
Multi-Selectmedium

Which two statements accurately describe controller-based networking at the CCNA level?

Select 2 answers
A.A controller can centralize management and policy logic.
B.Northbound APIs can allow external applications to communicate with the controller.
C.Controllers eliminate all need for switches and routers.
D.Controllers are unrelated to automation.
E.Controllers require Telnet for all communication.
AnswersA, B

A controller centralizes management and policy logic, providing a single point from which administrators define and enforce network-wide configurations, security policies, and quality-of-service rules. This abstraction simplifies operations compared with per-device CLI management, allowing consistent policy application across many switches and routers without replacing the forwarding infrastructure itself.

Why this answer

A software-defined networking (SDN) controller centralizes management, policy logic, and network intelligence, reducing manual per-device configuration. Option B is correct because northbound APIs (e.g., REST APIs) allow external applications, orchestration tools, and automation scripts to interact with the controller for dynamic network control. Option C is wrong because controllers do not eliminate switches and routers; these devices still forward packets based on instructions from the controller.

Option D is wrong because controllers are fundamental to network automation—they provide programmable interfaces and centralized logic that enable automated provisioning and policy enforcement. Option E is wrong because modern controllers use secure communication channels such as HTTPS, SSH, or TLS, not Telnet (which is insecure and rarely used in controller architectures).

Exam trap

A frequent exam trap is selecting answers that imply controllers replace all network devices or that they are unrelated to automation. Some candidates mistakenly believe that controller-based networking removes the need for switches and routers, which is incorrect because these devices still perform actual packet forwarding. Others overlook the role of controllers in automation, ignoring that controllers expose northbound APIs specifically to enable external applications and automation tools to interact with the network.

Misunderstanding these points can lead to choosing incorrect options that overstate or understate the controller’s role.

Why the other options are wrong

C

This option is incorrect because controllers do not eliminate the need for switches and routers; these devices still perform the actual packet forwarding in the network.

D

This option is incorrect since controllers are highly relevant to automation, providing APIs and centralized control that enable automated network management workflows.

E

This option is incorrect because controller communication is not universally based on Telnet; modern controllers use secure protocols and APIs rather than relying solely on Telnet.

When would these options actually be correct?

C

In a question focused on theoretical networking concepts where the context implies a fully virtualized network environment, one might argue that in such a scenario, traditional switches and routers could be deemed unnecessary. This could be framed in a way that emphasizes a completely software-defined approach.

D

In a question specifically focused on traditional networking concepts, where the role of automation is not mentioned, this option could be correct if it asked about the functions of legacy networking devices that do not utilize controller-based architectures.

E

In a different exam scenario focused on legacy systems or specific configurations, a question might state that a particular controller only supports Telnet for communication due to compatibility with older network devices. In that case, option E would be correct.

Why candidates pick the wrong answer

C

Candidates may find this option tempting due to a misunderstanding of the role of controllers, mistakenly believing that advanced networking technologies can fully replace traditional hardware, especially in discussions about software-defined networking.

D

Candidates may choose this option due to a misunderstanding of the role of controllers in modern networking, confusing them with traditional networking practices where automation was less prevalent, leading to the assumption that controllers are not related to automation.

E

Candidates may choose this option due to a misunderstanding of traditional network management practices, where Telnet was commonly used, leading them to incorrectly associate it with all types of network controllers.

954
PBQhard

Which option performs the RESTCONF operations correctly?

Network Topology
G0/0192.168.1.1/30G0/0192.168.1.2/30linkR1R2

Hints

  • Check the YANG module path: ietf-interfaces vs Cisco-IOS-XE-native
  • Ensure the Accept header matches the data format (yang-data+json)
  • For PATCH, the Content-Type must be application/yang-data+json, not application/json
A.GET /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0 with Accept: application/yang-data+json; then PATCH same URI with Content-Type: application/yang-data+json and body {"ietf-interfaces:interface":{"duplex":"full"}}; expect 204 No Content.
B.GET /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0 with Accept: application/json; then PATCH same URI with Content-Type: application/json and body {"duplex":"full"}; expect 204 No Content.
C.GET /restconf/data/Cisco-IOS-XE-native:interface/GigabitEthernet0/0 with Accept: application/yang-data+json; then PATCH same URI with Content-Type: application/yang-data+json and body {"Cisco-IOS-XE-native:interface":{"duplex":"full"}}; expect 204 No Content.
D.GET /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0 with Accept: application/yang-data+json; then PATCH same URI with Content-Type: application/yang-data+json and body {"duplex":"full"}; expect 200 OK.
AnswerA
solution
! R1
GET request URI: /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0
GET headers: Accept: application/yang-data+json
PATCH request URI: /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0
PATCH headers: Content-Type: application/yang-data+json
PATCH body: {"ietf-interfaces:interface": {"duplex": "full"}}

Why this answer

The correct base URI for RESTCONF is /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0. The Accept header must be application/yang-data+json. If the Content-Type header is incorrect (e.g., application/json), the router will return a 415 Unsupported Media Type error.

Using the wrong YANG module path, such as Cisco-IOS-XE-native:interface/GigabitEthernet0/0, will result in a 404 Not Found because the data model does not match. After a successful GET, the PATCH request must include the same URI with Content-Type: application/yang-data+json and a JSON body specifying "duplex": "full". The response should be a 204 No Content if successful.

Exam trap

Watch out for the required media type: RESTCONF uses application/yang-data+json, not generic application/json. Also, the YANG path must match the data model; for standard interface settings, use ietf-interfaces, not Cisco-IOS-XE-native. Finally, remember that a successful PATCH returns 204 No Content, not 200 OK.

Why the other options are wrong

B

The specific factual error is that RESTCONF requires the media type application/yang-data+json for YANG data, not generic application/json.

C

The specific factual error is that the duplex setting is defined in the ietf-interfaces YANG model, not in Cisco-IOS-XE-native. The URI path must match the data model.

D

The specific factual errors are: (1) The PATCH body must be structured as {"ietf-interfaces:interface":{"duplex":"full"}} to match the YANG data tree; (2) The success response for PATCH is 204 No Content, not 200 OK.

Why candidates pick the wrong answer

B

Candidates might think that application/json is acceptable because it is a common JSON media type, but RESTCONF mandates the specific yang-data+json subtype.

C

Candidates might assume that Cisco-specific modules are required for device configuration, but for standard interface settings like duplex, the IETF model is used.

D

Candidates might think that sending only the leaf is sufficient and that 200 OK is the standard success response, but RESTCONF uses 204 for successful PATCH and requires the full data path.

955
MCQmedium

A user says the phone connected to a switch port works, but the attached PC does not get network access. What is the most likely switch-side issue?

A.The access VLAN for the PC is misconfigured
B.The voice VLAN should always match the access VLAN
C.PortFast blocks the PC from sending traffic
D.The phone requires the switch to be in trunk mode
AnswerA

In a typical IP phone topology, the phone passes PC traffic toward the switch as untagged frames, relying on the port's access VLAN assignment. If the PC's access VLAN is incorrect or doesn't match the intended data subnet, the PC receives no valid IP connectivity even though the phone registers. The voice VLAN only affects the phone's tagged voice traffic; it does not fix PC data VLAN misconfiguration.

Why this answer

An IP phone can use a voice VLAN while the attached PC uses the access VLAN. If the access VLAN is missing or wrong, the phone may still work while the PC fails.

Exam trap

Ensure you understand the difference between voice and access VLANs and how they affect different devices on the same port.

Why the other options are wrong

B

The voice VLAN and access VLAN are typically different; matching them would defeat the purpose of separating voice and data traffic, and it would not cause the PC to lose network access.

D

In the described scenario, the phone works but the PC does not, indicating a VLAN mismatch for the PC's access VLAN, not a trunk mode issue. Trunk mode is not required for a phone; instead, the switch port typically uses a voice VLAN and an access VLAN, with the phone tagging voice traffic and passing PC traffic untagged.

When would these options actually be correct?

B

In a scenario where a switch port is configured with a single VLAN for both voice and data (e.g., a small office without separate voice VLAN), the voice VLAN should match the access VLAN to ensure the phone and PC can communicate on the same network.

D

If the question stated that the phone is not working at all and the switch port is connected to an IP phone that requires multiple VLANs (e.g., voice and data), then the switch port might need to be in trunk mode to carry both tagged and untagged traffic. For example, a scenario where the phone fails to get an IP address and the PC also has no connectivity could indicate a trunk misconfiguration.

Why candidates pick the wrong answer

B

Candidates may confuse the concept of VLAN matching with simplicity, thinking that using the same VLAN for voice and data avoids misconfiguration issues.

D

Candidates may confuse the need for trunking between switches with the requirement for a switch-to-phone connection, not realizing that most IP phones use a special voice VLAN configuration (access port with voice VLAN) rather than a full trunk.

956
MCQhard

A host uses subnet mask 255.255.255.224. How many total addresses exist in each subnet block?

A.16
B.32
C.30
D.64
AnswerB

The subnet mask 255.255.255.224 has 27 network bits, denoted as /27. The total number of addresses in a subnet is calculated as 2^(32-27) = 2^5 = 32. This total includes both the network address and the broadcast address, so the full address block size is 32 addresses.

Why this answer

The subnet mask 255.255.255.224 (/27) has 5 host bits, so each subnet has 2^5 = 32 total addresses. Option A (16) results from confusing /27 with /28 (4 host bits = 16). Option D (64) results from confusing /27 with /26 (6 host bits = 64).

Option C (30) is the number of usable host addresses (32 - 2 = 30), not the total addresses asked for in the question.

Exam trap

Be careful to distinguish between total addresses and usable addresses. Many candidates automatically think of usable addresses when subnetting.

Why the other options are wrong

A

16 would be the total addresses for a /28 mask (4 host bits), not the /27 mask specified.

C

30 is the number of usable host addresses (total addresses minus network and broadcast), not the total addresses.

D

64 would be the total addresses for a /26 mask (6 host bits), not the /27 mask specified.

When would these options actually be correct?

A

If the question specified a subnet mask of 255.255.255.240 instead, which corresponds to 28 subnet bits, then the total number of addresses would be 16. This would make option A the correct answer in that context.

C

If the question asked for the number of usable addresses in a subnet with a mask of 255.255.255.224, option C would be correct, as there are 30 usable addresses after accounting for the network and broadcast addresses.

D

In a different question, if the subnet mask were 255.255.255.192, which allows for 64 addresses per subnet, option D would be correct. The question would need to specify that subnet mask to align with this answer.

Why candidates pick the wrong answer

A

Candidates may choose this option due to confusion between the number of usable addresses and total addresses, mistakenly recalling that 16 is a common subnet size for smaller networks.

C

Candidates may choose this option due to confusion between total addresses and usable addresses, leading them to mistakenly calculate the usable addresses instead of the total available in the subnet.

D

Candidates may choose this option due to confusion between the number of usable addresses and total addresses, or they might mistakenly associate larger subnet masks with larger address counts without proper calculation.

957
Drag & Dropmedium

Drag and drop the following steps into the correct order to describe the router's routing table lookup process from receiving a packet with a destination IP address to making the forwarding decision, including best-path selection criteria.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The process starts with packet arrival, then longest prefix match, followed by tie-breaking using administrative distance and metric, culminating in forwarding.

Exam trap

Do not confuse the order of longest prefix match and administrative distance. Longest prefix match is always performed first; administrative distance and metric are tie-breakers applied only when multiple routes match the same prefix length.

Why candidates pick the wrong answer

B

Candidates might think that administrative distance is considered first because it is a primary selection criterion, but the longest prefix match is always evaluated first.

C

Candidates might think that once a longest prefix match is found, the router immediately forwards, forgetting that multiple routes may exist requiring tie-breaking.

D

Candidates might confuse the order of operations, thinking that tie-breaking happens first because it is a key concept, but the routing table lookup always starts with longest prefix match.

958
Multi-Selectmedium

Which TWO statements correctly describe differences between 802.11ac (Wi-Fi 5) and 802.11ax (Wi-Fi 6)?

Select 2 answers
A.802.11ac uses OFDMA, while 802.11ax uses only OFDM.
B.802.11ax supports 1024-QAM modulation, whereas 802.11ac supports up to 256-QAM.
C.Both 802.11ac and 802.11ax operate exclusively in the 5 GHz band.
D.802.11ax operates in both the 2.4 GHz and 5 GHz bands, while 802.11ac operates only in the 5 GHz band.
E.802.11ac introduces target wake time (TWT) for improved power saving, but 802.11ax does not support it.
AnswersB, D

802.11ax increases the maximum modulation order to 1024-QAM, encoding 10 bits per subcarrier symbol, whereas 802.11ac caps at 256-QAM, encoding 8 bits per symbol. This yields a raw data rate increase of roughly 25% at equivalent channel width and coding rate, but only when signal-to-noise ratio is sufficient to support the denser constellation without excessive bit errors.

Why this answer

Options B and D are correct. 802.11ax (Wi-Fi 6) introduces 1024-QAM for higher data rates (B), while 802.11ac maxes at 256-QAM. Additionally, 802.11ax supports both 2.4 GHz and 5 GHz bands, whereas 802.11ac is limited to 5 GHz only (D). Option A is incorrect because it reverses the roles: 802.11ac uses OFDM, and 802.11ax uses OFDMA.

Option C is incorrect because 802.11ax also operates in 2.4 GHz. Option E is incorrect because Target Wake Time (TWT) is introduced in 802.11ax, not 802.11ac.

Exam trap

Cisco often tests the misconception that 802.11ac also uses OFDMA or that both standards operate in the same frequency bands, so candidates must remember that OFDMA is exclusive to 802.11ax and that 802.11ac is 5 GHz only.

Why the other options are wrong

A

This statement reverses the technologies: 802.11ac uses OFDM, and 802.11ax uses OFDMA.

C

802.11ax adds 2.4 GHz support for backward compatibility and better range.

E

TWT is a feature of 802.11ax, not 802.11ac.

959
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure a WPA3 SSID on a Cisco WLC and complete a wireless client association.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

The steps follow the standard WLC configuration sequence: create the WLAN, set WPA3-Personal security, enable it, then the client associates and gets an IP.

Exam trap

The trap is that candidates may think security can be configured after enabling the WLAN, or that client IP assignment occurs before association. Remember: always configure all settings before enabling the WLAN, and client DHCP occurs after association.

Why candidates pick the wrong answer

B

Candidates might think enabling is a separate step that can be done at any time, but the WLAN must be created first.

C

Candidates might think security can be changed after enabling, but best practice is to configure all settings before enabling.

D

Candidates might confuse the order of client operations, thinking DHCP happens before association, but association is required first.

960
Multi-Selectmedium

Which TWO statements correctly describe the behavior of standard ACLs when applied to an interface?

Select 2 answers
A.Standard ACLs filter traffic based on source and destination IP addresses.
B.Standard ACLs should be placed as close to the destination as possible.
C.Standard ACLs can filter traffic based on protocol type (TCP, UDP, ICMP).
D.Standard ACLs use an implicit deny any statement at the end.
E.Standard ACLs are applied to interfaces in the inbound direction only.
AnswersB, D

Because standard ACLs only match the source IP address, applying them near the source can inadvertently drop traffic intended for other destinations. To minimize this risk, standard ACLs should be placed as close to the destination as possible, where the source address's reach is limited and the filter's impact is scoped. This placement reduces collateral damage to legitimate traffic that should only be filtered near the target network.

Why this answer

Standard ACLs filter traffic based solely on the source IP address, not the destination. Because they do not consider destination addresses, placing them as close to the destination as possible prevents them from inadvertently blocking traffic that should reach other parts of the network. This placement ensures that only the intended traffic is filtered at the final hop before the destination.

Exam trap

Cisco often tests the misconception that standard ACLs can filter on destination addresses or protocols, leading candidates to choose option A or C, when in fact standard ACLs only match source IP addresses and always end with an implicit deny any.

Why the other options are wrong

A

This describes the capability of extended ACLs, not standard ACLs.

C

Protocol filtering is a feature of extended ACLs, not standard ACLs.

E

Both inbound and outbound application are possible, though placement depends on the filtering strategy.

961
MCQeasy

Which data format is commonly used with REST APIs to represent objects, arrays, and key-value pairs?

A.JSON
B.STP
C.EIGRP
D.802.1Q
AnswerA

JSON (JavaScript Object Notation) is a lightweight, text-based data-interchange format that organizes data into key-value pairs and arrays. It is language-agnostic, human-readable, and natively parseable by virtually every programming language, making it the de facto standard for representing resources in REST API request and response bodies, typically transmitted over HTTP with the Content-Type: application/json header.

Why this answer

JSON is a common data-interchange format used in APIs and automation systems.

Exam trap

Avoid assuming older technologies like XML are still the most common choice for modern REST APIs.

Why the other options are wrong

B

STP (Spanning Tree Protocol) is a network protocol used for preventing loops in Ethernet networks, and it is not a data format used with REST APIs. Therefore, it does not represent objects, arrays, or key-value pairs.

C

EIGRP (Enhanced Interior Gateway Routing Protocol) is a routing protocol used for exchanging routing information within an autonomous system, not a data format for representing objects or key-value pairs in APIs.

D

802.1Q is a networking standard used for VLAN tagging in Ethernet frames, not a data format for representing objects or key-value pairs in APIs. It does not relate to REST API data representation.

When would these options actually be correct?

B

If the exam question asked about protocols used for data transmission in network environments, particularly in relation to Ethernet networks, STP could be the correct answer. For example, a question could ask about protocols that manage network topology to prevent loops.

C

If the question were about identifying protocols used in network communication, particularly those that manage routing information, EIGRP would be the correct answer when asking about dynamic routing protocols in a network setup.

D

If the question asked about network protocols or standards related to VLANs and their role in data transmission, then 802.1Q would be the correct answer as it defines how to tag Ethernet frames for VLAN identification.

Why candidates pick the wrong answer

B

Candidates may confuse STP with data formats due to its acronym and association with network technologies, leading them to mistakenly think it relates to data representation in APIs.

C

Candidates may confuse EIGRP with data handling concepts due to its technical nature and familiarity in networking, leading them to mistakenly associate it with data formats used in API communication.

D

Candidates may confuse 802.1Q with data transmission concepts in networking, leading them to mistakenly associate it with data formats used in APIs, due to its relevance in network communication.

962
MCQhard

A technician is troubleshooting an issue where internal hosts can successfully ping internet addresses but cannot establish HTTP sessions. The router is configured with PAT (overload) and uses an access list to define the inside local addresses. Recently, the internal network was renumbered from 192.168.0.0/24 to 10.0.0.0/24. What is the most likely cause?

A.The router's HTTP inspection rule is blocking outbound TCP port 80.
B.The NAT access list still permits 192.168.0.0/24 and does not match the new 10.0.0.0/24 addresses.
C.The outside interface access list is blocking TCP packets from the new 10.0.0.0/24 subnet.
D.The default route has been changed to point to the wrong next-hop address, causing only HTTP packets to be dropped.
AnswerB

Because the ACL that defines inside local addresses for PAT was never updated after renumbering, no dynamic translations are created for HTTP sourced from 10.0.0.0/24.

Why this answer

The NAT access list (used with 'ip nat inside source list') still references the old 192.168.0.0/24 subnet. After renumbering to 10.0.0.0/24, the access list does not match the new inside local addresses, so PAT (overload) translation is not performed for those hosts. ICMP (ping) can still succeed if the router has a route to the internet and the packets are not translated, but HTTP sessions fail because the return traffic cannot be mapped back to the internal hosts without a NAT translation entry.

Exam trap

Cisco often tests the misconception that ping success implies full connectivity; the trap here is that ICMP can work without NAT translation if the router has a route, but TCP sessions require proper NAT entries for return traffic.

Why the other options are wrong

A

Candidates may confuse security inspection with NAT translation, assuming that a protocol‑specific inspection is needed for HTTP.

C

Tempting because an ACL could selectively block TCP; however, the question provides context about the renumbering, which directly points to the NAT configuration.

D

Candidates may assume that different protocols might take different paths, but a single default route applies uniformly to all IP traffic.

963
MCQhard

A switch has a root port and an alternate port for the same VLAN. Which statement best explains the operational role of the alternate port?

A.It is a backup path toward the root bridge and normally does not forward while the active root path is healthy.
B.It always forwards traffic at the same time as the root port for load balancing.
C.It is the port that elects the root bridge for the VLAN.
D.It is a special routed port used for inter-VLAN communication.
AnswerA

In Rapid PVST+ or classic STP, an alternate port receives a superior BPDU from another switch on the same segment, providing a redundant path to the root. It remains in discarding/blocking state while the root port is healthy, and only transitions to forwarding if the root port fails, ensuring a loop-free topology while preserving redundancy.

Why this answer

The alternate port acts as a backup path toward the root bridge and stays in a non-forwarding state under normal conditions. In practical terms, STP keeps it ready in case the active path fails, but it does not allow it to forward frames while the primary root path is healthy. That is how STP preserves redundancy without creating loops.

This question is useful because many learners understand root ports and designated ports but do not clearly understand what the alternate role represents.

Exam trap

Don't confuse STP's redundancy roles with load balancing or congestion management. Remember, alternate ports are for backup, not active traffic routing.

Why the other options are wrong

B

Option B is incorrect because an alternate port does not forward traffic while the root port is active; it serves as a backup path and only becomes active if the root port fails.

C

This option is wrong because the alternate port does not participate in the election process for the root bridge; it only serves as a backup path to the root bridge once it is established.

D

Option D is incorrect because an alternate port is not a routed port; it operates at Layer 2 and is part of the Spanning Tree Protocol, which does not involve routing functionalities for inter-VLAN communication.

When would these options actually be correct?

B

If the question were to ask about a network configuration that uses multiple paths for load balancing and specifies that both the root port and alternate port can forward traffic simultaneously, then option B would be correct.

C

If the question asked about the role of a port in the Spanning Tree Protocol (STP) during the election process, specifically focusing on how ports contribute to determining the root bridge, then this option would be correct.

D

If the question were to ask about the function of a routed port in a Layer 3 switch that facilitates inter-VLAN communication, then option D would be correct. In that scenario, the routed port would be responsible for forwarding traffic between different VLANs.

Why candidates pick the wrong answer

B

Candidates might choose this option due to a misunderstanding of spanning tree protocols, confusing the roles of root and alternate ports with load balancing concepts commonly used in other networking scenarios.

C

Candidates may choose this option due to a misunderstanding of STP roles, confusing the functions of port types and the process of root bridge election, leading them to think that alternate ports have a role in that election.

D

Candidates may find this option tempting due to a misunderstanding of port types in VLAN configurations, conflating Layer 2 switching concepts with Layer 3 routing functionalities, leading to confusion about their roles.

964
MCQhard

An IPv6 host has a global unicast address and a correct default route learned from a router advertisement, but the next-hop entry shown on the host uses a link-local address rather than a global unicast address. What is the best explanation?

A.IPv6 hosts commonly use the router’s link-local address as the next hop on the local segment.
B.The host has learned the wrong default route because IPv6 gateways must always be global unicast.
C.The host can reach only local destinations when the next hop is link-local.
D.The router advertisement has failed because it did not provide a MAC address.
AnswerA

In IPv6, routers send Router Advertisements (RAs) on the local link with their link-local address as the source and as the advertised next-hop address. Hosts install a default route (::/0) pointing to that link-local address, which is reachable on the same link. This is standard operation; global unicast addresses are not required—or even preferred—for next-hop determination.

Why this answer

That behavior is normal in IPv6. In practical terms, the host only needs to reach the router on the local segment, so it uses the router’s link-local address as the next-hop target. The packet still leaves the local link toward remote destinations, but the immediate neighbor on that link is identified by link-local addressing.

This is an important IPv6 concept because many people assume the default gateway must be a globally routable address. It does not. On the local link, the host is really forwarding to its directly attached router interface, and the router’s link-local address is enough for that local handoff.

Exam trap

Don't assume that a default gateway must be a global unicast address in IPv6; link-local addresses are used for local communication.

Why the other options are wrong

B

This option is incorrect because IPv6 gateways do not have to be global unicast; link-local addresses are valid for routing within the local network segment. The host can use the link-local address of the router as the next hop for packets destined to other networks.

C

This option is incorrect because a host with a link-local next hop can still reach global unicast addresses, as link-local addresses are used only for communication within the same local network segment.

D

This option is wrong because a router advertisement does not need to provide a MAC address for the next-hop link-local address to be valid; link-local addresses are inherently usable for local communication without MAC address specification.

When would these options actually be correct?

B

In a scenario where a question states that an IPv6 host is configured to only communicate with other devices on the same local link and does not require global connectivity, the statement that 'IPv6 gateways must always be global unicast' could be correct. This would imply a misunderstanding of link-local addressing in a strictly local context.

C

In a scenario where a question specifies that the host is configured to communicate only within a local network and does not have a global unicast address, stating that a link-local next hop limits communication to local destinations would be accurate.

D

In a question where the context specifies that router advertisements are expected to include MAC addresses for proper routing functionality, option D could be correct if the absence of a MAC address leads to a failure in establishing a valid next-hop address.

Why candidates pick the wrong answer

B

Candidates may find this option tempting due to a common misconception that global unicast addresses are necessary for all routing scenarios, leading them to overlook the valid use of link-local addresses in local network communications.

C

Candidates may choose this option due to a misunderstanding of link-local addresses, believing they inherently restrict communication to local destinations without considering the broader context of IPv6 routing capabilities.

D

Candidates might choose this option due to a misunderstanding of the role of MAC addresses in IPv6 routing, mistakenly believing that a lack of MAC address information invalidates link-local addresses in router advertisements.

965
MCQhard

Based on the exhibit, why is the ACL not meeting the requirement to block only HTTPS traffic to the server?

A.Because the ACL entry is too broad and blocks all IP traffic to the host.
B.Because HTTPS uses UDP, not TCP.
C.Because standard ACLs are required for HTTPS filtering.
D.Because the destination must always be a wildcarded subnet, not a host.
AnswerA

The ACL entry uses the keyword 'ip', which matches every IP protocol including TCP, UDP, ICMP, and GRE. To block only HTTPS, the administrator must specify 'tcp' and match destination port 443, as in 'deny tcp any host 192.0.2.10 eq 443'. Because 'deny ip' is all-encompassing, it prevents all traffic to the host, not just HTTPS, which is why the ACL fails the requirement.

Why this answer

The ACL fails because it uses 'deny ip' which blocks all IP traffic to the server, not just HTTPS. To block only HTTPS, the ACL should match TCP port 443 with 'deny tcp eq 443'. Option B is wrong because HTTPS uses TCP, not UDP.

Option C is wrong because extended ACLs (not standard) are required to filter by port. Option D is wrong because a host destination is perfectly valid in extended ACLs; a wildcard subnet is not required.

Exam trap

Ensure you understand the difference between blocking specific ports and blocking all traffic. Misconfiguring an ACL by using 'deny ip' instead of 'deny tcp eq 443' is a common mistake.

Why the other options are wrong

B

HTTPS uses TCP, not UDP.

C

Standard ACLs cannot filter by port; extended ACLs are required.

D

Extended ACLs support host destinations; a wildcard subnet is not required for a specific host.

When would these options actually be correct?

B

In a different question scenario where the focus is on protocols and their transport layers, if the question asked about blocking traffic for a protocol that indeed uses UDP, such as QUIC (which is used for HTTP/3), then this option could be correct.

C

In a different exam scenario where the question states that only standard ACLs can be used for filtering traffic types, and the focus is on the limitations of standard ACLs in filtering specific protocols, this option could be correct. For example, if the question specified that only standard ACLs are allowed for traffic filtering, it would imply that advanced filtering for HTTPS is not possible.

D

In a different exam scenario where the question specifically states that only wildcarded subnets can be used for ACL entries, option D would be correct. For instance, if the question asked about a requirement to block traffic to a range of IP addresses rather than a single host, this option would apply.

Why candidates pick the wrong answer

B

Candidates may be misled by the association of HTTPS with secure communication and mistakenly recall that it could use UDP, leading them to select this option without fully understanding the transport layer details.

C

Candidates might choose this option due to a misunderstanding of the transport layer protocols, confusing HTTPS with other protocols that do use UDP, such as DNS or certain streaming services.

D

Candidates might choose this option due to a misunderstanding of ACL configurations, believing that specific destination types (wildcarded subnets) are universally required for all types of traffic filtering, including HTTPS.

966
Multi-Selectmedium

Which statement correctly describes a feature of WPA3 security in wireless LANs?

Select 1 answer
A.WPA3 uses TKIP encryption for backward compatibility with legacy devices.
B.WPA3 introduces Simultaneous Authentication of Equals (SAE) to resist offline dictionary attacks.
C.WPA3 relies solely on 802.1X/EAP authentication for both personal and enterprise modes.
D.WPA3 mandates the use of GCMP-256 encryption for enhanced security.
E.WPA3 makes Protected Management Frames (PMF) optional to support older clients.
AnswersB

WPA3 replaces the pre-shared key (PSK) four-way handshake with the Simultaneous Authentication of Equals (SAE) protocol, also known as Dragonfly. SAE uses a secure password-authenticated key exchange that provides forward secrecy and prevents an attacker from capturing the handshake and performing offline dictionary or brute-force attacks. Even if the password is weak, each guess requires interaction with the network, greatly increasing the difficulty of compromise.

Why this answer

WPA3 introduces Simultaneous Authentication of Equals (SAE), which uses a Dragonfly key exchange to resist offline dictionary attacks and provide forward secrecy. Option A is wrong because WPA3 does not use or support TKIP encryption; it mandates AES. Option C is wrong because WPA3-Personal uses SAE, not 802.1X/EAP.

Option D is wrong because GCMP-256 is only mandatory in the optional WPA3-Enterprise 192-bit security mode, not across all WPA3 deployments; standard WPA3-Personal uses AES-GCMP with 128-bit keys. Option E is wrong because WPA3 requires Protected Management Frames (PMF) by default, unlike WPA2.

Exam trap

Many candidates incorrectly assume WPA3 universally uses GCMP-256 encryption, confusing the optional enterprise mode with the baseline WPA3-Personal requirement.

Why the other options are wrong

A

WPA3 mandates AES encryption and does not include TKIP for any compatibility; TKIP was deprecated in WPA2.

C

WPA3-Personal uses SAE, not 802.1X/EAP; only WPA3-Enterprise relies on 802.1X.

D

GCMP-256 is only mandated in the optional WPA3-Enterprise 192-bit mode; standard WPA3 uses GCMP with 128-bit keys.

E

Protected Management Frames (PMF) are required, not optional, in WPA3 to mitigate management frame attacks.

When would these options actually be correct?

D

When configuring WPA3 on APs and clients, GCMP-256 is required for full compliance.

967
MCQhard

A router shows the following routing table entries for the same destination: O 10.10.50.0/24 [110/20] via 192.168.12.2, GigabitEthernet0/0 D 10.10.50.0/24 [90/30720] via 192.168.13.2, GigabitEthernet0/1 Which route will become the active route in the routing table?

A.The OSPF route, because its metric is lower
B.The EIGRP route, because its administrative distance is lower
C.Both routes, because the prefixes are identical
D.Neither route, because the metrics use different scales
AnswerB

EIGRP is selected because Cisco routers use administrative distance (AD) as the primary trust metric when multiple routing protocols propose the same prefix. The default AD for EIGRP internal routes is 90, while OSPF's default AD is 110; the lower AD wins, so the EIGRP route is installed in the routing table. The metric values from different protocols are never compared against each other—the router first chooses the protocol with the best AD, and only then uses that protocol's metric for path selection. Therefore, even though OSPF may report a numerically smaller cost, EIGRP's lower AD takes precedence.

Why this answer

The EIGRP route becomes active because the router compares administrative distance first when the same destination is learned from different routing protocols. This is one of the most common Cisco exam traps: candidates compare the OSPF metric value of 20 to the EIGRP metric value and assume the smaller number must win. That is not how route selection works across different protocols.

OSPF metrics and EIGRP metrics are calculated differently, so the router does not compare them directly. Instead it checks administrative distance. EIGRP internal routes default to 90, while OSPF routes default to 110.

Since 90 is lower than 110, the EIGRP route is trusted more and is installed as the active path.

Exam trap

Avoid comparing metric values directly between different protocols; focus on administrative distance first.

Why the other options are wrong

A

This option is incorrect because the active route is determined by the administrative distance, not the metric. In this case, the EIGRP route has a lower administrative distance than the OSPF route, making it the active route.

C

This option is incorrect because only one route can be active for a given destination in a routing table, and having identical prefixes does not mean both routes can be active simultaneously. The router will select the route with the lower administrative distance, which is not addressed here.

D

This option is wrong because both routes are valid, and the router will select the route with the lower administrative distance, not the metric. The administrative distance of the EIGRP route is lower than that of the OSPF route, making it the active route.

When would these options actually be correct?

A

In a different scenario where both routes have the same administrative distance, but the OSPF route has a lower metric than the EIGRP route, the question could ask which route would be preferred based on metric alone. In that case, the OSPF route would indeed be the correct answer.

C

In a different question where the routing table entries for the same destination were configured to allow for equal-cost multi-path (ECMP) routing, both routes could be active. For example, if the question specified that the routing protocol supports ECMP, then this option would be correct.

D

This option would be correct in a scenario where the question specifies that the metrics of the routing protocols are not comparable, such as when using different protocols that do not interact or when metrics are based on different criteria. For example, if the question stated that both routes were from different routing protocols with incompatible metrics, then neither would be selected.

Why candidates pick the wrong answer

A

Candidates may be tempted by this option due to a common misconception that lower metrics always take precedence, leading them to overlook the importance of administrative distance in route selection.

C

Candidates may find this option tempting because they might recall that multiple routes can exist for the same destination, leading to confusion about the conditions under which they can be simultaneously active.

D

Candidates may find this option tempting because they might confuse the concept of metrics with administrative distance, thinking that different metrics automatically disqualify routes from being active.

968
MCQhard

A trunk between two switches is up, but users in VLAN 40 cannot communicate across it. The output shows both sides allow VLAN 40. What is another likely trunk-related cause to check next?

A.Native VLAN mismatch between the two trunk ends
B.Missing router ID in OSPF
C.Incorrect NTP source interface
D.Lack of PAT overload on the WAN router
AnswerA

A native VLAN mismatch on an 802.1Q trunk means each switch expects a different VLAN ID for untagged frames. If VLAN 40 is the native VLAN on one side but not the other, frames sent untagged from one switch are received and categorized into the wrong VLAN or dropped, breaking connectivity for that VLAN. This is a classic trunk misconfiguration to verify after confirming the allowed VLAN list includes VLAN 40 on both ends. Cisco best practice is to set the native VLAN to an unused VLAN or ensure it matches exactly on both trunk peers.

Why this answer

If VLAN 40 is allowed on both ends and the trunk is up, a native VLAN mismatch is still worth checking because trunk problems are not limited to the allowed VLAN list. In plain language, the link may be carrying traffic, but if the two switches disagree on how untagged traffic should be treated, behavior can still become unpredictable. Native VLAN mismatches are a well-known source of warnings and unexpected traffic handling on 802.1Q trunks.

That does not mean every VLAN problem is caused by the native VLAN, but once the obvious allowed-list issue has been ruled out, it becomes a logical next trunk-specific item to verify.

Exam trap

Don't assume that allowed VLANs are the only trunk-related issue; native VLAN mismatches can also disrupt communication.

Why the other options are wrong

B

This option is wrong because the question specifically addresses VLAN communication issues over a trunk link, which are unrelated to OSPF router ID configuration. OSPF router ID affects routing protocols, not VLAN traffic directly.

C

NTP source interface is unrelated to VLAN communication issues over a trunk link; it primarily affects time synchronization across devices. Since the question focuses on VLAN connectivity, this option does not address the core problem.

D

Lack of PAT overload on the WAN router is unrelated to VLAN communication issues between switches. This option pertains to address translation for outbound traffic, not VLAN trunking problems.

When would these options actually be correct?

B

In a different scenario, if the question were about OSPF routing issues where the router ID is not set, candidates might be asked to troubleshoot OSPF adjacency problems. In that case, a missing router ID would prevent OSPF neighbors from forming, making this option correct.

C

In a scenario where the question involves troubleshooting time-sensitive applications that rely on accurate timestamps for logging or coordination, a missing or incorrectly configured NTP source interface could lead to discrepancies in time, causing issues in those applications.

D

In a question focused on NAT configurations, if the scenario involves multiple internal networks needing to share a single public IP address, the lack of PAT overload on the WAN router would be a valid concern affecting outbound connectivity.

Why candidates pick the wrong answer

B

Candidates might choose this option due to a misunderstanding of how routing protocols interact with VLANs, mistakenly believing that OSPF configuration could impact VLAN communication across a trunk link.

C

Candidates might confuse the importance of time synchronization in network operations with VLAN functionality, leading them to mistakenly believe that NTP configuration could impact VLAN communication.

D

Candidates may confuse general connectivity issues with NAT configurations, thinking that any routing or address translation problem could impact VLAN communication, leading them to select this option.

969
PBQhard

You are connected to a multilayer switch MLS1. The network has two other switches SW1 and SW2 forming a triangle topology. Currently, SW1 is the root bridge but it should be SW2. Additionally, configure PortFast and BPDU Guard on interface GigabitEthernet0/2 of MLS1, which connects to a host. Simulate a BPDU violation on that port and then recover the port from err-disabled state.

Network Topology
Gi0/0Gi0/0Gi0/1Gi0/1Gi0/2Gi0/2Gi0/2SiMLS1SW1SW2Host

Hints

  • Check which switch is currently root and change the priority on MLS1 to allow SW2 to become root.
  • The err-disabled port needs to be re-enabled with 'no shutdown' after the cause is removed.
  • Ensure PortFast and BPDU Guard are configured on the edge port.
A.On MLS1, remove 'spanning-tree vlan 1 root primary' and set priority to 4096; on SW2, set priority to 0. On MLS1 Gi0/2, configure 'spanning-tree portfast' and 'spanning-tree bpduguard enable'. After BPDU violation, recover with 'shutdown' then 'no shutdown'.
B.On MLS1, set priority to 0 to make it root; on SW2, set priority to 4096. On MLS1 Gi0/2, configure 'spanning-tree portfast' and 'spanning-tree bpduguard enable'. After BPDU violation, recover by removing BPDU Guard.
C.On MLS1, remove 'spanning-tree vlan 1 root primary' and set priority to 4096; on SW2, set priority to 0. On MLS1 Gi0/2, configure 'spanning-tree portfast' and 'spanning-tree bpduguard enable'. After BPDU violation, recover by reloading MLS1.
D.On MLS1, set priority to 0; on SW2, set priority to 4096. On MLS1 Gi0/2, configure 'spanning-tree portfast' and 'spanning-tree bpduguard enable'. After BPDU violation, recover with 'no shutdown'.
AnswerA
solution
! MLS1
configure terminal
no spanning-tree vlan 1 root primary
spanning-tree vlan 1 priority 4096
interface gigabitEthernet 0/2
no shutdown

Why this answer

Currently, SW1 is the root bridge per the topology, but the goal is to make SW2 the root. On MLS1, removing the 'spanning-tree vlan 1 root primary' command and setting a higher priority (4096) ensures it does not interfere. On SW2, set priority to 0 to make it root.

On MLS1 Gi0/2, configure PortFast and BPDU Guard. If a BPDU is received, the port goes err-disabled; to recover, issue 'shutdown' then 'no shutdown' after resolving the BPDU source.

Exam trap

Trap: Candidates may forget that the root bridge is determined by lowest priority. They might set the wrong switch to lower priority or use incorrect recovery methods like reloading or removing BPDU Guard.

Why the other options are wrong

B

The specific factual error: Setting MLS1 priority to 0 makes it root, opposite of the requirement. Removing BPDU Guard does not recover the port; 'no shutdown' is needed.

C

The specific factual error: Reloading the switch is not the standard recovery for an err-disabled port; 'no shutdown' is the proper command.

D

The specific factual error: MLS1 should have a higher priority (e.g., 4096) and SW2 a lower priority (e.g., 0) to make SW2 root. The option does the opposite.

Why candidates pick the wrong answer

B

Candidates might think setting a lower priority always makes a switch root, but they overlook the requirement that SW2 should be root. They may also confuse recovery methods.

C

Candidates might think that a reload clears all errors, but it is overkill and not the recommended practice. They may not know the 'no shutdown' recovery.

D

Candidates may confuse which switch should have the lower priority. They might think the current root should keep a low priority, but the requirement is to change the root to SW2.

970
PBQhard

You are connected to R1. The link between R1 and R2 is experiencing packet loss and slow performance. Examine the following partial show interface output: R1# show interfaces gigabitEthernet 0/0 GigabitEthernet0/0 is up, line protocol is up Duplex: Full, Speed: Auto, 100Mb/s Input errors: 12345, CRC: 5000, frame: 0, overrun: 0, ignored: 0 R2# show interfaces gigabitEthernet 0/0 GigabitEthernet0/0 is up, line protocol is up Duplex: Half, Speed: Auto, 100Mb/s Input errors: 0, CRC: 0, collisions: 5000, late collisions: 0 Identify the root cause of the issue, and apply the necessary fix on R1 to resolve the problem.

Network Topology
G0/010.0.0.1/30G0/010.0.0.2/30linkR1R2

Hints

  • Look at the number of input errors versus CRC errors.
  • Check the duplex setting on both interfaces.
  • A high number of input errors without CRC often indicates a duplex mismatch.
A.Configure the interface with 'duplex half' to match the half-duplex setting on R2.
B.Configure the interface with 'speed 100' to force the link speed to 100 Mbps.
C.Replace the Ethernet cable with a new one to fix the physical layer issue.
D.Configure the interface with 'no shutdown' to bring the interface up.
AnswerA
solution
! R1
interface gigabitethernet0/0
duplex half

Why this answer

The output reveals a duplex mismatch. R1 is operating in full‑duplex mode, while R2 is in half‑duplex mode. On the full‑duplex side (R1), simultaneous transmissions from both ends result in corrupted frames, visible as a high count of CRC errors.

On the half‑duplex side (R2), ordinary collisions occur because R2 uses CSMA/CD, but no CRC errors are seen because it detects collisions and retransmits. The only immediate fix from R1—since R2 is fixed at half‑duplex—is to change R1's interface to half‑duplex using the command 'duplex half', which matches the settings and stops the corrupted frames. (Long‑term, both sides should ideally be set to full‑duplex, but that requires access to R2.)

Exam trap

A common mistake is to misinterpret the presence of CRC errors on R1 as indicating a cable fault. In a duplex mismatch, the full-duplex side (R1) experiences collisions that manifest as CRC errors (since it does not use CSMA/CD), while the half-duplex side (R2) shows collisions but no CRC errors. Therefore, high CRC errors on one side with no CRC errors but many collisions on the other side is a classic sign of a duplex mismatch, not a physical layer issue.

Why the other options are wrong

B

The specific factual error is that speed mismatch does not cause the high input error count without CRC errors; duplex mismatch does.

C

The specific factual error is that cable issues produce CRC errors, not just input errors; the absence of CRC errors rules out cable problems.

D

The specific factual error is that 'no shutdown' is used to enable an interface that is administratively down; here the interface is up and passing traffic.

Why candidates pick the wrong answer

B

Candidates might think that packet loss is due to speed mismatch, especially if they see 'speed' in the output, but the error pattern points to duplex.

C

Candidates often jump to cable replacement when they see errors, but the specific error type (input errors without CRC) points to duplex mismatch.

D

Candidates might think the interface is down due to errors, but the output shows it is up; they may confuse error counters with interface state.

971
Multi-Selecthard

A static default route is configured on R1 toward ISP-A, and a second default route toward ISP-B is configured with a higher administrative distance. Which two statements are correct during normal operation and after ISP-A failure?

Select 2 answers
A.The route through ISP-A is preferred during normal operation
B.The route through ISP-B acts as a floating backup
C.Both defaults are always installed and used equally
D.The backup route is ignored permanently because only one default route can exist
AnswersA, B

During normal operation, the static default route toward ISP-A is installed in the routing table because it has the default administrative distance of 1 for a static route. Cisco routers select the route with the lowest AD for a given prefix, so the ISP-A default outranks the ISP-B route, which is configured with a higher AD (typically 200). Consequently, all unmatched traffic is forwarded via ISP-A under steady-state conditions.

Why this answer

This is a classic floating static design. The lower-AD default route is primary, and the higher-AD default waits in reserve.

Exam trap

A frequent exam trap is assuming that both default routes are simultaneously active and load-balanced, or that the backup route is permanently ignored because only one default route can exist. The trap lies in misunderstanding administrative distance behavior: the higher AD route is not used until the primary route fails. Misreading this can lead to incorrect answers claiming equal usage or permanent backup route exclusion.

Remember, Cisco routers always prefer the route with the lowest administrative distance and only switch to the floating static route when the primary path is lost.

Why the other options are wrong

C

This option is incorrect because Cisco routers do not install multiple default routes with different administrative distances simultaneously; only the route with the lowest AD is installed and used.

D

This option is incorrect because the backup route is not ignored permanently; it becomes active when the primary default route toward ISP-A fails, ensuring continuous connectivity.

When would these options actually be correct?

C

If both default routes had the same administrative distance and ECMP (equal-cost multipath) was enabled, both would be installed and traffic load-balanced equally.

D

If the question stated that both default routes have the same administrative distance and metric, and the router uses only one default route (e.g., due to hardware limitations or a specific IOS version), then only one would be installed and used.

Why candidates pick the wrong answer

C

Candidates may think that multiple default routes can coexist and be used simultaneously without considering administrative distance or routing table behavior.

D

Candidates may mistakenly believe that only one default route can exist in the routing table, confusing the concept of a single default gateway in a host with multiple default routes in a router.

972
Drag & Dropmedium

Drag and drop the following steps into the correct order to plan, configure, and apply an extended ACL that permits only HTTP traffic from the 192.168.1.0/24 network to the server at 10.0.0.100, and then verify the configuration.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

First, enter config mode. Then create the ACL allowing HTTP from the source network to the destination host. Apply it inbound on the appropriate interface.

Save and verify the configuration.

Exam trap

Remember that ACLs are created in global configuration mode, not interface mode. Also, apply ACLs inbound on the interface closest to the source for efficiency. Pay attention to whether the requirement is to permit or deny traffic.

Why candidates pick the wrong answer

B

Candidates may think outbound application is equivalent, but it wastes router resources by processing unwanted traffic through the router.

C

Candidates might confuse the creation step with the application step, thinking both happen in interface mode.

D

Candidates may misread the requirement or think deny is needed to block other traffic, but the ACL must explicitly permit the desired traffic.

973
MCQmedium

Why is DHCP often preferred over manual addressing on larger user networks?

A.It automates host IP configuration and reduces manual effort and mistakes.
B.It replaces DNS completely.
C.It removes the need for default gateways.
D.It is required by all routing protocols.
AnswerA

DHCP automates host IP configuration by centrally assigning addresses, subnet masks, default gateways, and DNS information, which eliminates tedious manual entry on each device. On larger networks, this reduces administrative overhead and the risk of human error, such as typos or duplicate addressing, while also making IP address management more consistent and easier to track.

Why this answer

DHCP is often preferred because it automates host configuration and reduces both manual work and configuration mistakes. In practical terms, it is far easier to let endpoints receive addresses, masks, gateways, and DNS settings automatically than to configure each device by hand.

This improves scale, consistency, and operational efficiency. That is why DHCP is such a common service in enterprise access networks.

Exam trap

A common exam trap is selecting options that confuse DHCP with DNS or routing protocols. Some candidates mistakenly believe DHCP replaces DNS or removes the need for default gateways. However, DHCP only automates IP configuration; it does not perform name resolution like DNS, nor does it eliminate the requirement for a default gateway.

Another trap is assuming routing protocols depend on DHCP, which is incorrect because routing protocols operate independently of IP address assignment methods. Understanding these distinctions is essential to avoid incorrect answers related to IP services in the CCNA exam.

Why the other options are wrong

B

This option is incorrect because DHCP does not replace DNS. DNS is a separate service responsible for name resolution, while DHCP only provides IP configuration parameters including DNS server addresses.

C

This option is wrong because DHCP does not remove the need for default gateways. Hosts still require gateway information to communicate outside their subnet, and DHCP typically provides this information during configuration.

D

This option is incorrect because routing protocols do not depend on DHCP. Routing protocols function independently of IP address assignment methods and do not require DHCP to operate on user networks.

When would these options actually be correct?

B

In a question that asks about the relationship between DHCP and DNS, where it specifically states that DHCP can provide DNS server information to clients, option B could be correct if it implies that DHCP can fulfill some DNS-related functions in certain contexts.

C

In a question focused on network configurations where the context is a specific type of network that does not require inter-network communication, such as a closed-loop system, this option could be correct if it states that devices within that system do not need a default gateway.

D

In a question asking which services are mandatory for specific routing protocols to operate effectively, if the question specified that DHCP is necessary for dynamic IP address assignment in a particular routing protocol scenario, then this option could be correct.

Why candidates pick the wrong answer

B

Candidates may choose this option due to a misunderstanding of how DHCP and DNS interact, mistakenly believing that DHCP's role in IP configuration implies it can also handle name resolution tasks, leading to confusion about their distinct functions.

C

Candidates may choose this option due to a misunderstanding of DHCP's role in network configuration, mistakenly believing that DHCP's automation extends to eliminating the need for default gateways entirely.

D

Candidates may choose this option due to a misunderstanding of network services, conflating the roles of DHCP and routing protocols, leading them to believe that DHCP is essential for routing functionality.

974
MCQhard

Exhibit: Users on SW2 in VLAN 30 can reach local devices but not hosts in VLAN 30 on SW1. What is the most likely reason?

A.The trunk native VLAN is 1 on both sides
B.VLAN 30 is not allowed on the trunk
C.SW2 must run VTP server mode
D.Spanning tree blocks all user VLANs by default
AnswerB

Inter-switch traffic for a VLAN requires that VLAN to be present in the trunk's allowed list on both ends. When VLAN 30 is omitted or 'pruned' from that list, frames are discarded at the trunk port, so SW2's local clients can communicate within their broadcast domain but cannot reach devices beyond the switch. The command 'show interfaces trunk' would reveal that VLAN 30 is not in the allowed VLAN list, confirming the filter is the cause.

Why this answer

The trunk is allowing only VLANs 10 and 20. Even though both switches have VLAN 30 defined locally, VLAN 30 traffic cannot cross the trunk unless that VLAN is allowed on the link. Option A is incorrect because the native VLAN (default 1) does not affect tagged VLAN 30 traffic, and native VLAN mismatch causes different issues.

Option C is incorrect because VTP is used for VLAN database synchronization, not for forwarding traffic over a trunk; switches do not need to be VTP servers to pass VLAN traffic. Option D is incorrect because spanning tree only blocks redundant paths to prevent loops, not all user VLANs by default.

Exam trap

Ensure you verify trunk configurations when VLAN traffic is not passing between switches, even if VLANs are correctly configured locally.

Why the other options are wrong

A

This option is incorrect because the native VLAN being set to 1 does not prevent VLAN 30 traffic from being transmitted across the trunk link. The issue lies in VLAN 30 not being allowed on the trunk, which is not addressed by the native VLAN setting.

C

This option is incorrect because VTP server mode is not required for VLANs to communicate across switches; VLAN configuration can be done independently on each switch. The issue in the question is related to trunking and VLAN allowance, not VTP mode.

D

Spanning Tree Protocol (STP) does not block all user VLANs by default; it only blocks specific ports to prevent loops. In this case, the issue is related to VLAN 30 not being allowed on the trunk, not STP blocking the VLAN.

When would these options actually be correct?

A

In a scenario where the question specifies that a trunk link is misconfigured with a native VLAN that is not set to match on both ends, leading to VLAN traffic being dropped, this option could be correct. For example, if the question states that VLAN 30 is configured but traffic is not passing due to mismatched native VLAN settings, this would be the right answer.

C

In a scenario where a question asks about the necessity of VTP server mode for VLAN propagation across multiple switches, and it specifies that VLANs must be synchronized across the network, this option would be correct. For example, if the question states that SW1 and SW2 are part of a larger VTP domain and VLAN configurations must be consistent across all switches.

D

In a different scenario where a question states that all VLANs are configured correctly but a specific VLAN is being blocked due to STP configuration issues, option D would be correct. For example, if a question describes a network with multiple VLANs and asks why users cannot communicate due to STP settings, option D would apply.

Why candidates pick the wrong answer

A

Candidates may choose this option due to a common misconception that native VLAN configurations directly affect all VLAN traffic, leading them to overlook the specific trunk configuration details that are crucial in this scenario.

C

Candidates may choose this option due to a misunderstanding of VTP's role in VLAN management and a belief that VTP server mode is essential for VLAN communication, leading them to overlook the actual trunking issue presented in the question.

D

Candidates may choose this option due to a general understanding of STP and its role in preventing loops, mistakenly believing that it applies to all VLANs without considering the specific context of VLAN configuration and trunk settings.

975
MCQhard

A network administrator has several access points. All APs except one have successfully joined the wireless controller. The administrator verifies the failing AP’s IP address, subnet mask, and controller IP address are correctly configured. What is the most likely reason the AP cannot join the controller?

A.The AP has an incorrect default gateway for its subnet.
B.CAPWAP can be used only if the AP has no IP address.
C.The AP must use PPP instead of Ethernet to reach the controller.
D.The controller can support only 14 APs maximum.
AnswerA

If the AP's default gateway is incorrect, the access point cannot route CAPWAP packets off its local subnet to reach a controller on a different IP subnet. CAPWAP discovery and join responses from the controller would never arrive, even though the AP's own IP address and controller discovery mechanism (such as DNS or broadcast) are correctly set. The result is the AP stuck in an unjoined/disabled state, exactly as shown.

Why this answer

The most likely cause is that the AP has an incorrect default gateway. For the AP to reach the controller (which may be on a different subnet), it needs a correct default gateway to route traffic. The other APs joined successfully, eliminating a controller-wide issue.

Option B is incorrect because CAPWAP requires an IP address; it does not work without one. Option C is incorrect because CAPWAP uses IP/UDP, not PPP. Option D is unlikely because there is no indication that the controller is at its AP limit; the problem affects only one AP, suggesting an individual misconfiguration.

Exam trap

Avoid assuming global issues when only one AP is affected; focus on individual AP configuration and connectivity.

Why the other options are wrong

B

CAPWAP tunnels require the AP to have an IP address; the statement is false.

C

CAPWAP operates over IP using UDP ports, not PPP.

D

The controller may have an AP capacity limit, but with only one AP failing and no evidence that the limit is 14, this is not the strongest explanation.

When would these options actually be correct?

B

In a different scenario where the question states that an AP is configured without an IP address and is attempting to connect to a controller, this option would be correct. The question could specify that the AP is in a factory default state with no IP configuration.

C

In a different exam scenario where the question specifies that the AP is configured to use PPP (Point-to-Point Protocol) for its connection, and the controller only supports Ethernet connections, this option would be correct as it would explain the failure to join the controller.

D

In a different scenario, if a question stated that a wireless controller can only support a maximum of 14 APs and asked why an additional AP could not join, then this option would be correct as it directly addresses the limitation of the controller's capacity.

Why candidates pick the wrong answer

B

Candidates may find this option tempting because they might confuse the requirements for CAPWAP with other protocols that can operate without an IP address, leading to a misunderstanding of the AP's connectivity requirements.

C

Candidates may find this option tempting due to a misunderstanding of CAPWAP protocols and their requirements, leading them to incorrectly associate IP address assignment with connectivity issues.

D

Candidates may find this option tempting because they might recall limitations on device connections in networking, leading them to assume that capacity issues could affect AP connectivity without considering other factors.

Page 12

Page 13 of 19

Page 14