Courseiva

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

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

Page 4

Page 5 of 19

Page 6
301
Multi-Selectmedium

Which two statements about OSPF neighbor requirements on a shared Ethernet segment are correct? (Choose two.)

Select 2 answers
A.They must be in the same OSPF area on that link.
B.They must use the same subnet on the connected interfaces.
C.They must have identical router IDs.
D.They must use the same process ID number on both routers.
AnswersA, B

OSPF hello packets carry the area ID, and a router will only accept a neighbor if the area on the shared link matches its own. If the area IDs differ, the routers will drop each other's hello packets and never reach the 2-Way or Full state, so adjacency is impossible. Thus, being in the same area on that specific link is a strict prerequisite for forming a neighbor relationship.

Why this answer

Neighbors must agree on key parameters such as area ID and subnet, and they exchange Hello packets on the segment.

Exam trap

A frequent exam trap is confusing the OSPF process ID with the area ID or router ID requirements. Candidates often think the process ID must match between neighbors, but it is locally significant and does not affect adjacency. Another common mistake is assuming router IDs must be identical; in fact, router IDs must be unique within the OSPF domain to prevent routing conflicts.

Misunderstanding these distinctions can lead to selecting incorrect answers about neighbor requirements. The key is to focus on area ID and subnet matching for adjacency on shared Ethernet segments, not process ID or identical router IDs.

Why the other options are wrong

C

Incorrect because router IDs must be unique within the OSPF domain, not identical. Identical router IDs cause routing conflicts and prevent proper operation.

D

Incorrect because the OSPF process ID is locally significant to each router and does not need to match between neighbors for adjacency formation.

When would these options actually be correct?

C

In a different question focused on OSPF configuration best practices, if the question asked about prerequisites for OSPF routing table synchronization or specific scenarios involving OSPF route selection, then having identical router IDs might be presented as a requirement to ensure consistent routing behavior.

D

In a different exam scenario where the question asks about OSPF configuration requirements for routers that need to share routing information across multiple OSPF processes, having the same process ID would be necessary for them to exchange OSPF routing information effectively.

Why candidates pick the wrong answer

C

Students might confuse router ID with other parameters that need to match, such as area ID or subnet. They may think that identical router IDs are required for consistency, but in reality, uniqueness is critical.

D

Many students mistakenly believe that the process ID must match between neighbors, similar to how EIGRP requires the same autonomous system number. This is a common point of confusion between OSPF and other routing protocols.

302
MCQhard

A router shows this output: R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.1.1.2 1 FULL/DR 00:00:34 192.168.12.2 GigabitEthernet0/0 10.1.1.3 1 2WAY/DROTHER 00:00:39 192.168.12.3 GigabitEthernet0/0 Which statement is correct?

A.R1 has failed to form adjacency with 10.1.1.3
B.This can be normal on a broadcast segment where DROTHER routers remain in 2-Way
C.R1 has a duplicate router ID with 10.1.1.3
D.The interface is passive
AnswerB

On multiaccess broadcast networks, OSPF elects a DR and BDR. Other routers (DROTHERs) only form fully adjacent neighbors with the DR and BDR; between DROTHERs, they stop at the 2-Way state because they do not exchange LSAs directly. This reduces flooding and is expected behavior, not an error.

Why this answer

On broadcast OSPF networks, full adjacency is typically formed with the DR and BDR. DROTHER routers can remain in the 2-Way state with one another and still be operating normally.

Exam trap

Be cautious not to confuse the 2WAY state with being a BDR or DR. Understand the significance of FULL/DR and 2WAY/DROTHER states.

Why the other options are wrong

A

The 2-Way state is a normal OSPF neighbor state on broadcast multiaccess networks for non-DR/BDR routers (DROTHERs). It indicates that bidirectional communication has been established, but full adjacency is not required because they do not exchange LSAs directly. This is not a failure.

C

A duplicate router ID would cause OSPF neighbor state to oscillate or remain in EXSTART/EXCHANGE, not stabilize in 2-Way. The output shows a stable 2-Way state, which is normal for DROTHERs. Duplicate IDs would also generate error messages in the logs.

D

A passive interface in OSPF does not send Hello packets and therefore cannot form any neighbor adjacency. The output shows two neighbors in valid states (FULL and 2-Way), which proves the interface is active and sending Hellos.

When would these options actually be correct?

A

In a different scenario where the question specifies that R1 is supposed to establish a full adjacency with all neighbors on a point-to-point link, and the output shows that it has not formed an adjacency with 10.1.1.3, then option A would be correct.

C

If the question stated that R1 was unable to establish any OSPF neighbor relationships at all, or if it showed that 10.1.1.3 was not listed in the OSPF neighbor table, then stating that R1 has a duplicate router ID with 10.1.1.3 would be correct, as it would prevent adjacency formation.

D

If the question provided output indicating that the OSPF interface was configured as passive (e.g., showing no OSPF neighbors), then stating that the interface is passive would be correct. The question would need to focus on the configuration of OSPF interfaces.

Why candidates pick the wrong answer

A

Students often associate the 2-Way state with incomplete adjacency or a problem, but in OSPF, 2-Way is a valid state for DROTHERs on broadcast segments. They may confuse it with the INIT or EXSTART states, which indicate issues.

C

Test-takers might think that any unusual neighbor state (like 2-Way) indicates a duplicate ID, but 2-Way is actually a normal state for non-DR/BDR neighbors. They may confuse the 2-Way state with the DOWN or ATTEMPT states that occur with duplicate IDs.

D

Students may think that a passive interface prevents full adjacency, but it actually prevents any adjacency at all. The presence of neighbors in the output contradicts the passive interface assumption.

303
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure Rapid PVST+ on SW1, make it the root bridge, and enable PortFast with BPDU Guard on all access ports.

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
5Step 5

Why this order

The correct order begins by entering global configuration mode, then enabling Rapid PVST+ so that subsequent spanning-tree commands operate under that mode. Next, the switch is designated as the root bridge for VLAN 1 using 'spanning-tree vlan 1 root primary', which sets a superior bridge priority. After the root election is influenced, PortFast is applied to all access interfaces to transition them directly into forwarding state.

Finally, BPDU Guard is enabled globally to protect all PortFast-enabled ports; if a BPDU is received on such a port, it is immediately put into err-disabled state, preventing potential loops. Each step builds on the previous one: enabling Rapid PVST+ must precede root setup, root selection should be completed before any access-port optimization, and BPDU Guard is applied last to secure the already-accelerated ports.

304
MCQhard

A network technician is troubleshooting a link between two Cisco switches, SW1 and SW2, connected via a single-mode fiber optic cable. The interface on SW1 is up/up, but the interface on SW2 remains down/down. The technician has verified that the fiber cable is not damaged and that the SFP modules are correctly seated. Which configuration change should the technician make to resolve the issue?

A.Configure the interface on SW2 to use the same speed and duplex settings as SW1.
B.Replace the 1000BaseSX SFP on SW2 with a 1000BaseLX SFP.
C.Enable MDIX on both interfaces to allow automatic crossover detection.
D.Change the VLAN assignment on SW2's interface to match that of SW1.
AnswerB

SW1's 1000BaseLX SFP operates at 1300 nm on single-mode fiber, while SW2's 1000BaseSX SFP operates at 850 nm on multimode fiber; the wavelength difference means the electrical-to-optical conversion at the receiver cannot interpret the incoming light signal. With a down/down status, the root cause is a media-type mismatch, so replacing the SX module with an LX SFP on SW2 ensures both ends use the same 1300 nm wavelength and fiber mode. This allows the physical layer to establish a signal and bring the interface up.

Why this answer

The issue is that SW1 is up/up but SW2 is down/down, indicating a unidirectional link. Since the fiber cable and SFP seating are verified, the most likely cause is an SFP wavelength mismatch. SW1 likely has a 1000BaseLX SFP (long-wavelength, single-mode), while SW2 has a 1000BaseSX SFP (short-wavelength, multimode).

Single-mode fiber requires LX optics; SX optics are designed for multimode fiber and will not produce a signal that can be received correctly over single-mode fiber, causing the remote interface to remain down. Replacing the 1000BaseSX SFP on SW2 with a 1000BaseLX SFP resolves the wavelength incompatibility.

Exam trap

Cisco often tests the misconception that fiber link issues are always due to physical damage or seating, when in fact the most common exam trap is an SFP type mismatch (SX vs. LX) on single-mode fiber, causing a unidirectional link.

Why the other options are wrong

A

On fiber optic links, speed and duplex are typically fixed (e.g., 1000 Mbps full duplex) and do not require manual configuration; auto-negotiation is standard for Gigabit Ethernet over fiber. Since the interface on SW1 is up/up, the settings are already compatible, so this change would not resolve the down/down state on SW2.

C

MDIX (Medium Dependent Interface Crossover) is a feature for copper Ethernet cables to automatically correct for straight-through vs. crossover cable issues. Fiber optic connections do not use MDIX because they use separate transmit and receive fibers, so enabling MDIX has no effect on fiber links.

D

A VLAN mismatch would cause the interface to be up/up but not forward traffic (Layer 2 issue), not the down/down state observed. The down/down state indicates a Layer 1 problem, such as a physical or optical incompatibility.

Why candidates pick the wrong answer

A

Students often associate speed/duplex mismatches with interface issues, but this is more common on copper Ethernet links. They may overlook that fiber links have different physical layer characteristics.

C

Test-takers may confuse MDIX with general auto-negotiation or crossover correction, not realizing it applies only to copper media.

D

Students often think VLAN mismatches cause interface down states, but they actually affect traffic flow after the link is established. The symptom of down/down points to a physical layer fault.

305
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure Router R1 with OSPFv2 process 1 to form neighbor adjacencies only on GigabitEthernet0/1 while preventing OSPF hello packets on all other OSPF-enabled interfaces.

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
5Step 5

Why this order

First, enter OSPF router configuration mode. Then assign a Router ID (optional but good practice). Next, advertise the local subnet with a network statement to enable OSPF on interfaces.

Then apply passive-interface default to suppress hellos on all OSPF interfaces. Finally, use no passive-interface to allow adjacency on the specific interface.

306
MCQhard

A subnet must support at least 62 usable hosts. Which prefix will create the smallest subnet that meets the requirement?

A./27
B./26
C./25
D./24
AnswerB

This is correct because a /26 provides 64 total addresses and 62 usable hosts.

Why this answer

To support at least 62 usable hosts, the subnet needs 64 total addresses, because two of those will be reserved for the network and broadcast addresses. In plain language, the target is not 62 total addresses; it is 62 usable ones after the two reserved values are taken away. A /26 provides exactly 64 total addresses and therefore 62 usable host addresses.

This is a classic minimum-prefix question because it checks whether you can convert a host requirement into the correct power-of-two subnet size without over-allocating unnecessarily. A /27 would be too small, while /25 would work but would waste more addresses than needed. The smallest valid prefix is /26.

Exam trap

Ensure you calculate usable hosts, not total addresses. Remember that network and broadcast addresses are not usable.

Why the other options are wrong

A

A /27 prefix provides only 32 total addresses (2^(32-27)=32), with 30 usable hosts after subtracting network and broadcast addresses. This is insufficient for the requirement of at least 62 usable hosts.

C

A /25 prefix provides 128 total addresses and 126 usable hosts, which is more than required. While it meets the requirement, it is not the smallest prefix, leading to wasted IP addresses in a subnet.

D

A /24 prefix provides 256 total addresses and 254 usable hosts, far exceeding the requirement of 62 usable hosts. This is not the smallest prefix and results in significant waste of IP address space.

When would these options actually be correct?

A

If the question specified a requirement for at least 30 usable hosts, then a /27 would be the correct answer, as it accommodates exactly 30 usable addresses.

C

In a scenario where the question specifies a need for at least 126 usable hosts, a /25 subnet would be the correct answer, as it meets the requirement without exceeding it unnecessarily.

D

If the question asked for a subnet that supports at least 254 usable hosts, then /24 would be the correct answer, as it provides the necessary number of usable addresses without exceeding the requirement.

Why candidates pick the wrong answer

A

Students may mistakenly think that a /27 is sufficient because they forget to subtract the network and broadcast addresses, or they confuse the number of total addresses with usable hosts.

C

Students might choose /25 because it clearly provides enough hosts, but they overlook the requirement for the smallest prefix that meets the need, which is a common exam trap.

D

Students may default to /24 as a common subnet size without calculating the exact requirement, or they may not understand the concept of choosing the smallest prefix that satisfies the host count.

307
Matchingmedium

Match each IPv6 concept to its most accurate description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

IPv6 addressing used for wider routed communication

IPv6 addressing used only on the local segment

Host self-configuration using router advertisements

OSPF version used for IPv6 routing operation

Why these pairings

These pairings accurately define key IPv6 concepts.

Exam trap

Be careful not to confuse the scope of IPv6 address types. Link-local addresses are not routable, unique local addresses are private, and anycast is one-to-nearest, not one-to-many. Remember that 'local' in link-local means the link, not the site.

308
MCQmedium

Users receive addresses from the correct subnet and can reach destinations by IP address, but they cannot browse by hostname.

A.Default-router option
B.DNS server option
C.Lease time option
D.TFTP server option
AnswerB

The DHCP DNS-server option (option 6) provides clients with the IP address of a resolver to use for hostname-to-IP translation. When users receive a valid IP/prefix but no correct DNS server, name resolution fails even though all local network settings appear normal. Without a reachable DNS server, clients cannot resolve domain names, causing web and application connectivity failures while direct IP-based access still works.

Why this answer

If clients get an IP address and default gateway but cannot resolve names, the usual problem is the DNS server information handed out by DHCP. Without that, hostname lookups fail even though IP connectivity may still exist.

Exam trap

Don't confuse general network connectivity options with DNS-specific configurations. Focus on what each DHCP option actually configures.

Why the other options are wrong

A

The default-router option (option 3) provides the gateway for off-subnet traffic. While a missing gateway would prevent access to external networks, the scenario states users receive correct subnet addresses and can likely reach local resources. The inability to browse by hostname points to a DNS issue, not a routing problem.

C

The lease time option (option 51) determines how long a client can use an assigned IP address before renewing. It does not affect DNS resolution or hostname browsing. A missing or incorrect lease time would cause IP address expiration issues, not name resolution failures.

D

The TFTP server option (option 66) is used for booting devices like IP phones or diskless workstations to download configuration files or operating systems. It is not involved in hostname resolution. A missing TFTP server would not affect DNS lookups.

When would these options actually be correct?

A

In a different scenario where users cannot access external networks or specific services, but can resolve hostnames, the Default-router option could be missing or incorrect, leading to connectivity issues outside the local subnet.

C

If the question were about a DHCP configuration issue where clients were unable to maintain their IP addresses or frequently lost connectivity, then a missing or incorrect lease time option could be the cause, making this answer correct.

D

In a different scenario where users are unable to download configuration files or firmware updates from a TFTP server, the question might ask which DHCP option is missing. In that case, if the TFTP server option is not provided, it would be the correct answer.

Why candidates pick the wrong answer

A

Test-takers often associate internet browsing with a default gateway, assuming that if hostname resolution fails, it might be due to lack of internet connectivity. However, the question specifies that users cannot browse by hostname, which is a DNS function, not a routing one.

C

Students may confuse lease time with other DHCP options that affect network functionality, or they might think that a short lease could cause intermittent connectivity that impacts DNS. However, lease time is unrelated to DNS resolution.

D

Students may confuse TFTP with DNS because both are UDP-based services, or they might think that TFTP is needed for some name resolution process. However, TFTP has no role in DNS resolution.

309
Multi-Selectmedium

Which TWO statements accurately describe the encapsulation process and PDU naming across the OSI and TCP/IP models?

Select 2 answers
A.At the Transport layer, the TCP/IP model uses segments, while the OSI model uses packets.
B.In the OSI model, the Network layer encapsulates data into packets, while in the TCP/IP model the Internet layer performs the same function.
C.The term 'frame' is used at the Data Link layer in both the OSI and TCP/IP models, and it contains the Layer 2 header and trailer.
D.Encapsulation adds headers and trailers at each layer, so the PDU size decreases as data moves down the stack.
E.The OSI model's Session layer is responsible for end-to-end flow control using TCP segments, while the TCP/IP model combines this into the Application layer.
AnswersB, C

This is correct. The OSI Network layer (Layer 3) and the TCP/IP Internet layer are conceptually equivalent; both encapsulate the Transport layer PDU (segment or datagram) into an IP packet by adding a Layer 3 header. This packet is then passed down to the Data Link layer for framing. Thus, the function is identical in both models.

Why this answer

The OSI Network layer and the TCP/IP Internet layer both encapsulate transport layer segments or datagrams into packets by adding a Layer 3 header (e.g., IP header). This is the fundamental encapsulation step where logical addressing is applied, and the resulting PDU is called a packet in both models. The function is identical despite the different layer names.

Exam trap

Cisco often tests the precise PDU naming per layer (segment, packet, frame) and the fact that encapsulation increases PDU size, not decreases it, to catch candidates who confuse the direction of encapsulation or mix up OSI and TCP/IP layer terminology.

Why the other options are wrong

A

Misattributes the 'packet' PDU to the Transport layer – packets are created at the Network layer (Layer 3).

D

Reverses encapsulation logic: each layer adds its own overhead, increasing the size.

E

Incorrectly assigns flow control to the Session layer and misrepresents its placement in the TCP/IP model.

310
PBQhard

You are connected to SW1. Configure LACP EtherChannel between SW1 and SW2 using interfaces GigabitEthernet0/1 and GigabitEthernet0/2. Ensure the channel forms and passes traffic for VLAN 10. Troubleshoot and fix any issues preventing the channel from coming up.

Network Topology
Gi0/1Gi0/1LACPSW1SW2

Hints

  • Check the speed and duplex settings on both member interfaces.
  • Verify that the port-channel interface and member ports are both Layer2 or both Layer3.
  • Ensure LACP mode is active on at least one side to initiate negotiation.
A.Configure speed 1000 and duplex full on Gi0/2, change port-channel 1 to switchport mode trunk with allowed vlan 10, and set both Gi0/1 and Gi0/2 to channel-group 1 mode active.
B.Configure speed 1000 and duplex full on Gi0/2, change port-channel 1 to no switchport, and set both Gi0/1 and Gi0/2 to channel-group 1 mode passive.
C.Configure speed 100 and duplex half on Gi0/1 to match Gi0/2, change port-channel 1 to switchport mode trunk with allowed vlan 10, and set both Gi0/1 and Gi0/2 to channel-group 1 mode active.
D.Configure speed 1000 and duplex full on Gi0/2, change port-channel 1 to switchport mode access with access vlan 10, and set both Gi0/1 and Gi0/2 to channel-group 1 mode desirable.
AnswerA
solution
! SW1
interface GigabitEthernet0/2
speed 1000
duplex full
channel-group 1 mode active
exit
interface GigabitEthernet0/1
channel-group 1 mode active
exit
interface Port-channel1
switchport
switchport mode trunk
switchport trunk allowed vlan 10
no ip address
end

Why this answer

The EtherChannel is not forming because of multiple mismatches: speed (1000 vs 100), duplex (full vs half), and the port-channel interface is configured as Layer3 (no switchport) while the member ports are Layer2 (switchport mode trunk). First, correct the speed and duplex on Gi0/2 to match Gi0/1 (speed 1000, duplex full). Then change the port-channel to switchport mode trunk and set the allowed VLAN.

Finally, change the LACP mode on both interfaces to 'active' to initiate negotiation. After these changes, the channel should come up.

Exam trap

Watch for mismatches in speed, duplex, and Layer2/Layer3 configuration between member ports and the port-channel interface. Also, ensure LACP mode is active on at least one side to initiate negotiation.

Why the other options are wrong

B

The specific factual error: The port-channel interface must match the Layer2 configuration of member ports; using no switchport creates a Layer3 interface that cannot trunk VLANs. Additionally, passive mode requires an active partner to form the channel.

C

The specific factual error: Speed and duplex should be consistent across all member links, but the correct resolution is to correct the misconfigured interface (Gi0/2) to match the working one (Gi0/1), not vice versa.

D

The specific factual error: Access mode cannot carry multiple VLANs; trunk mode is required for VLAN 10. Additionally, desirable is a PAgP keyword, not LACP. LACP uses active or passive.

Why candidates pick the wrong answer

B

Candidates might think passive mode is sufficient if the other side is active, but the question implies both sides need to be configured, and passive alone may not initiate if the peer is also passive.

C

Candidates might think consistency is key and choose to change the working interface to match the other, overlooking that the working interface likely has the desired configuration.

D

Candidates might confuse PAgP and LACP modes, or think access mode can be used if only one VLAN is needed, but the question specifies 'passes traffic for VLAN 10' implying trunking.

311
MCQmedium

An engineer successfully authenticates to a controller and receives a token. What is the usual reason for including that token in later API requests?

A.To identify and authorize the client without resending full login credentials each time
B.To convert HTTP requests into SNMP traps
C.To elect the active controller in the cluster
D.To compress JSON payloads before transport
AnswerA

Token-based API authentication allows the client to authenticate once to obtain a token (often a JWT) that serves as a proof of identity for subsequent requests, so the client does not need to resend username/password or other primary credentials on every call. The controller validates the token's signature and claims, and can authorize access based on scopes or roles embedded in the token, thereby providing both identity and authorization in a stateless, efficient manner.

Why this answer

The token proves the client has already authenticated and is authorized to continue interacting with the API for the lifetime of that token or session. It is commonly sent in an HTTP header such as Authorization. It does not replace the need for IP routing or DNS resolution.

Exam trap

Remember that tokens are specific to API authentication and should not be confused with other network security or configuration mechanisms.

Why the other options are wrong

B

Tokens are used for authentication and authorization in API requests, not for converting HTTP requests into SNMP traps. SNMP traps are asynchronous notifications sent by network devices, and token-based APIs operate at a different layer and protocol.

C

Token-based authentication is unrelated to controller cluster election. Cluster election typically uses protocols like VRRP, HSRP, or proprietary mechanisms to determine an active controller, not API tokens.

D

Token inclusion in API requests serves authentication and authorization, not data compression. JSON payload compression is typically handled by content-encoding headers (e.g., gzip) and is independent of token usage.

When would these options actually be correct?

B

If the question were about a system that translates HTTP requests into SNMP traps for monitoring purposes, and it asked about the mechanisms for handling such requests, then option B could be correct.

C

In a different question setup where the focus is on cluster management protocols, a scenario could ask about the process of selecting a primary controller in a high-availability setup, where a token is used to identify the current active controller among multiple nodes.

D

In a different question setup, if the question asked about methods to optimize data transfer in a network application, and specifically mentioned the need to reduce payload size, then option D could be correct as it would relate to techniques for compressing JSON payloads.

Why candidates pick the wrong answer

B

A student might confuse the concept of 'token' with 'trap' due to similar terminology, or think that API tokens can be used to translate between different management protocols like HTTP and SNMP.

C

The word 'token' might be associated with 'token ring' or 'election token' in networking contexts, leading a student to incorrectly link it to controller election processes.

D

A student might think that tokens are used to reduce payload size or optimize transport, confusing the concept of a security token with data compression techniques.

312
Matchingmedium

Drag and drop the syslog severity levels on the left to their corresponding names and meanings on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Emergency – system is unusable

Alert – immediate action needed

Critical – critical condition

Error – error condition

Warning – warning condition

Why these pairings

All four options correctly match syslog severity levels 0-3 with their descriptions. Levels 0 (Emergency), 1 (Alert), 2 (Critical), and 3 (Error) are the highest severity levels.

Exam trap

Remember that lower severity numbers indicate higher urgency. The exam expects you to know the order and descriptions of levels 0-3 precisely.

313
Multi-Selectmedium

Which TWO statements about IPv4 and IPv6 static routing are correct?

Select 2 answers
A.A default static route is used when no dynamic routing protocols are configured.
B.A floating static route is configured with a higher administrative distance than the primary route.
C.A floating static route must have a lower administrative distance than the primary route.
D.An IPv6 default static route uses the prefix ::/0.
E.An IPv6 static route can specify an IPv4 address as the next-hop.
AnswersB, D

A floating static route is a backup route that is installed in the routing table only when the primary route (with a lower AD) is not available. By assigning a higher AD, the router prefers the primary route when it is reachable.

Why this answer

A floating static route is configured with a higher administrative distance to serve as a backup when the primary route fails. Option D is correct because an IPv6 default static route uses the prefix ::/0 to match all destinations. Option A is incorrect because a default static route can be used independently of whether dynamic routing protocols are configured; it is simply a route with destination 0.0.0.0/0.

Option C is incorrect because a floating static route must have a higher AD, not lower, than the primary route. Option E is incorrect because an IPv6 static route cannot specify an IPv4 address as the next-hop; it must use an IPv6 address or an outgoing interface.

Exam trap

Cisco often tests the misconception that a floating static route must have a lower administrative distance than the primary route, when in fact it must be higher to serve as a backup.

Why the other options are wrong

A

A default static route is used as a gateway of last resort for any destination not in the routing table, regardless of whether dynamic routing protocols are configured. It is not dependent on the absence of dynamic routing.

C

A floating static route is designed to be a backup; therefore, it must have a higher AD than the primary route so that the primary route is preferred.

E

IPv6 static routes require an IPv6 next-hop address. Using an IPv4 address would be invalid because the router would not be able to resolve it in the IPv6 routing table.

Why candidates pick the wrong answer

A

Students may think that default routes are only needed when there is no dynamic routing, but in reality, they are often used alongside dynamic routing to provide a backup path or to reach external networks.

C

Students often confuse administrative distance with metric, thinking that a lower AD means a better route, but for floating static routes, the backup must have a higher AD to be less preferred.

E

Students may think that since routers can handle both IPv4 and IPv6, they can mix address families in static routes, but the next-hop must match the address family of the route.

314
PBQmedium

You are connected to the console of SW1. The network administrator reports that SW1 cannot discover neighbouring devices using CDP. SW1 is connected to R1 via GigabitEthernet0/1. CDP is globally enabled, but still no neighbours are shown.

Network Topology
G0/1G0/0SW1R1

Hints

  • CDP is enabled globally but may be disabled per interface.
  • Check the CDP status on the specific interface.
  • Enable CDP on the interface with the 'cdp enable' command.
A.Enable CDP on interface GigabitEthernet0/1 with the command 'cdp enable'.
B.Enable CDP globally with the command 'cdp run'.
C.Use the command 'lldp run' to enable LLDP as an alternative.
D.Check the physical cable and interface status on GigabitEthernet0/1.
AnswerA
solution
! SW1
interface GigabitEthernet0/1
cdp enable

Why this answer

CDP was globally enabled but the interface GigabitEthernet0/1 had CDP disabled by default (or was explicitly disabled). Enabling CDP on the interface allowed neighbour discovery.

Exam trap

The trap is that candidates often think CDP is either globally enabled or disabled, forgetting that CDP must be enabled on each interface individually. Always check interface-level CDP configuration when global CDP is enabled but no neighbors are discovered.

Why the other options are wrong

B

The specific factual error is that 'cdp run' enables CDP globally, but global CDP is already enabled.

C

The specific factual error is that LLDP is a different protocol and does not affect CDP operation.

D

The specific factual error is that physical issues would likely cause the interface to be down, but the question does not indicate any physical problem.

Why candidates pick the wrong answer

B

Candidates may assume the problem is global CDP being disabled, especially if they overlook the statement that CDP is globally enabled.

C

Candidates might confuse CDP with LLDP or think that enabling any neighbor discovery protocol will solve the problem.

D

Candidates often default to checking physical connectivity when troubleshooting, but the scenario points to a configuration issue.

315
Drag & Dropmedium

Drag and drop the following steps into the correct order to plan, configure, and apply an extended ACL that blocks Telnet traffic from the 192.168.1.0/24 network to the 10.0.0.0/24 network, applied inbound on the interface facing the source.

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, global config, then create ACL with deny and permit statements (order matters: deny first), then enter the source-facing interface and apply inbound; applying before creating ACL would fail.

Exam trap

Watch out for the order of ACL statements: deny must come before permit. Also, remember that ACLs must be created before they can be applied to an interface. Do not forget the implicit deny at the end of every ACL.

Why candidates pick the wrong answer

B

Candidates might think that applying the ACL first is acceptable because they may confuse the order of operations or think that the ACL can be created after application.

C

Candidates might think that the order does not matter or that they can place the permit first to ensure other traffic is allowed, not realizing that the deny would never be reached.

D

Candidates might think that only the Telnet traffic needs to be denied and that other traffic will be allowed by default, not realizing the implicit deny.

316
MCQhard

A route to 10.10.10.0/24 is learned through two OSPF paths. Both have the same prefix length and the same administrative distance, but one path has a lower OSPF metric. Which path is preferred?

A.The path with the lower OSPF metric
B.The path with the higher OSPF metric
C.Both paths equally, because the administrative distance is the same
D.Neither path, because two OSPF routes to the same prefix are invalid
AnswerA

OSPF calculates a metric, called cost, as the sum of outgoing interface costs along a path, and the SPF algorithm identifies the lowest-cost path to a destination. When two OSPF paths exist for the same 10.10.10.0/24 prefix, the route with the lower cost is installed in the routing table because it represents the shortest or most efficient path. Since both routes come from OSPF, their administrative distance is identical, so the OSPF metric is the sole determining factor.

Why this answer

The path with the lower OSPF metric is preferred. In practical terms, when the prefix and route source are the same, the router uses the routing protocol’s internal path-selection logic. For OSPF, the lower metric is the more attractive path.

This is a clean example of metric-based selection within one routing protocol. Administrative distance is not the deciding factor here because the source protocol is the same on both paths.

Exam trap

Remember, administrative distance only matters when comparing different routing protocols, not when choosing between paths within the same protocol.

Why the other options are wrong

B

A higher OSPF metric indicates a less desirable path, as OSPF uses cost as its metric where lower cost is preferred. Selecting a higher metric path would contradict the fundamental routing principle of choosing the best path based on lowest metric.

C

Equal administrative distance does not imply equal preference when metrics differ. The router compares metrics within the same routing protocol; if metrics are different, the lower metric path is chosen, not both.

D

OSPF can learn the same prefix via multiple paths; this is normal. The router selects the best path based on metric, and the other paths are kept in the routing table as backup or for equal-cost load balancing if metrics are equal.

When would these options actually be correct?

B

In a different question, if the context specified that the routing protocol was using a different metric system where a higher metric indicated a better path (such as a custom metric configuration), then this option could be correct. For example, a question might state that a specific implementation of OSPF has been modified to prioritize higher metrics for certain traffic types.

C

In a different scenario where a routing protocol allows for equal-cost multipath routing and treats multiple paths with the same metric and administrative distance as equally valid, this option would be correct. For example, if the question specified that the routing protocol supports load balancing, then both paths could be considered equally preferred.

D

In a question where it states that OSPF does not support multiple equal-cost paths for a specific configuration or that the routing table has a restriction preventing multiple entries for the same prefix, this option could be correct.

Why candidates pick the wrong answer

B

Students might confuse metric with other attributes like administrative distance or think that a higher metric indicates a more reliable path, but in OSPF, higher cost means less preferred.

C

Test-takers may mistakenly believe that equal administrative distance automatically leads to load balancing, but load balancing requires equal metrics, not just equal AD.

D

Some students might think that duplicate routes cause errors, but OSPF handles multiple paths gracefully and selects the best one.

317
Multi-Selectmedium

Which two statements accurately describe ARP in an IPv4 Ethernet network?

Select 2 answers
A.ARP resolves a known IPv4 address to a MAC address on the local segment.
B.ARP is used to choose the best Layer 3 path across multiple routers.
C.ARP requests are typically sent as broadcasts on the local LAN.
D.ARP can normally resolve the MAC address of a host located across a routed network.
E.ARP replaces the need for a default gateway.
AnswersA, C

ARP operates at the boundary of Layer 2 and Layer 3 on a local Ethernet segment, mapping a known IPv4 address to its corresponding MAC address. This mapping is essential because Ethernet frames require a destination MAC for delivery, while upper-layer applications only provide IP addresses. The ARP cache stores these resolved mappings to avoid repeating the request for every traffic flow.

Why this answer

ARP is the mechanism used to map a known IPv4 address to a Layer 2 MAC address on the local network segment. In plain language, if a device knows the IP address it wants to reach on the same LAN, ARP helps it discover the correct Ethernet destination MAC address to use in the frame. That is why ARP is so important for local delivery in IPv4 Ethernet environments. Without it, devices would know where they want to send traffic logically, but not how to address the actual frame on the local link.

ARP does not cross routers in the usual way, and it is not a routing protocol. It does not determine best paths to remote networks. It simply helps with local resolution of IPv4-to-MAC information. This distinction matters a lot on CCNA questions because many wrong answers try to blur the line between local neighbor resolution and routing behavior.

Exam trap

Do not confuse ARP with routing protocols or assume it functions across routers. Remember, ARP is strictly for local address resolution.

Why the other options are wrong

B

ARP operates at Layer 2 and is only concerned with resolving IP addresses to MAC addresses on the local link. Path selection between routers is performed by routing protocols (e.g., OSPF, EIGRP) and the routing table, which operate at Layer 3.

D

ARP requests are broadcast only within the local subnet and are not forwarded by routers. To reach a host on a different subnet, the source host must send the packet to its default gateway, which then uses its own ARP process to resolve the next-hop MAC.

E

ARP does not replace the default gateway; it only resolves the MAC address of the gateway or other local hosts. The default gateway is still required for routing traffic to other subnets, as ARP cannot provide Layer 3 forwarding.

When would these options actually be correct?

B

If the question were to ask about protocols that facilitate routing decisions or path selection in a multi-router environment, such as OSPF or EIGRP, then option B could be correct in that context, as those protocols do indeed choose the best Layer 3 path.

D

If the exam question were to ask about a protocol that can resolve MAC addresses across routed networks, such as when discussing proxy ARP or specific configurations involving ARP in a multi-layer switch environment, then this option would be correct.

E

In a question focused on network configuration or design where the context is a flat network without any routing, one might ask if ARP can eliminate the need for a default gateway. In such a scenario, if the question specifies that all devices are on the same subnet, the answer could be considered correct.

Why candidates pick the wrong answer

B

Students may confuse ARP with routing because both involve IP addresses. However, ARP is strictly for local MAC resolution, not for determining the best path across multiple routers.

D

A student might think ARP can resolve any IP address because ARP tables can contain entries for remote hosts learned via proxy ARP, but proxy ARP is a special case and not the normal operation. Typically, ARP is limited to the local link.

E

Since ARP is used to find the MAC address of the default gateway, some might think it eliminates the need for a gateway. However, the gateway's IP address must still be configured, and ARP only provides the MAC for that IP.

318
Drag & Dropmedium

Drag and drop the following steps into the correct order to describe the general workflow for AI-assisted network configuration automation: receive intent, decompose into sub-tasks, call tools, validate output, and apply closed-loop remediation.

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 correct sequence for AI-assisted network configuration automation is: receive intent, decompose into sub-tasks, call tools, validate output, and apply closed-loop remediation. Only Option A follows this exact order. Options B, C, and D deviate from the standard workflow and are therefore incorrect.

Exam trap

The sequence must follow the logical progression: start by receiving the intent, then break it into actionable steps, execute those steps, check the results, and finally correct any issues. Only Option A matches this order.

Why candidates pick the wrong answer

B

Candidates might think that tool calling is the first action, confusing it with traditional automation where scripts directly call APIs.

C

Candidates may assume that tool calls happen immediately after receiving intent, overlooking the planning step.

D

Candidates might think validation should happen early to catch errors, but in this workflow, validation is after execution.

319
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure a secure Cisco switch, from enabling secure management access to implementing advanced dynamic ARP inspection.

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
5Step 5
6Step 6
7Step 7

Why this order

Hostname and IP domain name: required to generate RSA keys for SSH in the next step. 2. RSA key generation: SSH cannot function without cryptographic keys. 3.

SSH v2 enabled and Telnet disabled: ensures secure remote access before any authentication method is applied. 4. AAA authentication with RADIUS/TACACS+ on vty lines: controls who can access the switch after SSH transport is established. 5. Port security on access ports: protects the data plane by restricting MAC addresses once management plane is secured. 6.

DHCP snooping: builds a binding database used to validate traffic; must be active before DAI can work. 7. Dynamic ARP Inspection: relies on the DHCP snooping database to filter ARP packets and prevent man-in-the-middle attacks, so it must be configured last.

320
Multi-Selectmedium

Which three of the following are functions of the Dynamic Host Configuration Protocol (DHCP) in a network? (Choose three.)

Select 3 answers
.Assigning IP addresses to hosts automatically from a defined pool.
.Providing the default gateway and DNS server information to clients.
.Leasing IP addresses for a configurable period of time.
.Resolving domain names to IP addresses for client devices.
.Authenticating users before granting network access.
.Translating private IP addresses to public IP addresses for internet access.

Why this answer

DHCP automates IP address assignment from a defined pool, eliminating manual configuration. It also provides essential network parameters like the default gateway and DNS server via DHCP options (e.g., Option 3 for router, Option 6 for DNS). Additionally, DHCP leases IP addresses for a configurable period, after which the client must renew the lease to continue using the address.

Exam trap

Cisco often tests the distinction between DHCP providing DNS server information (correct) and DHCP performing DNS resolution (incorrect), as candidates confuse the roles of DHCP and DNS.

321
Multi-Selectmedium

Which TWO statements correctly describe the behavior of standard ACLs and their placement on interfaces?

Select 2 answers
A.Standard ACLs filter traffic based on source IP address only.
B.Standard ACLs should be placed as close to the source as possible.
C.Standard ACLs can filter traffic based on destination IP address.
D.Standard ACLs should be placed as close to the destination as possible.
E.Standard ACLs can filter traffic based on TCP or UDP port numbers.
AnswersA, D

Standard ACLs are the simplest type of IP access list: they match a packet solely by its source IPv4 address (using an optional wildcard mask) and permit or deny it, ignoring all other header fields. The ACL does not inspect the destination address, protocol number, or TCP/UDP ports, which is why they are less flexible than extended ACLs. This behavior makes them suitable for filtering based on the origin of traffic and for basic source‑based policy, but they cannot enforce granular application‑level controls.

Why this answer

Standard ACLs filter traffic based solely on the source IP address, using numbers 1–99 or 1300–1999 in classic Cisco IOS. They do not consider destination IP, protocol, or port numbers. Because they lack granularity, placing them close to the destination (option D) prevents them from inadvertently blocking traffic that should be permitted, as they cannot distinguish between traffic destined for different services on the same destination host.

Exam trap

Cisco often tests the misconception that standard ACLs should be placed close to the source (like extended ACLs), when in fact standard ACLs lack the granularity to do so safely and must be placed near the destination.

Why the other options are wrong

B

Standard ACLs filter only on source IP, so placing them close to the source can block traffic destined to other networks that should be allowed. The correct placement is close to the destination to minimize unintended filtering.

C

Standard ACLs do not examine destination IP addresses; they only match on source IP addresses. Filtering by destination requires an extended ACL.

E

Standard ACLs operate at Layer 3 and cannot examine Layer 4 information such as TCP or UDP port numbers. Port-based filtering requires an extended ACL.

Why candidates pick the wrong answer

B

Students often confuse the placement rule for standard ACLs with that of extended ACLs. Extended ACLs should be placed close to the source, but standard ACLs have the opposite recommendation.

C

Some students may think that since ACLs filter traffic, they can use any IP field, but standard ACLs are limited to source IP only.

E

Students may assume that all ACLs can filter on ports, but only extended ACLs have that capability. Standard ACLs are simpler and less granular.

322
MCQmedium

A network administrator at a large enterprise notices that the network monitoring system frequently generates false positive alerts for unusual traffic patterns during normal business hours. The administrator wants to reduce these false positives while still detecting genuine security threats. Which AI/ML concept would best address this requirement?

A.Deploy a predictive analytics model to forecast future traffic volumes and adjust thresholds accordingly.
B.Implement an anomaly detection system that uses machine learning to establish baseline behavior and flag deviations.
C.Apply intent-based networking to automatically enforce security policies based on high-level business intent.
D.Use deep packet inspection to examine all traffic and create static rules for known threats.
AnswerB

An ML-based anomaly detection system builds a statistical baseline of normal network behavior by learning from historical telemetry—metrics such as traffic volume, packet rates, port usage, or flow duration—and then flags significant deviations from that learned profile. Unlike static thresholds, the model adapts to seasonal patterns and gradual shifts in user behavior, so routine variations are absorbed into the baseline and only genuine outliers trigger alerts. This combination of continuous learning and multi-dimensional feature analysis directly addresses the root cause of false positives, which is the inability of fixed rules to distinguish 'unusual but normal' from 'suspicious' traffic.

Why this answer

Anomaly detection using machine learning establishes a dynamic baseline of normal network behavior, allowing the system to flag only significant deviations. This reduces false positives during normal business hours while still detecting genuine threats that deviate from the learned baseline, unlike static thresholds that trigger alerts on routine traffic variations.

Exam trap

Cisco often tests the distinction between predictive analytics (forecasting volume) and anomaly detection (learning behavior), trapping candidates who confuse adjusting thresholds with establishing a behavioral baseline.

Why the other options are wrong

A

Predictive analytics forecasts future traffic volumes but does not establish a dynamic baseline for normal behavior; thus, it cannot adapt to daily variations and would not reduce false positives from current traffic patterns.

C

Intent-based networking automates policy deployment and verification based on business intent, but it does not analyze traffic patterns or adapt alert thresholds; therefore, it does not directly reduce false positive alerts from monitoring systems.

D

Deep packet inspection with static rules can detect known threats but cannot adapt to new or evolving traffic patterns; thus, it would not reduce false positives from normal traffic variations and may even increase them due to rigid rules.

Why candidates pick the wrong answer

A

Students may think that forecasting future traffic helps adjust thresholds, but this approach is reactive and does not learn normal patterns, making it ineffective for reducing false positives.

C

Students may confuse intent-based networking with adaptive security, but its primary function is policy automation, not anomaly detection or false positive reduction.

D

Students might think that deep packet inspection provides thorough analysis, but without machine learning to establish baselines, it lacks the adaptability needed to minimize false positives.

323
Multi-Selectmedium

Which THREE statements correctly describe the behavior of LACP modes in an EtherChannel configuration?

Select 3 answers
A.Active mode will not send LACP packets unless the peer is also in active mode.
B.Passive mode will only respond to LACP packets and will not initiate negotiation.
C.Passive mode cannot form an EtherChannel with another passive mode interface.
D.Active mode will initiate LACP negotiation by sending LACP packets.
E.Both active and passive modes are supported in PAgP.
AnswersB, C, D

Passive mode in LACP operates entirely reactively: it never sends LACPDUs on its own, but it listens for incoming LACPDUs and responds only after receiving a valid negotiation request. This behavior restricts passive mode to forming channels only with active peers, as no negotiation is possible until an active-side packet arrives. The interface essentially acknowledges and follows the negotiation led by the active side.

Why this answer

B is correct because passive mode interfaces only respond to LACP packets and never initiate negotiation. C is correct because two passive interfaces will both wait for the other to initiate, so no LACP packets are sent and the EtherChannel never forms. D is correct because active mode interfaces actively send LACP packets to initiate negotiation with either an active or passive peer.

A is incorrect: active mode sends LACP packets regardless of the peer’s mode; it can form a channel with passive just as well as with active. E is incorrect because PAgP supports only desirable and auto modes, not LACP’s active/passive modes; PAgP and LACP are separate protocols.

Exam trap

A common mistake is thinking active mode requires the peer to also be active, but active can form with either active or passive, while passive–passive pairs never negotiate.

Why the other options are wrong

A

Active mode sends LACP packets unconditionally; it does not require the peer to be active and will negotiate with a passive peer.

E

PAgP uses desirable and auto modes, not the LACP active/passive modes; these modes are specific to LACP.

Why candidates pick the wrong answer

A

Students may confuse LACP active mode with PAgP desirable mode, which requires the peer to be in desirable mode to form a channel. They might think active mode also requires a matching active peer.

E

Students often confuse LACP and PAgP modes because both have two modes that serve similar functions. They may mistakenly think that active/passive are also used in PAgP.

324
MCQhard

A network technician has configured static NAT with the command ip nat inside source static 192.168.1.10 203.0.113.10. The web server at 192.168.1.10 is accessible from the internet on TCP port 80 but not on TCP port 443. The ACL applied to the outside interface permits all IP traffic. What is the most appropriate next step to troubleshoot this issue?

A.Check if the web server is running HTTPS service on port 443.
B.Verify that the ACL applied to the outside interface explicitly permits TCP port 443.
C.Examine the NAT translation table for any conflicting dynamic entries.
D.Confirm the inside global IP address mapped to the server is correct.
AnswerA

Because the existing ACL permits all IP traffic and the static NAT rule already translates port 80 successfully, the network and translation layers are validated for HTTP. Since HTTPS uses a different application-layer service and TCP port 443, the most likely failure point is the web server not listening for HTTPS connections. Checking whether the server is running HTTPS on port 443 isolates the issue to the application layer, which is the correct next step.

Why this answer

The symptom (port 80 works, port 443 fails) with a static NAT that maps the entire IP address (not just specific ports) indicates the issue is likely at the server itself, not the NAT configuration. Static NAT translates all traffic for the inside local IP to the inside global IP, so if one TCP port works and another does not, the NAT is functioning correctly. The most appropriate next step is to verify that the web server is actually listening on TCP port 443 (HTTPS), as the server may not have the HTTPS service running or configured.

Exam trap

Cisco often tests the misconception that a static NAT or ACL must be explicitly configured for each port, when in fact static NAT translates all ports, and the ACL in this scenario already permits all traffic, so the issue must be at the application layer.

Why the other options are wrong

B

The already-configured ACL permits all IP traffic, so explicitly allowing port 443 would not resolve a server not listening on that port. This step wastes time on a verified configuration.

C

Static NAT does not use dynamic overload entries. There are no conflicting entries because NAT overload is not configured, making this check irrelevant.

D

The fact that port 80 works shows the inside global IP is correct. Re-verifying it would not explain the port-specific failure, as the issue is not with the translation.

325
PBQhard

You are connected to R1. The internal network 192.168.1.0/24 must be able to access the Internet via PAT (NAT overload) using the outside interface G0/1 with IP 203.0.113.1. Additionally, a web server at 192.168.1.100 must be reachable from the Internet via static NAT to the same outside interface. The current configuration has errors. Correct the NAT configuration so that inside hosts can browse the web and the server is reachable from outside.

Hints

  • Check which interfaces are marked as inside and outside — both were inside.
  • The dynamic NAT rule is missing a keyword to enable port address translation.
  • Verify the ACL used in the NAT rule matches the correct inside subnet.
A.Change interface G0/1 to 'ip nat outside', add 'overload' to the dynamic NAT rule, and correct ACL 100 to permit 192.168.1.0 0.0.0.255
B.Change interface G0/1 to 'ip nat outside', add 'overload' to the dynamic NAT rule, and change ACL 100 to permit 192.168.2.0 0.0.0.255
C.Change interface G0/1 to 'ip nat outside', remove the 'overload' keyword from the dynamic NAT rule, and correct ACL 100 to permit 192.168.1.0 0.0.0.255
D.Change interface G0/1 to 'ip nat inside', add 'overload' to the dynamic NAT rule, and correct ACL 100 to permit 192.168.1.0 0.0.0.255
AnswerA
solution
! R1
interface GigabitEthernet0/1
no ip nat inside
ip nat outside
exit
ip nat inside source list 100 interface GigabitEthernet0/1 overload
no access-list 100
access-list 100 permit ip 192.168.1.0 0.0.0.255 any

Why this answer

The configuration had three issues: (1) Interface G0/1 was incorrectly configured as 'ip nat inside' instead of 'ip nat outside' — this prevents translation as both interfaces are inside. (2) The NAT overload keyword was missing on the dynamic PAT rule — without 'overload', only one-to-one translation occurs. (3) ACL 100 was matching 192.168.2.0/24 instead of the actual inside subnet 192.168.1.0/24, so traffic from the correct subnet was not translated. Correcting these allows inside hosts to PAT to the outside IP and the static NAT to function properly.

Exam trap

Watch for three common mistakes in NAT configuration: (1) misplacing the 'inside' and 'outside' interface designations, (2) forgetting the 'overload' keyword for PAT, and (3) using an incorrect ACL that does not match the actual inside network. Always verify the ACL matches the source subnet of traffic needing translation.

Why the other options are wrong

B

The ACL must match the source subnet of the inside hosts that need translation; using 192.168.2.0/24 does not match 192.168.1.0/24.

C

The 'overload' keyword is essential for PAT; omitting it means only one inside host can use the outside IP at a time.

D

NAT requires one interface to be 'inside' and the other 'outside'; having both as 'inside' prevents translation of outbound traffic.

Why candidates pick the wrong answer

B

Candidates might misread the subnet or think the ACL is correct if they confuse the two subnets.

C

Candidates might think 'overload' is optional or confuse it with static NAT, not realizing PAT requires it.

D

Candidates might think the outside interface should be 'inside' because it connects to the internal network, or they may confuse the direction of NAT.

326
MCQhard

A technician is troubleshooting a dual-stack network where an IPv6-only host cannot reach an IPv4 resource. The technician issues the show ipv6 interface brief command on the local router and notices the interface facing the host has a link-local address but no global unicast address. The technician then checks the running configuration and finds that the command ipv6 unicast-routing is missing. What is the most likely cause?

A.An IPv6 access list on the router is blocking Router Advertisement messages.
B.IPv6 unicast routing has not been enabled on the router.
C.The IPv4 resource is not configured for NAT64 translation.
D.The host has an incorrect default gateway for IPv6.
AnswerB

The ipv6 unicast-routing command is required to enable IPv6 forwarding on Cisco routers. Without it, the router does not participate in IPv6 routing, does not generate Router Advertisements, and interfaces will not obtain global unicast addresses through SLAAC or DHCPv6 relay. The show ipv6 interface output displaying only a link-local address, combined with the absence of ipv6 unicast-routing in the configuration, confirms this root cause.

Why this answer

The missing `ipv6 unicast-routing` command means the router is not acting as an IPv6 router, so it does not send Router Advertisement (RA) messages. Without RAs, the host cannot autoconfigure a global unicast address or learn a default gateway, breaking IPv6 connectivity to any IPv4 resource even if NAT64 is present.

Exam trap

Cisco often tests the misconception that configuring an IPv6 address on an interface is sufficient for IPv6 routing, when in fact the global `ipv6 unicast-routing` command is required to enable the router to forward IPv6 packets and send Router Advertisements.

Why the other options are wrong

A

This option focuses on a filtering issue, not the disabled routing engine, and would not cause the router’s own interface to lack a global unicast address.

C

NAT64 configuration would affect translation, but the root cause visible in the output is the lack of IPv6 routing capability on the router.

D

This shifts the blame to the host, but the router-side evidence (missing command and missing global unicast) clearly indicates a router configuration problem.

327
Multi-Selectmedium

Which TWO statements are true regarding the configuration and placement of standard and extended ACLs on a router?

Select 2 answers
A.Standard ACLs are typically placed closest to the source of the traffic.
B.Extended ACLs are typically placed closest to the source of the traffic.
C.A wildcard mask of 0.0.0.0 in an ACL matches all bits of the IP address.
D.A wildcard mask of 255.255.255.255 in an ACL matches all bits of the IP address.
E.Extended ACLs should be placed on the interface closest to the destination to filter traffic before it reaches the final segment.
AnswersB, C

Extended ACLs are placed closest to the source of traffic because they can filter on multiple fields such as source and destination IP, Layer 4 ports, and protocols. Filtering early at the source prevents unwanted traffic from wasting bandwidth and router CPU resources across the entire network path. This placement also ensures that the more specific extended criteria are applied as soon as traffic enters the network, making the filtering efficient and effective.

Why this answer

Extended ACLs evaluate multiple criteria (source/destination IP, port, protocol), so placing them closest to the source prevents unwanted traffic from consuming bandwidth across the network. Option C is correct because a wildcard mask of 0.0.0.0 means all 32 bits must match, matching a single host. Option A is incorrect—standard ACLs are placed closest to the destination, not the source.

Option D is incorrect—a wildcard mask of 255.255.255.255 matches any address (ignores all bits), not all bits. Option E is incorrect—extended ACLs placed near the destination would not conserve bandwidth; they should be near the source.

Exam trap

Cisco often tests the misconception that standard ACLs should be placed close to the source, when in fact extended ACLs are placed close to the source and standard ACLs close to the destination.

Why the other options are wrong

A

Standard ACLs filter only on source IP address, so placing them close to the source can block traffic that should be allowed to other destinations, causing unnecessary denial of service.

D

A wildcard mask of 255.255.255.255 means 'ignore all bits,' so it matches any IP address, equivalent to the 'any' keyword. It does not match all bits.

E

Extended ACLs are more effective when placed near the source to filter unwanted traffic early, not near the destination. Placing them near the destination allows unwanted traffic to traverse the network unnecessarily.

Why candidates pick the wrong answer

A

Students often confuse the placement rule for standard ACLs with extended ACLs, thinking that placing ACLs near the source is always beneficial, but standard ACLs lack the granularity to filter based on destination.

D

Students may mistakenly think that a mask of all 255s means checking all bits, confusing wildcard masks with subnet masks where 255 indicates network bits.

E

Some students believe that filtering near the destination is more efficient because it only affects the final segment, but this ignores the bandwidth and processing wasted on transit.

328
Multi-Selectmedium

Which TWO statements correctly describe characteristics of SNMPv2c and SNMPv3 for network monitoring?

Select 2 answers
A.SNMPv3 supports authentication and encryption for secure network monitoring.
B.SNMPv2c uses community strings sent in clear text to authenticate requests.
C.SNMPv3 provides the same security level as SNMPv2c but with additional trap support.
D.SNMPv2c supports only GET and SET operations, but not traps.
E.SNMPv3 uses community strings to authenticate agents and managers.
AnswersA, B

SNMPv3 is correct because it introduces a User-based Security Model (USM) offering three security levels: noAuthNoPriv (no authentication or encryption, but still uses usernames), authNoPriv (HMAC-MD5 or HMAC-SHA authentication, no encryption), and authPriv (authentication plus DES or AES encryption). This allows network monitoring to operate with data integrity, source authentication, and confidentiality, protecting against sniffing and unauthorized modifications. No other version provides these combined security features, making it suitable for production and large-scale networks.

Why this answer

SNMPv3 is correct because it introduces authentication (MD5/SHA) and encryption (DES/AES) for secure monitoring. SNMPv2c is correct because it uses community strings transmitted in cleartext, lacking security. Option C is wrong: SNMPv3 is more secure than v2c, not the same.

Option D is wrong: SNMPv2c supports traps in addition to GET and SET. Option E is wrong: SNMPv3 uses usernames and security models, not community strings.

Exam trap

Cisco often tests the misconception that SNMPv3 is merely an extension of SNMPv2c with added trap support, when in fact the key differentiator is the security model (authentication and encryption), and both versions support traps.

Why the other options are wrong

C

SNMPv3 provides significantly higher security than SNMPv2c by adding authentication and encryption, whereas SNMPv2c uses only community strings in clear text. Both versions support traps, so the statement incorrectly claims SNMPv3 has additional trap support, which is not a distinguishing feature.

D

SNMPv2c supports GET, SET, and trap operations, just like SNMPv1 and SNMPv3. The statement is incorrect because it claims SNMPv2c does not support traps, which is false; traps are a key feature for asynchronous notifications in network monitoring.

E

SNMPv3 uses the User-based Security Model (USM) with usernames and authentication keys, not community strings. Community strings are a feature of SNMPv1 and SNMPv2c, which are transmitted in clear text and provide weak security.

Why candidates pick the wrong answer

C

Students may confuse the enhanced security features of SNMPv3 with additional trap functionality, or they might think that SNMPv3 is just a more secure version of SNMPv2c with the same features plus traps, but traps are present in both.

D

Test-takers might confuse SNMPv2c with an earlier or limited version, or they may think that traps were only introduced in SNMPv3. However, traps have been part of SNMP since SNMPv1.

E

Students familiar with SNMPv2c may assume that community strings are used across all versions, but SNMPv3 replaced them with a more robust user-based authentication model. The term 'community' might be mistakenly associated with SNMPv3.

329
Multi-Selectmedium

Users complain that log timestamps from several routers do not line up with one another. Which two actions are most appropriate?

Select 2 answers
A.Configure NTP on the network devices
B.Verify timezone and timestamp settings
C.Increase the syslog severity threshold to debugging
D.Disable console logging
E.Clear the logging buffer on all devices
AnswersA, B

NTP keeps time synchronized.

Why this answer

When timestamps disagree, the first fix is time synchronization. NTP should be configured consistently, and devices should have correct timezone or clock settings so syslog messages can be correlated across the network.

Exam trap

Don't confuse log display settings or buffer configurations with time synchronization settings.

Why the other options are wrong

C

Increasing the syslog severity threshold to debugging generates more log messages but does not address the root cause of time discrepancies. It can overwhelm storage and analysis without fixing the time synchronization issue.

D

Disabling console logging does not address timestamp synchronization; it only stops log messages from appearing on the console, which does not align timestamps across devices.

E

Clearing the logging buffer removes existing log entries but does not prevent future timestamps from being incorrect. The time drift persists, so new logs will still have mismatched timestamps.

When would these options actually be correct?

D

When a question asks how to reduce CPU load on a router due to excessive logging, disabling console logging is appropriate because console logging is CPU-intensive and can be disabled without losing logs to other destinations.

Why candidates pick the wrong answer

C

Students might think that more detailed logs help identify the problem, but this confuses log verbosity with time accuracy. Debugging logs do not correct clock drift.

D

Candidates may think console logging causes timestamp issues or that disabling it resets timestamps, confusing logging behavior with time synchronization.

E

Students might believe that clearing logs resets the time or fixes the issue temporarily. In reality, it only deletes historical data without addressing the root cause.

330
Multi-Selectmedium

Which command or tool would a network engineer use to verify if a client has a duplicate IP address conflict on the local subnet?

Select 2 answers
A.ipconfig /all
B.arp -a
C.nslookup
D.ping
E.tracert
AnswersB, D

arp -a displays the system's ARP cache, which maps IPv4 addresses to MAC addresses for hosts reached on the local subnet. When two devices are using the same IP, the cache may show two different MAC addresses for that same IP, or the mapping may flip back and forth between the two entries as traffic is sent. Examining the ARP table for inconsistent or changing MAC-to-IP pairings is a classic method for detecting an IP address conflict.

Why this answer

The two tools to verify a duplicate IP conflict are arp -a and ping. The arp -a command displays the ARP cache; if a duplicate IP exists, the ARP table may show multiple MAC addresses for the same IP or rapid changes. Ping can be used to send traffic to the local IP address; if a reply is received from a different MAC address than expected, it indicates a conflict.

Together, these commands help network engineers confirm IP address duplication. Other commands like ipconfig /all, nslookup, and tracert do not directly reveal such conflicts.

Exam trap

A common misconception is that ipconfig /all can detect duplicate IPs, but it only displays local configuration. In reality, arp -a and ping are the key tools to identify IP conflicts at the network layer.

Why the other options are wrong

A

`ipconfig /all` shows only the local IP configuration, not whether the same IP is assigned to another host.

C

`nslookup` resolves domain names to IP addresses and is unrelated to local IP conflicts.

E

`tracert` traces the path to a remote host, irrelevant for detecting local subnet duplicate IPs.

Why candidates pick the wrong answer

A

Students may think that because ipconfig /all shows the IP address, it can also detect conflicts, especially if they recall that Windows sometimes displays a 'duplicate IP' message. However, that message comes from the operating system's detection mechanism, not from the ipconfig command itself.

C

Students might confuse nslookup with other network diagnostic tools or think that because it queries IP addresses, it could somehow reveal conflicts. However, nslookup only resolves names to IPs and does not check for duplicate IPs on the local subnet.

E

Students might think that because tracert shows IP addresses along the path, it could reveal duplicate IPs. However, tracert only shows the path to a remote destination and does not analyze local subnet addressing or ARP entries.

331
MCQeasy

Which medium is the most common choice for a 10G uplink between wiring closets on different floors of the same building?

A.Rollover cable
B.Fiber optic cable
C.Coaxial cable
D.Console cable
AnswerB

Fiber-optic cable is the standard medium for 10G uplinks because it supports both 10GBASE-SR (multimode, 850 nm VCSELs, up to 300 m on OM3/OM4) and 10GBASE-LR (single-mode, 1310 nm, up to 10 km), providing reach and bandwidth far beyond copper twisted pair. It is immune to electromagnetic interference, has extremely low signal attenuation, and offers the full-duplex symmetric bandwidth required for switch uplinks. Enterprise switches therefore ship with SFP+ slots where fiber transceivers are the default choice for interconnecting access-layer switches to distribution or core switches.

Why this answer

Fiber is commonly used for building uplinks because it supports higher bandwidth and longer distances than typical copper for this use case.

Exam trap

Don't confuse the capabilities of multimode fiber with single-mode fiber for long-distance, high-speed connections.

Why the other options are wrong

A

A rollover cable is a specialized Cisco console cable used for out-of-band management access to a device's console port, not for network data traffic. It cannot carry 10G Ethernet signals and is physically incompatible with Ethernet interfaces.

C

Coaxial cable (e.g., RG-6) is primarily used for cable TV, broadband internet (DOCSIS), or legacy Ethernet (10BASE2/10BASE5), but it does not support 10G Ethernet speeds over the distances required between floors in a modern enterprise network. Fiber or twisted-pair copper (Cat6a/Cat7) are the standard 10G media.

D

A console cable (typically a rollover or USB-to-serial cable) is used for initial device configuration and management access, not for carrying network traffic. It cannot support 10G data rates and is not designed for switch-to-switch uplinks.

When would these options actually be correct?

A

If the exam question asked about connecting a terminal to a network device for configuration purposes, a rollover cable would be the correct choice. In such a scenario, the focus would be on management access rather than high-speed data transfer.

C

If the exam question asked for the most common medium for a 10G uplink in a legacy network setup or a specific scenario where coaxial infrastructure is already in place and being upgraded, coaxial cable could be considered a viable option.

D

If the exam question asked about connecting a network device directly to a computer for configuration purposes, a console cable would be the correct answer. This scenario would focus on device management rather than data uplinking.

Why candidates pick the wrong answer

A

Students may confuse rollover cables with other copper Ethernet cables (e.g., Cat6a) because both have RJ45 connectors, but rollover cables have a unique pinout (rolled) and are only used for console connections.

C

Coaxial cable is still used in some broadband and video applications, and its thick shielding might suggest it can handle high speeds, but it is not a standard for 10G Ethernet uplinks in structured cabling.

D

The term 'console cable' might be confused with 'crossover cable' or other Ethernet cables, but console cables are specifically for management and have different connectors and pinouts.

332
MCQhard

A router learns the same destination prefix from OSPF and EIGRP. The prefix length is identical, and both routes are valid. Which route is preferred by default?

A.The EIGRP route
B.The OSPF route
C.Both routes are installed equally because the prefix length matches
D.Neither route is used because protocols cannot advertise the same prefix
AnswerA

The EIGRP route is preferred because EIGRP's default administrative distance (AD) of 90 is lower than OSPF's default AD of 110. When a router receives the same destination prefix from multiple routing protocols, it compares AD values and installs the route with the lowest AD into the routing table. Therefore, the EIGRP route wins this selection.

Why this answer

The EIGRP route is preferred by default because EIGRP has a lower default administrative distance than OSPF. In practical terms, once the prefix length is the same, the router compares source trust. Lower administrative distance wins. EIGRP’s default of 90 beats OSPF’s default of 110.

This is not a longest-prefix question. The prefix is identical, so the decision is about source preference rather than specificity.

Exam trap

A frequent exam trap is believing that when two routing protocols advertise the same prefix with identical prefix lengths, the router installs both routes equally or performs load balancing. This misconception ignores the role of administrative distance, which is the primary factor in route preference when prefix lengths match. Another trap is thinking that OSPF is always preferred because it is a widely used IGP, but Cisco routers prioritize routes based on AD values, not protocol popularity.

Misunderstanding this can lead to incorrect answers about route selection in multi-protocol environments.

Why the other options are wrong

B

This option is incorrect because OSPF’s default administrative distance (110) is higher than EIGRP’s (90), making OSPF routes less preferred when both advertise the same prefix.

C

This option is incorrect because equal prefix length does not cause routers to install both routes equally; administrative distance determines which route is preferred and installed.

D

This option is incorrect because routers can receive and compare the same prefix from multiple routing protocols; they do not reject prefixes simply because they come from different sources.

When would these options actually be correct?

B

In a different scenario where OSPF is configured with a lower administrative distance than EIGRP, or if EIGRP is configured with a higher AD, the OSPF route would be preferred. For example, a question might specify that OSPF is set to an AD of 90 and EIGRP to 170, making the OSPF route the correct choice.

C

In a different scenario where both OSPF and EIGRP are configured to use equal-cost multi-path (ECMP) routing, the question could state that both protocols are allowed to install routes with the same prefix length, making this option correct as both routes would be used equally.

D

If the exam question stated that the router was configured to only accept routes from one protocol due to specific policy or filtering rules, then the option stating that neither route is used could be correct, as only the preferred protocol would be allowed to install routes.

Why candidates pick the wrong answer

B

Students may confuse OSPF's fast convergence or link-state nature with a higher preference, or they might think OSPF is always preferred because it is an open standard protocol.

C

Students often think that matching prefix lengths means equal preference, but they overlook the role of administrative distance in multi-protocol routing.

D

A beginner might think that duplicate routes cause conflicts or loops, but routing protocols are designed to handle multiple sources and choose the best path.

333
MCQhard

A switch unexpectedly blocks a link toward the distribution layer. Gi1/0/24 shows a path cost of 4 while Gi1/0/23 shows a path cost of 19. Why did interface Gi1/0/24 become the root port instead of Gi1/0/23?

A.Gi1/0/24 has a lower port number, so STP always prefers it first.
B.STP prefers interfaces with the highest path cost to reduce loops.
C.Gi1/0/23 is blocked because alternate ports are always chosen over root ports.
D.has a lower root path cost to the root bridge
AnswerD

This is correct because STP's root port selection is primarily based on the lowest root path cost to reach the root bridge. Gi1/0/24 has a cumulative cost of 4, whereas Gi1/0/23 has a cost of 19, so Gi1/0/24 is chosen as the root port and placed in forwarding state. Consequently, Gi1/0/23 becomes the alternate port with the higher cost and is put into blocking state to prevent Layer 2 loops.

Why this answer

Spanning Tree chooses a root port by looking for the best path toward the root bridge. In this case, Gi1/0/24 shows a cost of 4, while Gi1/0/23 shows a cost of 19. Lower cost is better, so Gi1/0/24 is selected as the root port and moves into forwarding.

Gi1/0/23 becomes an alternate port and is placed into a blocking state to prevent a loop. STP compares root path cost first; only if the cost is tied does it move on to tie-breakers like sender bridge ID and port ID. The lower cost on Gi1/0/24 explains why that port won the root-port election.

Exam trap

Remember that STP prioritizes root path cost over other factors like port numbers or bridge IDs unless there's a tie.

Why the other options are wrong

A

STP does not use port number as the primary criterion; it is only a tie-breaker when path cost, bridge ID, and sender bridge ID are all equal. Here, the path costs differ, so port number is irrelevant.

B

STP is designed to select the path with the lowest total cost to the root bridge, not the highest. Choosing a higher-cost path would increase latency and waste bandwidth.

C

The root port is the forwarding port toward the root bridge, while the alternate port is a blocked backup. The alternate port is not chosen over the root port; it only becomes active if the root port fails.

When would these options actually be correct?

A

In a different question scenario where the context involves a simplified STP decision-making process, if the question stated that all ports were configured with the same path cost, then the option could be correct if it asked which port would be preferred based on the lowest numerical identifier.

B

In a different question setup, if the question stated that STP was configured to prefer paths with higher costs for specific traffic types, then this option could be correct. For example, if the exam scenario involved a network design where certain traffic flows were intentionally routed through higher-cost paths to manage bandwidth.

C

In a different scenario where the question states that Gi1/0/23 is indeed an alternate port and that the switch is configured to prefer alternate ports over root ports, this option could be correct. For example, if the question specifies that Gi1/0/23 was previously a root port but was blocked due to a topology change, making Gi1/0/24 the new root port.

Why candidates pick the wrong answer

A

Students often confuse STP's tie-breaking rules, thinking lower port number always wins, but this only applies when all higher-priority values are identical.

B

Some might mistakenly think that higher cost implies more redundancy or loop prevention, but STP's goal is to minimize cost for optimal forwarding.

C

The terms 'alternate' and 'root' can be confusing; students may think alternate ports are preferred, but they are actually backups.

334
MCQhard

A technician is troubleshooting a network-wide broadcast storm that has caused severe performance issues. The technician notices that BPDU guard is globally enabled on the access layer switch, but no ports are in an err-disabled state. All access ports have PortFast enabled. What is the most likely cause?

A.Spanning tree is disabled globally, allowing the rogue switch to create a loop.
B.BPDU guard is misconfigured on the wrong ports, so it failed to block the rogue switch.
C.Root guard is incorrectly enabled on the access ports, causing the rogue switch to become the root bridge.
D.BPDU filter is globally enabled, causing the switch to suppress BPDUs on PortFast ports and preventing BPDU guard from triggering.
AnswerD

Global BPDU filter on a switch sets PortFast on all access ports and disables BPDU transmission and reception on those ports. The rogue switch’s BPDUs are never processed, so BPDU guard—which depends on receiving a BPDU—never err-disables the port, allowing a loop and broadcast storm.

Why this answer

BPDU guard places a port in err-disabled state upon receiving a BPDU, but BPDU filter globally enabled on PortFast ports suppresses both sending and receiving BPDUs. Since BPDU filter prevents BPDUs from being received, BPDU guard never triggers, allowing a rogue switch to participate in spanning tree and potentially cause a broadcast storm.

Exam trap

Cisco often tests the interaction between BPDU guard and BPDU filter, where candidates assume BPDU guard alone protects against rogue switches, forgetting that BPDU filter globally enabled on PortFast ports silently disables BPDU guard's detection mechanism.

Why the other options are wrong

A

This answer assumes STP is off entirely, but the presence of BPDU guard configuration indicates spanning tree is operational.

B

Candidates often assume that BPDU guard simply failed, overlooking the interaction with BPDU filter, which can neutralize guard by suppressing BPDUs.

C

Root guard is a different feature and not related to the suppression of BPDUs that would allow a loop to form undetected.

335
Multi-Selectmedium

Which TWO statements correctly describe the operation of the ip helper-address command in a DHCP relay agent configuration?

Select 2 answers
A.It forwards DHCPDISCOVER broadcasts from a client to a DHCP server on a different subnet.
B.It is configured on the DHCP server interface to allow replies to reach clients on remote subnets.
C.It automatically forwards all UDP broadcasts by default.
D.It sets the gateway IP address (giaddr) field in the DHCP packet to the relay agent's IP address.
E.It prevents DHCP spoofing by validating the source MAC address of DHCP packets.
AnswersA, D

The relay agent listens for DHCP broadcasts on one interface and forwards them as unicasts to the configured server IP.

Why this answer

The `ip helper-address` command is configured on the router interface facing the client, and it converts the client's DHCPDISCOVER broadcast into a unicast directed to the specified DHCP server, allowing the client to obtain an IP address from a server on a different subnet. Option D is also correct because the relay agent sets the giaddr (gateway IP address) field in the DHCP packet to its own interface IP address. This is how the DHCP server knows which subnet the client is on and can assign an appropriate IP address and return the reply.

Option B is incorrect because the command is configured on the interface facing the DHCP clients, not on the server-facing interface. Option C is incorrect because `ip helper-address` does not forward all UDP broadcasts; it only forwards broadcasts for specific UDP ports (DHCP, DNS, TFTP, etc.) by default, and this list can be modified. Option E is incorrect because the command does not perform any MAC address validation or spoofing protection; it simply relays DHCP messages.

Exam trap

Cisco often tests the misconception that `ip helper-address` forwards all UDP broadcasts, when in reality it only forwards specific UDP ports (default: 67, 68, 53, 69, 37, 137, 138, 161, 162) and can be customized with the `ip forward-protocol` command.

Why the other options are wrong

B

The `ip helper-address` command is configured on the client-facing interface, not the server-facing interface.

C

The command does not forward all UDP broadcasts; it only forwards specific UDP ports (DHCP, DNS, TFTP, etc.) by default.

E

The command does not validate source MAC addresses or prevent DHCP spoofing; it only relays DHCP messages.

Why candidates pick the wrong answer

B

Students may think the helper address helps the server send replies back, but it actually helps the client reach the server. The command is placed on the client-facing interface, not the server-facing one.

C

The term 'helper' might imply it forwards all broadcasts, but Cisco restricts forwarding to common services to prevent unnecessary broadcast traffic. Students often overlook the default forwarding list.

E

Both features relate to DHCP security and relay, but they serve different purposes. Students may confuse the helper address with DHCP snooping because both involve DHCP packet handling.

336
Multi-Selectmedium

Which two statements accurately describe CAPWAP in a controller-based WLAN context?

Select 2 answers
A.It is associated with communication between lightweight APs and the wireless LAN controller.
B.It is relevant in controller-based WLAN designs.
C.It is the same thing as a client SSID.
D.It is a replacement for WPA2 and WPA3.
E.It is used only for IPv4 ACL filtering.
AnswersA, B

CAPWAP (Control And Provisioning of Wireless Access Points) is the IETF standard protocol that creates a tunnel between lightweight access points (LAPs) and the wireless LAN controller (WLC). It carries both control plane messages (configuration, authentication) and data plane traffic (client packets) over UDP ports 5246 and 5247. This makes it the key communication channel in split-MAC architecture, not just an optional feature.

Why this answer

CAPWAP (Control and Provisioning of Wireless Access Points) is the protocol used between lightweight access points (LAPs) and the wireless LAN controller (WLC) in controller-based WLAN architectures. Options C, D, and E are incorrect: CAPWAP is not an SSID; it is a control and data tunneling protocol, not a security standard like WPA2/WPA3; and it supports both IPv4 and IPv6, not just IPv4 ACL filtering.

Exam trap

Be careful not to confuse encapsulation with encryption or assume CAPWAP is limited to a specific IP version.

Why the other options are wrong

C

CAPWAP is a control protocol for AP-WLC communication, not a client SSID—an SSID is the network name that clients see and associate with.

D

CAPWAP is not a security replacement; WPA2 and WPA3 are wireless security standards, whereas CAPWAP tunnels traffic between AP and WLC.

E

CAPWAP supports both IPv4 and IPv6 transport; it is not limited to IPv4 ACL filtering.

When would these options actually be correct?

C

If the exam question asked about the various components and configurations of a wireless network, including client-side settings, then stating that CAPWAP is the same as a client SSID could be correct in a context where the question is misleadingly phrased or focuses on user-facing aspects of WLAN.

D

In a question that asks about security protocols in WLANs, specifically focusing on their roles in authentication and encryption, this option would be correct if it stated that CAPWAP is a replacement for a specific legacy protocol that manages access point communication, but not for WPA2 or WPA3.

E

If the exam question were to ask about the specific functionalities of CAPWAP in relation to network security features, and if it were framed in a context where CAPWAP was described as a protocol that includes ACL filtering capabilities, then option E could be considered correct.

Why candidates pick the wrong answer

C

Students might confuse CAPWAP with SSID because both are associated with WLANs, but they serve entirely different purposes. The acronym similarity (both start with 'C' and 'S' sounds) can lead to this misconception.

D

Since CAPWAP is used in secure WLAN deployments, some may mistakenly think it provides security functions. However, security is handled by separate protocols like WPA2/3, 802.1X, or VPNs.

E

Because CAPWAP can carry control and data traffic, and ACLs are often applied to filter traffic on WLCs, students might incorrectly associate CAPWAP with ACL filtering. However, CAPWAP is the transport mechanism, not the filtering method.

337
MCQmedium

A network administrator is configuring a new Windows workstation on a small office network that uses IPv4 addressing. The workstation must be able to communicate with devices on other subnets and resolve hostnames via a company DNS server at 10.10.10.5. The administrator has already set the IP address to 10.10.10.10 and the subnet mask to 255.255.255.0. Which additional parameter must be configured to meet both requirements?

A.Configure a default gateway of 10.10.10.1 and a DNS server of 10.10.10.5.
B.Configure only a DNS server of 10.10.10.5.
C.Change the subnet mask to 255.255.0.0 to allow communication across subnets.
D.Configure a default gateway of 10.10.20.1 and a DNS server of 10.10.10.5.
AnswerA

This is the correct configuration because both entries are necessary and valid. The default gateway 10.10.10.1 lies on the same subnet as the workstation's IP address, so the host can resolve the gateway's MAC address via ARP and forward all out-of-subnet traffic to it. The router then routes packets between the 10.10.10.0/24 and 10.10.20.0/24 networks, enabling communication with devices on the other subnet. The DNS server 10.10.10.5 is also on the local subnet, allowing name resolution to work without requiring routing. Together, they provide both name resolution and the necessary Layer 3 path.

Why this answer

To communicate with devices on other subnets, the workstation needs a default gateway (router) to forward traffic beyond its local subnet. The IP address 10.10.10.10 with subnet mask 255.255.255.0 places it in the 10.10.10.0/24 network, so a default gateway (e.g., 10.10.10.1) is required for inter-subnet routing. Additionally, to resolve hostnames, the DNS server address must be explicitly configured; the company DNS server is at 10.10.10.5.

Option A correctly provides both parameters.

Exam trap

Cisco often tests the requirement that a default gateway must be on the same subnet as the host; the trap here is that candidates may think a DNS server alone suffices for inter-subnet communication, or they may incorrectly assume changing the subnet mask can replace a router, or they may choose a gateway on a different subnet without realizing it is unreachable.

Why the other options are wrong

B

Without a default gateway, the workstation cannot send packets to destinations outside its own subnet (10.10.10.0/24). The DNS server alone only provides name resolution, not routing to other subnets.

C

Changing the subnet mask to 255.255.0.0 would expand the broadcast domain and could cause routing problems, but it does not provide a path to other subnets. The workstation still needs a default gateway to communicate with devices outside its local network.

D

The default gateway 10.10.20.1 is not on the same subnet as the workstation (10.10.10.0/24). For a host to reach its default gateway, the gateway must be directly reachable on the local subnet. Since 10.10.20.1 is on a different subnet, the workstation cannot send traffic to it.

Why candidates pick the wrong answer

B

Students may think that DNS is the only missing piece because the IP and subnet mask are already set, overlooking the need for a default gateway to reach other subnets.

C

Some students might incorrectly believe that a larger subnet mask allows communication across subnets by including them in the same network, but this is not how routing works; it would actually break connectivity.

D

Students might think any IP can serve as a default gateway, but they must ensure it is on the same subnet. The DNS server is correct, but the gateway is misconfigured.

338
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure gRPC streaming telemetry subscription on a Cisco IOS-XE device, from initial setup to data collection.

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 correct order starts with entering global config, then enabling telemetry, defining subscription details (encoding and filter), specifying the receiver, and finally verifying data collection.

Exam trap

The trap is that candidates may confuse the order of enabling telemetry and defining the subscription, or think that global config is not needed first. Remember that all telemetry commands are configured in global config mode, and the subscription must be defined before the receiver can be added.

Why candidates pick the wrong answer

B

Candidates might think telemetry can be enabled from any mode, but it requires global config.

C

Candidates might think subscription details can be defined first, but the order is sequential.

D

Candidates might think receiver configuration is independent, but it is part of the subscription.

339
PBQhard

You are securing the spanning-tree topology on R1, the root bridge for VLAN 10. Intended configurations: Root Guard on GigabitEthernet1/0/3, Loop Guard on gigabit interfaces 1/0/1 and 1/0/2, and BPDU Guard on all PortFast-enabled interfaces. After initial configuration, a superior BPDU on G1/0/3 blocks the port (expected), and a host on G1/0/5 triggers BPDU Guard, causing err-disable (expected). However, you realize Loop Guard was not applied to the uplinks. Troubleshoot and apply the missing configuration.

Hints

  • Root Guard on the root bridge may cause blocking if a superior BPDU is received; this is correct behavior unless the port should be a root port.
  • Loop Guard prevents alternate or root ports from becoming designated in case of unidirectional link failure; it is safe on trunk uplinks.
  • BPDU Guard err-disables a PortFast port when a BPDU is received; re-enable with 'no shutdown' after fixing the cause.
A.Remove Root Guard from G1/0/3 and configure it with 'spanning-tree guard loop' to prevent the blockage.
B.Re-enable G1/0/5 with 'no shutdown' and apply 'spanning-tree bpduguard enable' on all PortFast-enabled interfaces to prevent future err-disable.
C.Configure Loop Guard on G1/0/1 and G1/0/2 with 'spanning-tree guard loop' and recover G1/0/5 from err-disable by issuing 'shutdown' followed by 'no shutdown'.
D.Remove BPDU Guard from all PortFast interfaces and configure 'spanning-tree portfast bpdufilter default' to prevent err-disable.
AnswerC
solution
! R1
interface GigabitEthernet1/0/1
spanning-tree guard loop
interface GigabitEthernet1/0/2
spanning-tree guard loop
interface GigabitEthernet1/0/5
shutdown
no shutdown

Why this answer

The candidate must first identify that Root Guard is correctly configured on G1/0/3, causing it to block (BKN*ROOT_Guard) upon receiving a superior BPDU, which is correct behavior. However, the task states to protect the root bridge role; since R1 is already root, Root Guard is appropriate. The err-disabled port G1/0/5 indicates BPDU Guard triggered; this is expected because a host connected to a PortFast port sent a BPDU.

To resolve, the candidate should re-enable the port with 'no shutdown' and ensure BPDU Guard is properly applied. Additionally, Loop Guard is missing on uplinks G1/0/1 and G1/0/2; it must be configured with 'spanning-tree guard loop' under each interface. No changes to Root Guard are needed; the blockage is intentional.

Exam trap

Do not assume that a blocked port due to Root Guard is a problem; it is intentional. Also, do not confuse BPDU Guard with BPDU Filter; BPDU Guard err-disables, while BPDU Filter suppresses BPDUs. Remember that err-disabled ports must be manually re-enabled with 'no shutdown'.

Why the other options are wrong

A

Root Guard is designed to block a port that receives superior BPDUs, which is exactly what happened. The configuration is correct and should not be removed.

B

BPDU Guard is correctly configured; the err-disable is expected behavior when a BPDU is received on a PortFast port. The solution is to re-enable the port and ensure the host is not a switch.

D

BPDU Filter is not a substitute for BPDU Guard; it prevents the port from sending or receiving BPDUs, which can cause bridging loops. The correct action is to re-enable the port, not change the protection mechanism.

Why candidates pick the wrong answer

A

Candidates may think that any blocked port is a problem and needs to be fixed by changing the guard type, not realizing that Root Guard's purpose is to block in this scenario.

B

Candidates might think that BPDU Guard should be removed or that the configuration is missing, but it is already applied and working as designed.

D

Candidates may confuse BPDU Guard with BPDU Filter, thinking that filtering BPDUs would prevent the err-disable, but this compromises network stability.

340
Multi-Selectmedium

Which THREE statements accurately describe the role of AI agents in closed-loop remediation workflows for network automation?

Select 3 answers
A.AI agents require manual approval before executing any remediation action in a closed-loop workflow.
B.AI agents can autonomously analyze network telemetry and decide on remediation actions.
C.AI agents rely solely on static baseline configurations to detect anomalies.
D.Tool-calling allows AI agents to invoke external automation tools (e.g., Ansible, Python scripts) to execute remediation steps.
E.In a closed-loop remediation workflow, the AI agent monitors the network after action to confirm the issue is resolved and adjusts if needed.
F.AI agents eliminate the need for human oversight in network operations.
AnswersB, D, E

Autonomous analysis is enabled by the AI agent's ability to consume and correlate diverse telemetry sources — interface counters, CPU/memory utilization, routing tables, and flow records — in real time. Using machine learning models or rule-based logic, the agent identifies anomalies (e.g., high error rate, BGP session flapping) and determines the appropriate remediation step, such as adjusting OSPF cost, resetting a neighbor, or applying a temporary policy. This decision-making capability runs continuously and automatically, which is central to closed-loop automation and differentiates it from simple scripted monitoring that reacts to fixed thresholds.

Why this answer

B is correct because AI agents in closed-loop remediation workflows autonomously analyze network telemetry (e.g., gRPC, NETCONF) and decide on remediation actions without manual intervention, enabling rapid response. D is correct because tool-calling allows the AI agent to invoke external automation tools like Ansible or Python scripts to execute the chosen remediation steps. E is correct because a key part of the closed-loop is that the AI agent monitors the network after action to confirm the issue is resolved and adjusts if needed, ensuring the loop is closed.

A is wrong because closed-loop automation implies autonomous execution based on predefined policies, not requiring manual approval for every action. C is wrong because AI agents use dynamic telemetry and learned patterns, not just static baseline configurations, to detect anomalies. F is wrong because AI agents augment, not eliminate, human oversight; human intervention remains for policy exceptions and oversight.

Exam trap

Cisco often tests the misconception that AI agents require manual approval for every action in closed-loop workflows, when in fact the 'closed-loop' concept implies autonomous execution based on predefined policies.

Why the other options are wrong

A

Closed-loop remediation is defined by autonomous execution without manual approval for standard actions.

C

AI agents rely on continuous telemetry and machine learning, not solely static baseline configurations, to detect anomalies.

F

AI agents reduce but do not eliminate the need for human oversight, especially for policy exceptions and strategic decisions.

Why candidates pick the wrong answer

A

Students may confuse closed-loop automation with traditional change management processes that require manual approval, or they may think that AI agents always need human validation before acting.

C

Students may think that baselines are the primary method for anomaly detection, confusing static baselines with the dynamic baselines that AI agents actually use.

F

Students may overestimate the autonomy of AI agents, thinking that closed-loop automation means fully autonomous operations without any human involvement.

341
MCQmedium

Which traffic type is typically most sensitive to delay and jitter and is commonly prioritized with QoS?

A.Voice traffic
B.Bulk backup traffic
C.Email attachments
D.Operating system updates
AnswerA

Voice (VoIP) is the archetypal real-time traffic because human conversation requires an interactive exchange where end-to-end delay above 150 ms or excessive jitter causes perceptible degradation like echo and talker overlap. Cisco recommends Express Forwarding with priority queuing for voice to keep delay and packet loss below strict thresholds, as retransmission is useless for live audio. This makes voice the most delay-sensitive traffic type among the listed options, because any queuing delay directly compromises call quality.

Why this answer

Voice traffic is highly sensitive to delay, jitter, and packet loss, so it is commonly prioritized in QoS policies.

Exam trap

A common exam trap is assuming that all traffic types require equal QoS prioritization. Candidates might incorrectly select bulk backup traffic or email attachments because they involve large data transfers, but these are not sensitive to delay or jitter. The trap lies in confusing throughput sensitivity with latency sensitivity.

Voice traffic demands low latency and minimal jitter to maintain call quality, which is why it is prioritized. Misunderstanding this distinction can lead to choosing incorrect answers that focus on volume rather than real-time sensitivity.

Why the other options are wrong

B

Bulk backup traffic is throughput-sensitive but not delay-sensitive. It can tolerate delays and jitter without impacting the backup process, so it is not typically prioritized by QoS in Cisco networks.

C

Email attachments are not time-sensitive and can tolerate delays and jitter. They do not require prioritization in QoS policies, making this option incorrect for delay-sensitive traffic.

D

Operating system updates involve large data transfers that are throughput-sensitive but not sensitive to delay or jitter. They are usually scheduled during off-peak times and are not prioritized by QoS.

When would these options actually be correct?

B

If the exam question were to ask which traffic type is least time-sensitive and can be scheduled for off-peak hours, bulk backup traffic would be the correct answer. This would highlight scenarios where data integrity and completion are prioritized over immediate delivery.

C

If the exam question asked about traffic types that require reliable delivery rather than real-time performance, such as in a scenario discussing data integrity over speed, email attachments could be prioritized. For example, a question might focus on the importance of ensuring all data is received accurately, making email attachments the correct answer.

D

If the question were to ask which traffic type is commonly managed for reliability and consistency during scheduled maintenance windows, operating system updates could be prioritized to ensure timely deployment without interruption, making this option correct.

Why candidates pick the wrong answer

B

Students might mistakenly think that any large data transfer requires prioritization, confusing the need for bandwidth with the need for low latency. However, backups are usually scheduled during off-peak hours and do not require real-time treatment.

C

A student might assume that because email is important for business communication, it should be prioritized. However, email is not interactive and does not suffer from delay or jitter, so it is typically assigned a lower QoS class.

D

Students might think that because updates are necessary for security, they should be prioritized. However, updates are not interactive and can be scheduled during maintenance windows, so they are usually given best-effort treatment.

342
PBQmedium

You are connected to SW1 via the console. SW1 is a Layer 2 switch with two links to SW2: G0/1 and G0/2. The administrator wants to combine these two links into an EtherChannel using LACP. Configure an EtherChannel on SW1 for these ports and verify.

Hints

  • EtherChannel requires a port-channel interface and channel-group configuration on member ports.
  • Use mode active for LACP.
A.interface range g0/1-2 channel-group 1 mode active
B.interface range g0/1-2 channel-group 1 mode desirable
C.interface g0/1 channel-group 1 mode active interface g0/2 channel-group 1 mode passive
D.interface port-channel 1 channel-group 1 mode active
AnswerA
solution
! SW1
interface port-channel 1
interface range GigabitEthernet0/1-2
channel-group 1 mode active

Why this answer

It applies the LACP 'active' mode to both interfaces in the range, which will dynamically negotiate an EtherChannel with the peer. Option B uses PAgP 'desirable' mode, which is Cisco proprietary and not LACP, failing the requirement for LACP. Option C mixes LACP modes (active on one interface and passive on the other); both member ports must use the same mode (either active/active or passive/passive) to form a channel.

Option D attempts to configure the 'channel-group' command on the port-channel interface itself, but this command must be applied to the physical interfaces, not the logical port-channel.

Exam trap

Remember that LACP uses 'active' and 'passive' modes, while PAgP uses 'desirable' and 'auto'. Also, the 'channel-group' command is applied on physical interfaces, not on the port-channel interface. Both ports in the channel must use the same mode on the same switch.

Why the other options are wrong

B

The specific factual error is that 'desirable' is a PAgP mode, not LACP. LACP uses 'active' or 'passive'.

C

The specific factual error is that LACP requires both ends to be in compatible modes (active-active or active-passive), but on the same switch, both ports should use the same mode for the same channel group.

D

The specific factual error is that 'channel-group' is a physical interface command, not a port-channel interface command. The port-channel interface is used for logical configuration (e.g., trunking) after the channel is formed.

Why candidates pick the wrong answer

B

Candidates might confuse PAgP and LACP modes, especially since both have similar concepts of negotiation.

C

Candidates might think that using 'active' on one port and 'passive' on the other is acceptable because LACP allows that between switches, but they forget that both ports on the same switch must be configured identically.

D

Candidates might think that the port-channel interface needs to be created first and then the channel-group command applied to it, but the correct order is to apply channel-group on physical interfaces.

343
Drag & Drophard

Drag and drop the following steps into the correct order to configure AAA with a RADIUS server and 802.1X port authentication on an IOS-XE switch.

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 configure the RADIUS server, then enable AAA, create an authentication list for 802.1X, and finally apply 802.1X to the port.

Exam trap

Do not confuse the order of enabling AAA and creating authentication lists. AAA must be enabled globally before you can create authentication lists. Also, remember that the RADIUS server configuration comes first, as AAA needs to know which server to use.

Why candidates pick the wrong answer

B

Candidates might think that enabling AAA first is enough and that the authentication list can be created later, but the port configuration references the list.

C

Candidates might think that the authentication list can be created independently of AAA, but it is a subcomponent of AAA.

D

Candidates might think that applying 802.1X to the port is a simple interface command that can be done at any time, but it depends on underlying AAA configuration.

344
PBQhard

You are connected to SW1. An EtherChannel between SW1 and SW2 using LACP must be established on interfaces GigabitEthernet0/1 and GigabitEthernet0/2. Currently, the channel is not forming. Inspect the provided configuration and output, then apply the necessary commands on SW1 to resolve the issue and bring up the Port-Channel interface.

Network Topology
Gi0/1Gi0/1EtherChannelSW1SW2

Hints

  • Check the duplex and speed settings on both member interfaces on SW1.
  • Verify that the native VLAN (or access VLAN if not trunking) is identical on all bundled ports.
  • Ensure both sides use compatible LACP modes (active/active or active/passive).
A.Configure both interfaces with speed 1000, duplex full, and switchport access vlan 1.
B.Change the LACP mode on SW1's Gi0/2 from active to passive.
C.Configure both interfaces with speed 100, duplex half, and switchport access vlan 10.
D.Remove the switchport access vlan command from both interfaces and configure them as trunk ports with native vlan 1.
AnswerA
solution
! SW1
interface gigabitEthernet 0/2
speed 1000
duplex full
switchport access vlan 1
end

Why this answer

The EtherChannel failed because the two member interfaces on SW1 have mismatched speed (Gi0/1: 1000 Mbps, Gi0/2: 100 Mbps) and duplex (Gi0/1: full, Gi0/2: half), and their native VLANs differ (Gi0/1: VLAN 1, Gi0/2: VLAN 10). LACP requires all bundled ports to have identical speed, duplex, and VLAN configuration. To fix, on SW1 configure both interfaces with consistent settings: set speed 1000, duplex full, and switchport access vlan 1 (or a common trunk native VLAN).

Also ensure both sides use the same LACP mode (both active or active/passive); here SW2's Gi0/2 is passive, which is acceptable with SW1's active, so the primary issue is the mismatched physical and VLAN parameters. After correction, the channel will form.

Exam trap

Do not focus solely on LACP mode mismatches; always check physical parameters (speed, duplex) and VLAN consistency first. Mismatched native VLANs are a common cause of EtherChannel failures.

Why the other options are wrong

B

The specific factual error is assuming that LACP mode must match on both sides; active/passive is acceptable.

C

The specific factual error is that the solution should aim for optimal performance, not just consistency; using 100/half is technically possible but not the best practice.

D

The specific factual error is that trunking does not fix speed/duplex mismatches, and the native VLAN must be consistent.

Why candidates pick the wrong answer

B

Candidates may think both sides need the same LACP mode, but active/passive is a common valid pairing.

C

Candidates might think any consistent configuration works, but the exam expects the best practice of using the higher speed and full duplex.

D

Candidates may think trunking is required for EtherChannel or that native VLAN mismatch is the only issue, overlooking the physical layer mismatches.

345
MCQhard

An ACL is intended to block Telnet from 10.1.1.0/24 to router VTY access while still allowing SSH from the same subnet. Which statement best explains why an extended ACL is appropriate here?

A.Because the ACL must distinguish traffic by protocol or destination port, not just by source address.
B.Because standard ACLs can match destination TCP ports just as well.
C.Because extended ACLs are required for every router login policy regardless of criteria.
D.Because SSH and Telnet always use the same port number.
AnswerA

This is correct because Telnet and SSH are both TCP-based and may originate from the same source network. A standard ACL can only filter based on source IP, so it cannot differentiate between Telnet (port 23) and SSH (port 22). An extended ACL must match the TCP destination port 23 along with source and destination addresses to block Telnet from 10.1.1.0/24 without impacting other traffic. Without this granularity, the ACL would either block all IP traffic from the source or fail to block Telnet specifically.

Why this answer

An extended ACL is appropriate because the requirement is based not only on source address but also on the specific protocol and application port involved. In practical terms, the policy must distinguish Telnet from SSH even though both originate from the same source subnet. A standard ACL would be too limited because it mainly matches only on source address.

This is the kind of requirement that shows why extended ACLs exist. They allow more granular traffic control by matching protocol and destination details, not just who sent the packet.

Exam trap

Do not confuse the ability to filter by protocol and port with filtering by IP address alone; extended ACLs are required for the former.

Why the other options are wrong

B

Standard ACLs can only filter based on source IP address, not destination ports or protocols. They lack the granularity to distinguish between Telnet and SSH traffic.

C

Extended ACLs are not required for every router login policy; they are only needed when filtering must consider protocol or port information. Simple source-based filtering can use standard ACLs.

D

SSH uses TCP port 22, while Telnet uses TCP port 23. They are distinct ports, so an ACL can differentiate them based on destination port.

When would these options actually be correct?

B

In a different scenario where the question states that both Telnet and SSH traffic are being filtered based solely on source IP addresses, and there is no requirement to distinguish between protocols or ports, option B could be correct. For example, if the question asked if a standard ACL could block all traffic from a specific subnet without regard to protocol, this option would apply.

C

In a different exam scenario, if the question stated that all types of ACLs must be extended for any login policy regardless of the criteria involved, then option C would be correct. For example, if the question specified that only extended ACLs can be used for any form of access control, then this option would apply.

D

In a different scenario where the question states that both SSH and Telnet are configured to use the same port number for some reason, such as a misconfiguration or a specific lab setup, then this option could be correct. The question would need to specify that both protocols are intentionally set to operate on the same port.

Why candidates pick the wrong answer

B

Students may confuse standard ACLs with extended ACLs, thinking they can match ports, but standard ACLs are limited to source addresses only.

C

The phrase 'required for every router login policy' might mislead students into thinking extended ACLs are mandatory for VTY access, but the need depends on the specific filtering criteria.

D

Students might mistakenly think both services use the same port due to their similar function (remote login), but they are separate protocols with different port numbers.

346
MCQhard

Refer to the exhibit. A network engineer is troubleshooting a connectivity issue on SW3. A host connected to the same segment as SW3's GigabitEthernet0/0 interface cannot reach any network resources. The engineer issues the show spanning-tree vlan 10 command and receives the output shown. Based on the output, what is the most likely cause?

A.GigabitEthernet0/0 is administratively down, which prevents the host from communicating.
B.The port is in the Blocking state because the switch detected a loop and moved the port to error-disabled state.
C.The port is blocked because SW3 has a lower bridge priority than the root bridge and should be the designated port for that segment.
D.The interface GigabitEthernet0/0 is in the Blocking state because it received a superior BPDU, making it an alternate port to the root bridge.
AnswerD

The output explicitly shows role 'Altn' and state 'BLK' for Gi0/0. An alternate port is blocked because it receives better BPDUs on that interface than it can send, providing an alternate path to the root bridge. This is correct STP behavior, and the blocking state prevents the host from communicating.

Why this answer

The output shows that GigabitEthernet0/0 is in the Blocking state for VLAN 10. In Rapid PVST+ or classic STP, a port enters the Blocking state when it receives a superior BPDU (i.e., a BPDU with a lower bridge ID or lower path cost to the root), causing it to become an alternate (or backup) port rather than a designated or root port. This prevents the host from reaching network resources because the port does not forward traffic.

Exam trap

Cisco often tests the distinction between a port being blocked due to normal STP operation (receiving a superior BPDU) versus being error-disabled or administratively down, leading candidates to incorrectly assume a physical or administrative issue.

Why the other options are wrong

A

Candidates may incorrectly associate the blocked state with an administratively disabled interface.

B

Candidates often confuse error-disabled state (caused by features like BPDU guard) with the standard STP blocking state.

C

Candidates may misunderstand the root election process and assume a lower priority switch always becomes designated for all segments, ignoring the Altn role.

347
Multi-Selectmedium

Which two statements accurately describe OSPF passive interfaces?

Select 2 answers
A.It prevents OSPF from sending hello packets on that interface.
B.It can still allow the connected network to be advertised into OSPF.
C.It changes OSPF into a static route on that interface.
D.It forces the interface to become the router ID.
E.It disables OSPF on every interface in the router automatically.
AnswersA, B

The OSPF passive-interface command suppresses the transmission of hello packets out of that specific interface, preventing the router from establishing or maintaining neighbor adjacencies on that link. Because OSPF relies on hello packets over multicast 224.0.0.5 to discover neighbors, a passive interface will not send or receive those hellos, so no OSPF neighbor relationship can form there. However, the interface remains an OSPF-attached network and its prefix is still injected into the LSDB and advertised to other neighbors reachable through active interfaces.

Why this answer

An OSPF passive interface stops hello packet exchange on that interface while still allowing the connected network to be advertised into OSPF through other active adjacencies. In plain language, it tells the router not to try to form neighbors on that interface, but not to forget that the network exists. This is very useful on user-facing or stub-like interfaces where no routing neighbor should appear.

The wrong answers often treat passive as if it disables OSPF globally or removes the network completely. The two correct answers are the ones that preserve the suppression of adjacency on that interface and the continued advertisement of the connected network.

Exam trap

A common exam trap is to confuse the effect of the OSPF passive interface command with disabling OSPF entirely on that interface or converting OSPF routes into static routes. Some candidates mistakenly believe that passive interfaces stop all OSPF activity or remove the network from OSPF advertisements. In reality, passive interfaces only stop OSPF hello packets and adjacency formation but continue to advertise the connected network.

Misunderstanding this can lead to incorrect answers or network misconfigurations, especially when interpreting how OSPF maintains routing information despite passive interfaces.

Why the other options are wrong

C

This option is incorrect because passive interfaces do not convert OSPF routes into static routes; OSPF routing remains dynamic and active elsewhere.

D

This option is incorrect because the passive-interface command does not affect the router ID selection, which is determined by other OSPF rules.

E

This option is incorrect because passive-interface affects only the specified interface unless configured globally; it does not disable OSPF on all interfaces.

When would these options actually be correct?

C

In a different question asking about the effects of configuring OSPF on a specific interface, if the question stated that passive interfaces behave like static routes in terms of not participating in OSPF neighbor relationships, option C could be considered correct.

D

In a question asking about OSPF configuration where the context is about defining router roles or attributes, one might state that a specific interface is being used to define the router ID, making it the correct answer in that scenario.

E

In a different question, if it asked about a command that globally disables OSPF on all interfaces when applied, then 'disables OSPF on every interface in the router automatically' could be correct in the context of a command that applies to all interfaces, such as 'router ospf 1' with a specific configuration.

Why candidates pick the wrong answer

C

The term 'passive' might be misinterpreted as making the route static or non-dynamic. Students may think that a passive interface means the route becomes static, but in OSPF, passive only suppresses hello packets, not the dynamic advertisement of the network.

D

Students might confuse the passive-interface command with other OSPF configuration commands that affect router identity, such as router-id, or mistakenly think that making an interface passive somehow promotes it to a special role like the router ID.

E

The word 'passive' might imply a global effect, and students may assume that configuring passive-interface on one interface disables OSPF on all interfaces. However, OSPF passive interfaces are interface-specific unless the default keyword is used.

348
PBQhard

You are connected to SW1 via the console. SW1 is a Layer 2 switch with three redundant links to SW2: G0/1, G0/2, and G0/3. The network is experiencing loops, and STP is not configured. You need to enable STP and ensure that SW1 becomes the root bridge for VLAN 1. Configure STP on SW1 and set its priority to 4096 for VLAN 1.

Network Topology
G0/1G0/1SW1SW2

Hints

  • STP uses bridge priority to determine root bridge; lower priority wins.
  • The default priority is 32768; setting it to 4096 ensures SW1 becomes root.
A.spanning-tree vlan 1 priority 4096
B.spanning-tree vlan 1 root primary
C.spanning-tree vlan 1 priority 32768
D.spanning-tree vlan 1 priority 8192
AnswerA
solution
! SW1
spanning-tree vlan 1 priority 4096

Why this answer

By setting the STP priority to 4096 for VLAN 1, SW1 has a lower priority than the default, making it the root bridge for that VLAN.

Exam trap

The exam may test your ability to recall the exact command syntax for setting STP priority. Remember that 'spanning-tree vlan <vlan> priority <value>' sets the priority directly, while 'root primary' is a macro that sets it to 24576. Always check the exact value required.

Why the other options are wrong

B

The 'root primary' macro sets priority to 24576, not 4096.

C

A priority of 32768 is the default, so it does not guarantee root bridge status.

D

The requirement is to set priority to exactly 4096, not 8192.

Why candidates pick the wrong answer

B

Candidates may think 'root primary' is a shortcut to make the switch root, but it does not set a specific priority value.

C

Candidates might think 32768 is a valid priority but forget that lower priority wins.

D

Candidates might choose 8192 as a low priority but overlook the exact value specified in the question.

349
MCQeasy

At which OSI layer do routers make forwarding decisions based on logical addressing?

A.Layer 1
B.Layer 2
C.Layer 3
D.Layer 4
AnswerC

Routers make forwarding decisions at OSI Layer 3, the network layer, by inspecting the destination IPv4 or IPv6 address in the packet header. They consult their routing table and apply the longest-prefix-match rule to select the next hop toward the destination network. This logical addressing allows routing across different broadcast domains.

Why this answer

Routers operate at the network layer when making forwarding decisions based on logical Layer 3 addresses such as IPv4 or IPv6 destination addresses.

Exam trap

Don't confuse the roles of routers and switches. Remember that routers use logical addressing (IP addresses) at Layer 3, while switches use physical addressing (MAC addresses) at Layer 2.

Why the other options are wrong

A

Layer 1 (Physical layer) deals with the physical transmission of bits over media, such as cables or radio frequencies. Routers do not make forwarding decisions at this layer; they only handle electrical or optical signals.

B

Layer 2 (Data Link layer) uses MAC addresses for switching within the same network segment. Routers, however, forward packets based on Layer 3 logical addresses, not MAC addresses, which are only used for next-hop delivery.

D

Layer 4 (Transport layer) handles end-to-end communication, segmentation, and flow control using protocols like TCP and UDP. Routers do not use Layer 4 information for forwarding decisions; they only examine Layer 3 headers.

When would these options actually be correct?

A

If the question were to ask about the physical aspects of network communication, such as how signals are transmitted over cables or wireless media, then Layer 1 would be the correct answer.

B

If the question asked about devices that operate at Layer 2, such as switches making decisions based on MAC addresses, then option B would be correct. An example question could be: 'At which OSI layer do switches make forwarding decisions based on physical addressing?'

D

In a question that asks about the role of Layer 4 in establishing connections and managing data transfer reliability, such as 'At which OSI layer do devices manage session establishment and data integrity?', option D would be correct.

Why candidates pick the wrong answer

A

Students might confuse the physical connectivity of routers (e.g., interfaces, cables) with the layer at which routing decisions occur, but forwarding decisions are not made at Layer 1.

B

Since routers have MAC addresses and use ARP, some may mistakenly think routing occurs at Layer 2. However, routing decisions are based on logical addressing, not MAC addresses.

D

Students might associate routers with port numbers or stateful inspection (e.g., ACLs) and think Layer 4 is involved, but basic routing is purely Layer 3.

350
MCQmedium

Which command correctly configures an IPv6 default route using next-hop address 2001:db8:1::1?

A.ipv6 route ::/0 2001:db8:1::1
B.ip route :: 2001:db8:1::1
C.ipv6 default-route 2001:db8:1::1
D.ip default-gateway 2001:db8:1::1
AnswerA

The IOS global configuration command `ipv6 route` is the valid method to install a static IPv6 route, and the network prefix `::/0` is the IPv6 default route because it matches all destination addresses. Specifying `2001:db8:1::1` as the next hop tells the router to forward all unmatched IPv6 traffic to that neighbor. This is the exact syntax Cisco IOS uses for an IPv6 default route.

Why this answer

The correct IPv6 default route uses the prefix ::/0 with the command 'ipv6 route ::/0'. Option B is wrong because 'ip route' is used for IPv4 routes, not IPv6. Option C uses 'ipv6 default-route', which is not a valid Cisco IOS command.

Option D sets the management default gateway for IPv4 only and does not insert a route into the IPv6 routing table.

Exam trap

Be cautious about the syntax order and the correct representation of the IPv6 default route prefix.

Why the other options are wrong

B

Uses 'ip route', which is for IPv4; IPv6 routes require 'ipv6 route'.

C

'ipv6 default-route' is not a valid Cisco IOS command.

D

'ip default-gateway' configures the management default gateway for IPv4, not an IPv6 routing entry.

When would these options actually be correct?

B

In a question specifically asking for an IPv4 default route configuration, where the next-hop address is also in IPv4 format, option B would be correct. For example, if the question stated to configure a default route using an IPv4 address like 192.168.1.1, then 'ip route 0.0.0.0 192.168.1.1' would be the right command.

C

If the exam question specifically asked for the command to configure a default route in a different context, such as using a specific vendor's proprietary syntax that recognizes 'ipv6 default-route', then this option would be correct.

D

If the question were focused on configuring a default gateway for a Layer 2 switch in a small network environment, where no Layer 3 routing is involved, then 'ip default-gateway 2001:db8:1::1' would be the correct command to set the gateway for the switch to reach other networks.

Why candidates pick the wrong answer

B

Students may confuse the IPv4 default route command 'ip route 0.0.0.0 0.0.0.0' with IPv6, incorrectly assuming 'ip route ::' is equivalent. The similarity in syntax can lead to this mistake.

C

The phrase 'default-route' sounds intuitive and similar to 'default-gateway' or 'default route', making it tempting for those who guess the command syntax without knowing the exact IOS command.

D

Students may recall that 'ip default-gateway' sets a default route on a switch and incorrectly assume it works for IPv6 on a router. The term 'default-gateway' is commonly associated with default routes.

351
PBQhard

You are connected to SW1. Configure an LACP EtherChannel between SW1 and SW2 using interfaces GigabitEthernet0/1 and GigabitEthernet0/2. Set the channel-group mode to active on both switches. Verify that the port-channel interface is configured with VLAN 100 as an access port. Then, troubleshoot and fix the issue that prevents the EtherChannel from forming due to a mismatched speed on one of the member links. After correction, verify the EtherChannel is up with 'show etherchannel summary'.

Hints

  • Check the speed and duplex settings on all member interfaces.
  • LACP requires identical speed and duplex on all ports in the channel.
  • Use the 'speed' and 'duplex' commands under the interface to match the working member.
A.Set speed 1000 and duplex full on interface GigabitEthernet0/2 of SW1, ensuring the corresponding interface on SW2 has matching settings, then verify with 'show etherchannel summary'.
B.Change the channel-group mode to desirable on both switches and verify with 'show etherchannel summary'.
C.Remove the access VLAN configuration from the port-channel interface and configure it as a trunk port instead.
D.Configure the channel-group mode to passive on SW1 and active on SW2, then verify with 'show etherchannel summary'.
AnswerA
solution
! SW1
interface GigabitEthernet0/2
speed 1000
duplex full

Why this answer

The EtherChannel fails because interface GigabitEthernet0/2 on SW1 has a mismatched speed (likely 100 Mbps) compared to the other member link (1000 Mbps). LACP requires all member ports to have identical speed and duplex. The solution is to set the speed on Gi0/2 to 1000 and duplex to full.

After correction, the port will bundle, and the port-channel will come up. Verification with 'show etherchannel summary' should show both ports as 'P' (bundled) and the port-channel as 'SU' (in use, Layer2).

Exam trap

Do not confuse LACP modes (active/passive) with PAgP modes (desirable/auto). Also, remember that physical parameters like speed and duplex must match across all member ports; logical configurations like VLAN or trunking are separate but must also be consistent. Always verify the root cause before changing unrelated settings.

Why the other options are wrong

B

The specific factual error is that 'desirable' is a PAgP mode, not LACP. LACP uses 'active' and 'passive' modes.

C

The specific factual error is that the problem is physical (speed mismatch), not logical (VLAN/trunking). Changing the port type does not address the root cause.

D

The specific factual error is that the speed mismatch is the root cause, not the LACP mode. Even with correct modes, the EtherChannel will not form if speeds differ.

Why candidates pick the wrong answer

B

Candidates may confuse PAgP and LACP modes, especially since 'desirable' is a common PAgP mode that initiates negotiation, similar to LACP 'active'.

C

Candidates might think that VLAN mismatches or trunking issues are common EtherChannel problems, but in this scenario, the speed mismatch is the explicit issue.

D

Candidates may think that LACP mode negotiation is the issue, especially if they recall that both sides need to be in active or one active and one passive. However, the speed mismatch overrides this.

352
MCQmedium

A two-switch EtherChannel bundle is configured with LACP. One side uses active mode on both member links, while the other side uses passive mode on both member links. What is the result?

A.The bundle forms successfully
B.The links remain individual because both sides must use active
C.The bundle forms only if PAgP is also enabled
D.The channel comes up but forwards only one VLAN
AnswerA

An LACP EtherChannel bundle forms successfully when at least one side is configured in active mode. In this scenario, the active-mode switch will proactively send LACP PDUs to initiate negotiation. The passive-mode switch, while not initiating, will listen for and respond to these incoming PDUs. This mutual exchange of LACP information satisfies the protocol's requirements for link aggregation, allowing the bundle to establish and operate correctly.

Why this answer

LACP forms a channel when at least one side actively sends negotiation frames. Active-to-passive works. Passive-to-passive would fail, but that is not the case here.

Exam trap

Ensure you know that LACP only needs one side in active mode to form a channel; both sides in passive mode would fail.

Why the other options are wrong

B

LACP does not require both sides to be in active mode; active/passive is a valid combination. The passive side will respond to LACP packets from the active side, forming the bundle.

C

PAgP is a Cisco proprietary protocol and is not required for LACP. LACP and PAgP are independent; enabling PAgP does not affect LACP negotiation.

D

EtherChannel, once formed, forwards all VLANs allowed on the trunk or access ports. There is no mechanism in LACP that restricts the bundle to a single VLAN.

When would these options actually be correct?

B

In a different scenario where a question specifies that both switches must be configured in active mode for LACP to function, this option would be correct. For example, if the question stated that both ends must use active mode for a successful EtherChannel formation, then this option would apply.

C

In a different scenario where the question specifies that both switches are configured with PAgP and the exam asks about compatibility with LACP, this option would be correct. If the question states that PAgP must be enabled for any channel to form, then this option would apply.

D

This option would be correct in a scenario where a switch is configured to use a static EtherChannel without LACP, and only one VLAN is allowed due to misconfiguration or limitations in the switch's capabilities, causing it to forward traffic for only that VLAN.

Why candidates pick the wrong answer

B

Students often confuse LACP modes with PAgP modes, where PAgP requires at least one side to be in desirable mode. They may incorrectly assume both sides must be active for LACP.

C

Test-takers may think that both protocols must be enabled for compatibility, but LACP and PAgP are separate and cannot be mixed on the same bundle.

D

This distractor plays on confusion with VLAN filtering or the concept of 'one VLAN' from other features like VTP pruning or port security, but it is not related to EtherChannel formation.

353
Matchingmedium

Match each security concept to its most accurate purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Verifies identity before access is granted

Determines permitted actions after identity is verified

Records activity or session information

Protects information from unauthorized disclosure

Why these pairings

These pairings correctly define core security concepts (CIA triad plus authentication and authorization).

Exam trap

Be careful not to confuse the terms within the CIA triad or between CIA and AAA. Remember: Confidentiality = privacy, Integrity = no unauthorized changes, Availability = uptime/access. AAA: Authentication = who you are, Authorization = what you can do, Accounting = what you did.

354
PBQhard

You are connected to R1. Configure PAT (NAT overload) so that hosts on the 192.168.1.0/24 LAN can access the Internet via the outside interface GigabitEthernet 0/1 with IP 203.0.113.2/29. The current configuration has an incorrect inside/outside interface assignment and a missing overload keyword. Fix all issues.

Network Topology
G0/0192.168.1.1/24G0/1203.0.113.2/29HostsLANR1ISPInternet

Hints

  • Check which interfaces are marked 'inside' and 'outside'.
  • The PAT command must include the 'overload' keyword.
  • The ACL must match the correct source subnet (192.168.1.0/24).
A.Configure 'ip nat inside' on GigabitEthernet0/0, 'ip nat outside' on GigabitEthernet0/1, correct ACL 10 to permit 192.168.1.0 0.0.0.255, and add 'overload' to the PAT command.
B.Configure 'ip nat outside' on GigabitEthernet0/0, 'ip nat inside' on GigabitEthernet0/1, keep ACL 10 as is, and add 'overload' to the PAT command.
C.Configure 'ip nat inside' on GigabitEthernet0/1, 'ip nat outside' on GigabitEthernet0/0, correct ACL 10 to permit 192.168.1.0 0.0.0.255, and add 'overload' to the PAT command.
D.Configure 'ip nat inside' on GigabitEthernet0/0, 'ip nat outside' on GigabitEthernet0/1, correct ACL 10 to permit 192.168.1.0 0.0.0.255, but do not add 'overload' to the PAT command.
AnswerA
solution
! R1
interface GigabitEthernet0/0
ip nat inside
interface GigabitEthernet0/1
ip nat outside
ip nat inside source list 10 interface GigabitEthernet0/1 overload
access-list 10 permit 192.168.1.0 0.0.0.255

Why this answer

Three issues exist: (1) The inside and outside interfaces are swapped — GigabitEthernet0/0 (LAN) should be 'ip nat inside' and GigabitEthernet0/1 (WAN) should be 'ip nat outside'. (2) The PAT command lacks the 'overload' keyword. (3) ACL 10 permits 10.0.0.0/8 but the inside subnet is 192.168.1.0/24; ACL must be corrected. Fix with 'interface GigabitEthernet0/0', 'ip nat inside', 'interface GigabitEthernet0/1', 'ip nat outside', 'ip nat inside source list 10 interface GigabitEthernet0/1 overload', and 'access-list 10 permit 192.168.1.0 0.0.0.255'.

Exam trap

A common trap is confusing which interface should be inside and which should be outside. Remember: inside is the private LAN side, outside is the public WAN side. Also, do not forget the 'overload' keyword for PAT, and ensure the ACL matches the correct source subnet.

Why the other options are wrong

B

The specific factual error: The inside/outside interface assignment is reversed; ACL 10 permits 10.0.0.0/8 instead of 192.168.1.0/24.

C

The specific factual error: The inside/outside interface assignment is reversed; the WAN interface should be outside, not inside.

D

The specific factual error: The 'overload' keyword is missing, which is required for PAT to enable many-to-one translation.

Why candidates pick the wrong answer

B

Candidates pick this because they might think the outside interface is the LAN side, or they overlook the ACL issue.

C

Candidates pick this because they might confuse which interface is inside and which is outside, or they think the 'inside' keyword refers to the internal network of the router.

D

Candidates pick this because they might think that NAT overload is enabled by default or that the 'overload' keyword is optional for PAT.

355
MCQmedium

A switch receives a unicast frame for a destination MAC address that is not yet in its MAC address table. What does the switch do?

A.Drops the frame immediately
B.Floods the frame out all ports in the same VLAN except the incoming port
C.Sends the frame to the default gateway first
D.Converts the frame to a broadcast packet
AnswerB

When a switch receives a unicast frame whose destination MAC address is absent from its MAC address table (or has aged out), it treats the frame as an unknown unicast. Standard transparent bridging behavior is to flood the frame out every port that is a member of the same VLAN as the incoming port, but not the incoming port itself. This maximizes the chance that the intended recipient, which may be on any segment in that broadcast domain, receives the frame without any Layer 3 routing or address rewriting.

Why this answer

An unknown unicast frame is flooded within the VLAN because the switch does not yet know which port leads to the destination MAC. The frame is not sent back out the receiving port.

Exam trap

Do not confuse switch flooding behavior for unknown unicast frames with dropping or routing behaviors.

Why the other options are wrong

A

Switches are designed to forward unknown unicast frames by flooding, not dropping them. Dropping would occur only if the frame is malformed or security features like port security are violated.

C

A Layer 2 switch operates at the data link layer and does not involve the default gateway for forwarding decisions. The default gateway is used for routing between VLANs or subnets, not for unknown unicast flooding within a VLAN.

D

Switches flood the original unicast frame unchanged; they do not modify the frame type to broadcast. Broadcasting would change the destination MAC to FF:FF:FF:FF:FF:FF, which is not the case for unknown unicast flooding.

When would these options actually be correct?

A

In a scenario where a switch is configured to drop all unicast frames for security reasons, such as in a highly restrictive network policy exam question, this option could be correct. For example, if the question specifies that the switch is in a security mode that prohibits unknown unicast traffic, dropping the frame would be the expected behavior.

C

In a scenario where a question asks about the behavior of a Layer 3 device, such as a router, when it receives a packet destined for an unknown IP address, the correct answer could involve sending the packet to the default gateway for further processing. This would clarify the role of the default gateway in routing decisions.

D

If the question asked about a network device that explicitly converts unicast frames to broadcast for specific purposes, such as a network appliance designed to propagate certain types of traffic, then this option could be correct. For example, a device configured to broadcast certain control messages might convert unicast frames accordingly.

Why candidates pick the wrong answer

A

Students might think that if a switch doesn't know the destination, it should discard the frame to avoid unnecessary traffic, but this is incorrect because flooding ensures delivery.

C

Students may confuse the switch's behavior with that of a host or router, where unknown destinations are sent to the default gateway. However, switches flood unknown unicasts within the VLAN.

D

The term 'flood' might be misinterpreted as 'broadcast', but flooding means sending the frame out all ports except the incoming port while preserving the original unicast destination MAC.

356
MCQhard

A subnet uses the prefix /22. How many usable host addresses are available?

A.254
B.510
C.1022
D.2046
AnswerC

A /22 prefix designates 22 network bits, leaving 10 bits for the host portion of the IPv4 address. This configuration provides 2^10, or 1024, total addresses within the subnet. However, two addresses are always reserved: one for the network address and one for the broadcast address. Subtracting these two reserved addresses from the total yields 1022 usable host addresses, directly satisfying the /22 prefix constraint specified in the question stem.

Why this answer

A /22 leaves 10 host bits available. In plain language, that means each subnet contains 2^10, or 1024, total addresses. Two of those are reserved for the network and broadcast addresses in normal IPv4 subnetting, leaving 1022 usable host addresses.

This is a common subnet-capacity calculation. The safest method is to calculate the total address count from the number of host bits and then subtract the two reserved addresses. That leads directly to the correct usable-host value.

Exam trap

Remember to subtract the network and broadcast addresses from the total number of addresses to find the usable host count.

Why the other options are wrong

A

A /24 prefix provides 256 total addresses (2^(32-24)=256), with 254 usable host addresses after subtracting the network and broadcast addresses. This does not match the /22 prefix in the question.

B

A /23 prefix provides 512 total addresses (2^(32-23)=512), with 510 usable host addresses. This is half the total addresses of a /22, so it is incorrect for the given prefix.

D

A /21 prefix provides 2048 total addresses (2^(32-21)=2048), with 2046 usable host addresses. This is double the total addresses of a /22, so it is incorrect for the given prefix.

When would these options actually be correct?

A

If the question specified a /24 subnet instead of /22, the correct calculation would yield 256 total addresses, and after excluding the network and broadcast addresses, there would be 254 usable addresses. Thus, option A would be correct.

B

If the question specified a subnet mask of /23 instead of /22, then the calculation would yield 2^(32-23) = 512 total IP addresses, and after subtracting 2 for the network and broadcast addresses, the usable addresses would be 510.

D

If the question specified a /11 subnet instead of /22, the calculation would yield 2^(32-11) = 2048 total addresses, resulting in 2046 usable addresses after accounting for the network and broadcast addresses. In this case, option D would be correct.

Why candidates pick the wrong answer

A

Students often confuse /24 with /22 because /24 is a very common subnet size, and they may incorrectly apply the 254 usable host count without calculating the correct number of bits.

B

Some students might mistakenly think that a /22 has 510 usable hosts because they confuse it with a /23, or they may incorrectly calculate the number of host bits.

D

Students may mistakenly think that a /22 has 2046 usable hosts because they confuse it with a /21, or they may incorrectly add instead of subtract when calculating host bits.

357
MCQhard

A network administrator is troubleshooting slow file transfers between two servers in different access-layer switches. The administrator runs the 'show interface' command on the uplink connecting the two switches and notices a high number of CRC errors on both ends, but a high number of late collisions on only one interface; the other interface reports no late collisions.

A.Duplex mismatch: the interface with late collisions is half-duplex while the other end is full-duplex. Configure both ends to auto-negotiate speed and duplex.
B.Speed mismatch: one interface is set to 100 Mbps, the other to 1 Gbps. This causes frequent link flaps, resulting in CRC errors. Use the 'speed' command to match the rates.
C.Faulty Ethernet cable causing signal degradation, which leads to CRC errors. The late collisions are a result of the switch misdetecting collisions due to the degraded signal. Replace the cable.
D.A broadcast storm caused by a loop is flooding the uplink with frames, leading to CRC errors and late collisions as the switch discards excess traffic. Enable Spanning Tree Protocol to block the redundant path.
AnswerA

Late collisions only occur on half-duplex Ethernet when multiple stations attempt to transmit simultaneously. When one end is full-duplex, the half-duplex end perceives any overlapping transmission as a collision, producing late collisions and CRC errors. Auto-negotiation correctly sets both ends to full-duplex when supported, fixing the problem.

Why this answer

A is correct because a duplex mismatch causes one interface to operate in half-duplex (detecting late collisions due to CSMA/CD) while the other operates in full-duplex (no collisions). The half-duplex interface waits for the carrier sense before transmitting, but the full-duplex interface transmits immediately, causing the half-duplex side to detect collisions after the transmission window (late collisions). CRC errors occur on both ends because frames are corrupted when collisions happen.

Configuring both ends to auto-negotiate ensures matching duplex and speed, resolving the issue.

Exam trap

Cisco often tests the distinction between CRC errors (which can have multiple causes like cable faults or duplex mismatch) and late collisions (which are a definitive indicator of a duplex mismatch), leading candidates to incorrectly attribute CRC errors alone to a cable issue.

Why the other options are wrong

B

Confuses speed mismatch (which prevents link establishment) with duplex mismatch (which allows the link to come up but causes errors and late collisions).

C

Assumes all interface errors are cable-related and overlooks the characteristic late-collision signature of duplex mismatch.

D

Misinterprets high utilization as a source of physical-layer errors and ignores the diagnostic value of asymmetric late collisions.

358
Multi-Selectmedium

Which two statements accurately describe why least privilege and source restriction work well together for administrative access?

Select 2 answers
A.Least privilege reduces the scope of actions an authenticated user can perform.
B.Source restriction reduces the network locations from which administrative access is permitted.
C.Either one by itself removes the need for logging.
D.Both exist only for wireless guest access policies.
E.They require all administrative traffic to use PPP encapsulation.
AnswersA, B

Least privilege ensures that an authenticated administrator can only execute the specific commands and configuration changes required for their job role. By limiting authorization to a minimal set of actions, it reduces the potential impact of mistakes, compromised credentials, or insider misuse, and enforces separation of duties. This is a core principle of Role-Based Access Control (RBAC).

Why this answer

Least privilege and source restriction work well together because they reduce risk in different ways. In practical terms, least privilege limits what a user can do after access is granted, while source restriction reduces where an administrative session is even allowed to originate. Together they reduce both exposure and potential impact.

This is a layered management-security concept and a strong exam-style reasoning item.

Exam trap

A common exam trap is believing that either least privilege or source restriction alone fully secures administrative access. Candidates may incorrectly think that limiting user permissions removes the need to restrict source IPs, or vice versa. This mistake overlooks that least privilege controls what actions a user can perform after access, but does not prevent unauthorized access attempts from untrusted locations.

Similarly, source restriction limits where access can originate but does not limit what an authenticated user can do. The exam tests understanding that both controls are necessary and complementary for robust administrative security.

Why the other options are wrong

C

This option is incorrect because neither least privilege nor source restriction eliminates the need for logging; visibility and accountability remain critical for security auditing.

D

This option is incorrect because least privilege and source restriction are broad security principles applicable to all administrative access, not limited to wireless guest access policies.

E

This option is incorrect because PPP encapsulation is unrelated to administrative access controls like least privilege and source restriction; it does not affect management access security.

When would these options actually be correct?

C

In a different exam scenario focused on the benefits of implementing security measures in a low-risk environment, a question might state that certain security practices can minimize the need for logging due to reduced risk exposure. In this context, the statement could be interpreted as correct.

D

If the exam question specifically asked about access control measures that only apply to wireless guest networks, then this option could be correct. For instance, a question might focus on security policies that limit guest access to a network, making this statement relevant.

E

In a question specifically about network protocols, if it asked which encapsulation method is required for secure administrative traffic in a legacy system, PPP encapsulation could be the correct answer due to its historical use in point-to-point connections.

Why candidates pick the wrong answer

C

A test-taker might think that if access is tightly controlled, logging becomes redundant, but in reality, logging provides visibility into any actions taken, including those by authorized users.

D

Students may associate source restriction with guest networks because guest access often uses source-based ACLs, but this is a narrow view; these principles are universal.

E

Students might confuse PPP with other security mechanisms like PAP/CHAP authentication, which can be used for access control, but PPP itself does not enforce least privilege or source restriction.

359
Drag & Dropmedium

Drag and drop the following steps into the correct order to describe the data encapsulation process as it flows down the OSI model from the source host.

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
5Step 5

Why this order

Encapsulation proceeds from the top OSI layers to the bottom. First, the application generates data (Step 1). The Transport layer then adds a header (TCP or UDP) to create a segment (Step 2) because this is the first step in preparing data for reliable delivery.

The Network layer adds an IP header to form a packet (Step 3), which provides logical addressing and routing information. The Data Link layer adds a frame header and trailer to create a frame (Step 4), enabling physical addressing (MAC) and error detection. Finally, the Physical layer converts the frame to bits for transmission (Step 5), as it is the layer that ultimately puts signals on the wire.

360
Multi-Selectmedium

Which three of the following are correct statements about VLAN configuration and verification on a Cisco switch? (Choose three.)

Select 3 answers
.The 'switchport mode access' command places the interface into a non-trunking mode.
.By default, all ports on a Cisco switch are in VLAN 1.
.The 'show vlan brief' command displays VLANs that are active on the switch.
.VLANs 1002–1005 are reserved for user-created VLANs.
.A VLAN must be manually created before its name can be assigned.
.The 'switchport trunk native vlan' command restricts the native VLAN to only tagged frames.

Why this answer

The correct statements are: (1) The 'switchport mode access' command places the interface into a non-trunking mode; (2) By default, all ports on a Cisco switch are in VLAN 1; (3) The 'show vlan brief' command displays VLANs that are active on the switch. The remaining statements are false because: VLANs 1002–1005 are reserved for legacy FDDI/Token Ring VLANs, not for user-created VLANs; a VLAN does not need to be manually created before its name can be assigned (assigning a port to a new VLAN can automatically create it, after which you can set its name); and the 'switchport trunk native vlan' command does not restrict the native VLAN to only tagged frames—native VLAN traffic is sent untagged.

Exam trap

Candidates often confuse the native VLAN as carrying tagged frames, and mistakenly believe VLANs 1002–1005 are user-configurable, when in fact they are reserved for legacy technologies.

Why the other options are wrong

D

VLANs 1002–1005 are reserved for legacy FDDI and Token Ring, not user-created VLANs.

F

The native VLAN on a trunk sends frames untagged; this command sets the native VLAN, not a tagging restriction.

361
Multi-Selectmedium

Which two statements accurately describe IPv6 link-local addresses?

Select 2 answers
A.They are used for communication on the local segment only.
B.They are globally routable across the Internet.
C.They are commonly involved in local IPv6 neighbor interactions.
D.They exist only when DHCPv6 fails.
E.They replace the need for any default gateway logic.
AnswersA, C

Link-local addresses, identified by the FE80::/10 prefix, are automatically configured on every IPv6 interface and are valid only within the local network segment. A router will never forward a packet with a link-local source or destination address, so traffic using these addresses stays entirely on the local link, making this statement accurate for local-only communication.

Why this answer

IPv6 link-local addresses are designed for communication on the local segment only. In plain language, they allow devices to talk to nearby neighbors without needing globally routable addresses. They play an important role in IPv6 functions such as Neighbor Discovery and are commonly used when hosts communicate with the default gateway on the same link. These addresses are normal and expected in IPv6 environments.

They are not globally Internet-routable, and they are not just emergency fallbacks for DHCPv6 failure. The two correct answers are the ones that preserve their local-link purpose and their importance in standard IPv6 behavior rather than treating them as optional or globally reachable.

Exam trap

Remember that link-local addresses are not routable and are not a fallback for DHCPv6. They are essential for local communications.

Why the other options are wrong

B

Link-local addresses have a scope of link-local (fe80::/10) and are not forwarded by routers, making them non-routable across the Internet. They are intended only for communication on a single network segment.

D

Link-local addresses are automatically generated on all IPv6 interfaces regardless of DHCPv6. They are a mandatory part of IPv6 operation, not a fallback mechanism.

E

For off-link communication, IPv6 hosts still require a default gateway (usually a router's link-local address) to forward packets beyond the local segment. Link-local addresses do not eliminate the need for routing logic.

When would these options actually be correct?

B

If the exam question asked about the characteristics of global unicast addresses or the general routing capabilities of IPv6 addresses, then option B would be correct, as global unicast addresses are indeed routable across the Internet.

D

In a question that asks about the conditions under which IPv6 link-local addresses are assigned, if it specifies that they are only assigned when DHCPv6 is not available, then option D would be correct. For example, 'What happens to IPv6 link-local address assignment when DHCPv6 is not configured?'

E

If the exam question asked about the role of link-local addresses in a network where no routers exist and all devices communicate directly without a gateway, this option could be correct, as link-local addresses would be sufficient for local communication.

Why candidates pick the wrong answer

B

Students may confuse link-local addresses with global unicast addresses, which are globally routable. The term 'address' might imply routability, but the 'link-local' scope explicitly restricts it.

D

Students might think link-local addresses are similar to Automatic Private IP Addressing (APIPA) in IPv4, which is used when DHCP fails. However, IPv6 link-local addresses are always present and not dependent on DHCP.

E

Since link-local addresses are used for neighbor discovery and local communication, some might incorrectly assume they handle all routing needs. However, routing to other networks still requires a gateway.

362
MCQmedium

Why might voice traffic be placed in a priority queue on a WAN link?

A.To increase the TTL value of voice packets
B.To reduce delay and jitter for time-sensitive traffic
C.To change RTP into TCP for reliability
D.To avoid assigning IP addresses to phones
AnswerB

Voice traffic consists of real-time RTP/UDP packets that are extremely sensitive to network latency and jitter. A priority queue on a WAN ensures that these voice packets are forwarded before packets in lower-priority queues, minimizing queuing delay and smoothing inter-packet timing. This is essential because excessive delay makes conversations unintelligible, and jitter causes choppy audio that the playout buffer cannot fully compensate for.

Why this answer

Voice traffic is delay-sensitive. Prioritization helps reduce queuing delay and jitter so real-time audio remains intelligible.

Exam trap

A common exam trap is selecting answers that confuse QoS prioritization with unrelated network functions such as increasing the TTL value of voice packets or converting RTP traffic into TCP. These options are incorrect because QoS focuses on managing packet scheduling and queuing rather than altering packet headers or transport protocols. Another trap is thinking that IP address assignment relates to QoS, which it does not.

Recognizing that priority queuing specifically targets delay-sensitive traffic like voice helps avoid these misleading options.

Why the other options are wrong

A

Increasing the TTL value of voice packets is unrelated to QoS or priority queuing. TTL controls packet lifetime and does not affect delay or jitter, so this option is incorrect.

C

QoS does not convert RTP (used for voice) into TCP. RTP is typically carried over UDP for real-time performance, so this option is incorrect.

D

Assigning IP addresses to phones is handled by DHCP or static configuration, not by QoS or priority queuing. This option is unrelated to voice traffic prioritization.

When would these options actually be correct?

A

In a different question asking about methods to manage packet lifetimes in a network, increasing the TTL value could be correct if the context involves ensuring packets can traverse more hops without being dropped, especially in a large network with many routers.

C

If the exam question asked about a scenario where voice traffic needs to be transmitted reliably over a network that only supports TCP, then the option could be correct. For example, a question could state that a specific application requires voice data to be sent over TCP due to network constraints, making this conversion necessary.

D

In a question asking about network management strategies for VoIP systems, where the focus is on minimizing administrative overhead, this option could be correct if it discusses the avoidance of DHCP for IP address assignment to simplify network configuration.

Why candidates pick the wrong answer

A

Students might confuse TTL with QoS mechanisms because both involve packet handling, but TTL is a layer 3 hop-count mechanism, not a queuing or priority tool.

C

Test-takers may think that reliability (TCP) is always better, but for real-time voice, UDP's lower overhead is preferred, and QoS prioritization is used instead of protocol conversion.

D

Students might associate voice traffic with IP phones and mistakenly think queuing is related to IP address management, but these are separate network functions.

363
MCQmedium

Why does a passive interface in OSPF still matter even though it does not send hello packets?

A.The connected network can still be advertised into OSPF through other active adjacencies
B.The passive interface automatically becomes the OSPF router ID
C.The passive interface disables all OSPF operation on the router
D.The passive interface converts OSPF into EIGRP on that link
AnswerA

Even when an interface is configured as passive for OSPF, the router still includes that interface's connected subnet in OSPF advertisements, provided the interface is covered by a network statement or under the OSPF process. Passive-interface only disables hello transmission and neighbor discovery on that link, so the prefix is still injected into the LSDB and propagated via active adjacencies on other interfaces.

Why this answer

A passive interface still matters because the connected network can still be advertised into OSPF even though the interface itself does not form neighbor relationships. In plain language, the router is saying, “This network is mine, and I want others to know about it, but I do not want to speak OSPF directly on this interface.” That is useful on user-facing or stub-like interfaces where no OSPF neighbor should exist.

This distinction is important because some engineers assume passive means “ignored entirely.” It does not. The connected network can still appear in routing updates sent through real neighbors on other interfaces. What changes is neighbor formation on the passive interface itself.

Exam trap

Don't assume 'passive' means the interface is ignored; it still advertises its network.

Why the other options are wrong

B

The OSPF router ID is determined by the highest IP address on a loopback interface or the highest active physical interface IP at the time of OSPF process startup, not by passive-interface configuration. A passive interface does not influence router ID selection.

C

The passive-interface command only suppresses OSPF hello packets on that specific interface; OSPF continues to operate normally on other interfaces, forming adjacencies and exchanging routing information. It does not disable OSPF globally.

D

The passive-interface command is specific to OSPF and does not change the routing protocol. OSPF remains OSPF; it simply stops sending hellos on that interface. EIGRP has its own passive-interface command with similar behavior but does not convert protocols.

When would these options actually be correct?

B

In a different context, if a question asked about how OSPF selects a router ID and included a scenario where a passive interface was the only interface on the router, then this option could be correct as it would imply that the passive interface is the only available IP address for the router ID.

C

In a different exam question asking about the effects of configuring an interface as passive in OSPF, if the question stated that the passive interface would stop all OSPF processes on the router, then this option could be correct if the context was about a misconfigured router where all interfaces were set to passive.

D

In a different question, if it asked about a scenario where a routing protocol can be changed or configured to operate differently on a specific interface, one might mistakenly think that a command could convert OSPF to EIGRP, leading to this option being perceived as correct.

Why candidates pick the wrong answer

B

Students might confuse the passive behavior (no hello packets) with the router ID election process, thinking that a passive interface, being 'inactive' in terms of hello exchange, could be used as a stable identifier. However, router ID is independent of hello suppression.

C

The term 'passive' might imply that the interface is completely inactive in OSPF, leading students to think OSPF is disabled on the entire router. In reality, only hello exchange is stopped on that interface.

D

Students might think that because the interface stops sending OSPF hellos, it might switch to another protocol like EIGRP. However, passive-interface only affects hello behavior and does not alter the routing protocol itself.

364
Multi-Selectmedium

Which TWO actions does DHCP snooping perform by default on a Cisco switch?

Select 2 answers
A.It blocks DHCP server messages received on untrusted ports.
B.It generates a Cisco Discovery Protocol packet for each DHCP request.
C.It builds a DHCP binding table.
D.It relays DHCP requests across VLANs.
E.It converts DHCP broadcasts into unicasts.
AnswersA, C

DHCP snooping marks each switch port as either trusted or untrusted. Ports connected to legitimate DHCP servers are configured as trusted, while all other ports are untrusted. When a DHCP server message such as DHCPOFFER, DHCPACK, or DHCPNAK arrives on an untrusted port, the switch drops it, preventing a rogue device from issuing fraudulent IP configuration to clients. This enforcement is the core security function of DHCP snooping.

Why this answer

DHCP snooping is a security feature that, by default, filters DHCP server messages (such as DHCPOFFER, DHCPACK, and DHCPNAK) received on untrusted ports. This prevents rogue DHCP servers from offering malicious IP configurations to clients. The switch also automatically builds and maintains a DHCP snooping binding table, which maps client MAC addresses to leased IP addresses, VLANs, and port information, to validate DHCP traffic.

Exam trap

Cisco often tests the distinction between DHCP snooping's default actions (filtering on untrusted ports and building the binding table) and optional features like DHCP relay or broadcast-to-unicast conversion, which are not part of DHCP snooping itself.

Why the other options are wrong

B

This statement incorrectly associates two separate features; DHCP snooping operates at Layer 2 for DHCP security, not for CDP.

D

This function belongs to the relay agent, not to DHCP snooping, which operates within a single VLAN to enforce security policies.

E

This is a relay agent feature; DHCP snooping does not alter the broadcast nature of DHCP packets, it only filters them.

365
MCQmedium

When spanning tree elects a root bridge, which value is considered first?

A.Lowest MAC address only
B.Lowest bridge priority only
C.Lowest bridge ID, which begins with priority
D.Highest interface bandwidth
AnswerC

In STP, the root bridge is elected by comparing the 8-byte bridge ID (BID), which is formed by a 2-byte priority value followed by the 6-byte MAC address. The lowest BID wins, and because priority occupies the most significant bytes, a switch with a lower priority always beats a switch with a higher priority. Only when priorities are identical does the MAC address become the tiebreaker within the same BID comparison. Thus the actual election value is the full bridge ID, beginning with priority.

Why this answer

The root bridge is the switch with the lowest bridge ID. The bridge ID is made up of priority and MAC address, so priority is considered first, then MAC address if priorities tie.

Exam trap

Remember that the bridge priority is evaluated before the MAC address in the root bridge election process.

Why the other options are wrong

A

The MAC address is only used as a tiebreaker when bridge priorities are equal. It is not the first value considered in root bridge election.

B

The bridge priority is only the first part of the bridge ID; the full bridge ID (priority + MAC address) is compared. If priorities are equal, the MAC address is used as a tiebreaker.

D

Interface bandwidth is used to calculate path cost, which influences port roles (root port, designated port) but does not affect root bridge election. Root bridge election is based solely on bridge ID.

When would these options actually be correct?

A

In a different question that asks specifically about the criteria for selecting a root bridge when multiple bridges have the same priority, the lowest MAC address would be the deciding factor. For example, if the question specifies that all bridges have the same priority, then the lowest MAC address would be the correct answer.

B

In a different question that asks specifically for the criteria used to determine the root bridge when only considering priority values, option B could be correct if the question states that all bridges have the same MAC address, thus making the lowest bridge priority the deciding factor.

D

In a different question that asks about factors influencing network performance or path selection in a Layer 2 network, the highest interface bandwidth could be relevant. For example, a question might ask which attribute affects the best path selection for data traffic in a network topology.

Why candidates pick the wrong answer

A

Students may confuse the role of MAC address in bridge ID with it being the primary criterion, especially since MAC addresses are unique and often used in other networking decisions.

B

It is tempting because priority is the most significant field in the bridge ID, leading some to think it alone determines the root bridge, but the MAC address is also part of the comparison.

D

Students may think higher bandwidth is better and assume it influences root bridge selection, confusing path cost metrics with the bridge ID comparison.

366
PBQmedium

You are connected to SW1 via the console. SW1 is a Layer 2 switch. Ports G0/1 and G0/2 are connected to two PCs that should be in VLAN 10 (Sales). Port G0/3 is a trunk link to another switch. The PCs are currently unable to communicate because the ports are in VLAN 1. Configure the switch to place the ports in the correct VLAN and ensure the trunk is properly configured with 802.1Q encapsulation and native VLAN 99.

Network Topology
trunkPC1SW1 G0/1SW1 G0/2OtherSwitch

Hints

  • Check the current VLAN assignment on access ports.
  • The trunk encapsulation must be set to dot1q for 802.1Q support.
  • Native VLAN should match on both ends of the trunk.
A.Create VLAN 10, assign G0/1 and G0/2 as access ports in VLAN 10, configure G0/3 as trunk with encapsulation dot1q and native VLAN 99.
B.Create VLAN 10, assign G0/1 and G0/2 as access ports in VLAN 10, configure G0/3 as trunk with encapsulation isl and native VLAN 99.
C.Create VLAN 10, assign G0/1 and G0/2 as trunk ports in VLAN 10, configure G0/3 as trunk with encapsulation dot1q and native VLAN 99.
D.Create VLAN 10, assign G0/1 and G0/2 as access ports in VLAN 10, configure G0/3 as trunk with encapsulation dot1q and native VLAN 1.
AnswerA
solution
! SW1
interface GigabitEthernet0/1
switchport access vlan 10
interface GigabitEthernet0/2
switchport access vlan 10
interface GigabitEthernet0/3
switchport trunk encapsulation dot1q
switchport trunk native vlan 99

Why this answer

VLAN 10 must be created and the access ports must be explicitly set to access mode with 'switchport mode access' before assigning them to VLAN 10. Assigning the access ports to VLAN 10 places the PCs in the correct broadcast domain. The trunk needed explicit 802.1Q encapsulation and a native VLAN change to 99 for security and consistency.

Exam trap

Be careful to distinguish between access and trunk ports: access ports belong to a single VLAN for end devices, while trunk ports carry multiple VLANs between switches. Also, remember that 802.1Q is the standard trunking protocol, and native VLAN should be changed from default 1 for security.

Why the other options are wrong

B

The specific factual error is that ISL is a legacy Cisco proprietary trunking protocol, and modern switches default to 802.1Q. The question specifies 802.1Q encapsulation.

C

The specific factual error is that ports connected to end devices (PCs) should be access ports, not trunk ports. Trunk ports are used for inter-switch links.

D

The specific factual error is that the native VLAN must be explicitly set to 99. Native VLAN 1 is the default and is often targeted in VLAN hopping attacks.

Why candidates pick the wrong answer

B

Candidates might pick this because they remember ISL as a trunking protocol and think it is still widely used, or they confuse it with 802.1Q.

C

Candidates might pick this because they think trunk ports can be used for any connection, or they confuse the concept of trunking with VLAN assignment.

D

Candidates might pick this because they know native VLAN 1 is the default and think it is acceptable, or they forget to change it as per the requirement.

367
PBQhard

You are troubleshooting PAT and static NAT on R1. The inside network 192.168.10.0/24 must be translated to the public IP 203.0.113.1 (interface G0/1) using port address translation. Additionally, the server at 192.168.10.100 must be reachable from the outside via static NAT to 203.0.113.5. The current configuration is not working. Identify and correct the errors in the running config on R1.

Hints

  • Check which subnet the ACL is matching — it might not be your inside network.
  • Look at the PAT command: is there an 'overload' keyword? Without it, only one translation is allowed.
  • Verify the static NAT mapping: the inside server IP should match the actual server.
A.The ACL in the NAT configuration incorrectly permits network 192.168.20.0/24 instead of 192.168.10.0/24, and the PAT command is missing the 'overload' keyword.
B.The static NAT entry uses the wrong inside address; it should be 192.168.10.100 but is configured with 192.168.10.1.
C.The PAT command is missing the 'overload' keyword, and the static NAT entry maps to the wrong public IP; it should use 203.0.113.1 instead of 203.0.113.5.
D.The static NAT entry maps the server to the wrong public IP, 203.0.113.1 instead of 203.0.113.5, and the ACL incorrectly permits network 192.168.20.0/24.
AnswerA
solution
! R1
configure terminal
no access-list 100
access-list 100 permit ip 192.168.10.0 0.0.0.255 any
ip nat inside source list 100 interface GigabitEthernet0/1 overload
end
write memory

Why this answer

The running configuration has two errors. First, access-list 100 incorrectly permits the 192.168.20.0/24 network instead of the inside network 192.168.10.0/24, so PAT will not translate any internal hosts. Second, the PAT command is missing the 'overload' keyword, which means only a single translation is possible, breaking connectivity for multiple devices.

The static NAT entry for the server is correctly mapping 192.168.10.100 to 203.0.113.5 and does not need correction.

Exam trap

Watch out for ACLs that match the wrong subnet in NAT configurations. Also, remember that PAT requires the 'overload' keyword; without it, only one translation is allowed. Static NAT often uses a different public IP than the PAT pool to avoid conflicts.

Why the other options are wrong

B

The static NAT entry is correct; the inside address 192.168.10.100 is properly mapped to 203.0.113.5.

C

Static NAT requires a separate public IP to avoid overlapping with PAT translations. The public IP 203.0.113.5 is appropriate.

D

The static NAT entry is correctly configured with 192.168.10.100 and 203.0.113.5; the error is solely in the ACL and missing overload keyword.

Why candidates pick the wrong answer

B

Candidates might assume a typo in the static NAT because they focus on the server's IP, but the configuration is actually correct.

C

Candidates may think all translations must use the same public IP, but static NAT often uses a dedicated IP for inbound access.

D

Candidates might think all translations should share the same public IP for simplicity, but that would break inbound access to the server.

368
Multi-Selectmedium

Which two statements accurately describe DNS in everyday network use?

Select 2 answers
A.DNS helps resolve hostnames into IP-related information.
B.DNS makes services easier to use by allowing names instead of raw IP addresses.
C.DNS automatically assigns IP addresses to hosts.
D.DNS replaces the need for subnet masks.
E.DNS elects the STP root bridge.
AnswersA, B

This is correct because name resolution is DNS’s core function.

Why this answer

DNS translates human-friendly hostnames into IP-related information, making network services more accessible by name rather than numeric addresses. Option A is correct because DNS resolves names to IP addresses. Option B is correct because using names improves usability and allows underlying IP changes without user disruption.

Option C is incorrect because IP address assignment is a DHCP function, not DNS. Option D is incorrect because subnet masks are part of IP addressing and routing, unrelated to DNS name resolution. Option E is incorrect because STP (Spanning Tree Protocol) elects a root bridge for loop-free topology, which is unrelated to DNS.

Exam trap

A frequent exam trap is mistaking DNS for DHCP or other network functions. Some candidates incorrectly believe DNS assigns IP addresses to hosts, but that role belongs to DHCP. Others confuse DNS with protocols like STP, which manages network topology but is unrelated to name resolution.

This confusion arises because both DNS and DHCP are IP services, but they serve distinct purposes. Misunderstanding these roles can lead to incorrect answers and misconfiguration in real networks. Remember, DNS only resolves hostnames into IP-related information and does not handle IP address assignment or network path selection.

Why the other options are wrong

C

Option C is incorrect because DNS does not assign IP addresses; that task belongs to DHCP, which dynamically provides IP configuration to hosts on a network.

D

Option D is incorrect because DNS does not replace subnet masks; subnet masks are used to define network and host portions of an IP address and control routing and addressing scope.

E

Option E is incorrect because DNS has no role in Spanning Tree Protocol (STP) operations, such as electing the root bridge; these functions are unrelated to DNS.

When would these options actually be correct?

C

In a question focused on the functionalities of a network protocol that combines DNS and DHCP, such as a scenario where a system automatically assigns IP addresses and resolves hostnames, this option could be correct. For example, a question might ask about a system that integrates both DNS and DHCP functionalities.

D

In a question asking about the roles of different networking protocols, if it specifically inquires about protocols that manage IP address assignments, then a statement about DNS replacing subnet masks could be correct if it were framed in a context where DNS is integrated with DHCP for dynamic address assignment.

E

In a question specifically focused on network protocols and their roles in managing network topology, a statement about DNS electing the STP root bridge could be correct if the question incorrectly conflates DNS functionality with network management tasks typically handled by STP.

Why candidates pick the wrong answer

C

Students often confuse DNS with DHCP because both are essential network services that involve IP addresses. The similarity in acronyms and their frequent co-occurrence in network setups can lead to the mistaken belief that DNS handles address assignment.

D

A test-taker might think that since DNS can return IP addresses, it could also return subnet masks, especially if they are aware of DNS records like SRV or TXT that can carry arbitrary data. However, standard DNS resolution does not include subnet mask information.

E

The acronyms DNS and STP might be confused by someone who is not fully familiar with networking protocols. Additionally, both protocols are fundamental to network operations, but their roles are distinct, and a student might incorrectly associate them due to their importance.

369
PBQhard

You are troubleshooting connectivity from R1 to the 172.16.20.0/24 network. The network engineer configured a floating static route on R1 as a backup for the OSPF-learned route, but after the primary OSPF route fails, the backup does not take over. Examine the current routing table and partial configuration on R1, then fix the issue so that when the OSPF neighbor goes down, R1 can still reach 172.16.20.0/24 via R3.

Network Topology
G0/010.0.0.1/30G0/010.0.0.2/30G0/1203.0.113.1/30G0/0203.0.113.2/30R2OSPFR1static backupR3

Hints

  • Check if the next-hop address is reachable via a directly connected interface.
  • A static route with a next-hop that is not directly connected requires a valid route to that next-hop.
  • Configure the static route with an exit interface to make it directly connected.
A.Change the static route to use an exit interface: ip route 172.16.20.0 255.255.255.0 GigabitEthernet0/1 203.0.113.2
B.Change the administrative distance of the static route to 110
C.Remove the OSPF process from R1
D.Add a static route to 203.0.113.0/24 via R1's directly connected interface
AnswerA
solution
! R1
no ip route 172.16.20.0 255.255.255.0 203.0.113.2 130
ip route 172.16.20.0 255.255.255.0 GigabitEthernet0/1 203.0.113.2 130

Why this answer

The floating static route was configured with an administrative distance of 130, intended to be higher than OSPF's default AD of 110 so it would only be used as a backup. However, the static route's AD is set as 130 (the command uses the distance option), which is correct. The problem is that OSPF's AD is 110, which is lower, so the static route is not installed while OSPF is up.

But when OSPF fails, the static route should appear. The issue is that the static route is pointing to a next-hop (203.0.113.2) that is not directly connected; R1 has no route to 203.0.113.2, causing the static route to be inactive. To fix, you must either change the next-hop to a directly connected interface (e.g., GigabitEthernet0/1) or add a route to reach 203.0.113.2.

The simplest solution is to configure the static route with an exit interface: 'ip route 172.16.20.0 255.255.255.0 GigabitEthernet0/1 203.0.113.2'. This ensures the route is valid when the OSPF route disappears.

Exam trap

Trap: Candidates often focus on administrative distance values but forget that a static route must have a valid next-hop to be installed. Always verify that the next-hop is reachable (directly connected) or specify an exit interface for floating static routes.

Why the other options are wrong

B

The specific factual error is that a floating static route must have a higher AD than the dynamic protocol to act as a backup; setting it equal or lower would disrupt the primary route.

C

The specific factual error is that removing OSPF is an extreme measure that breaks connectivity, whereas a floating static route is meant to be a seamless backup.

D

The specific factual error is that adding an extra static route is not the standard solution; Cisco recommends using the exit interface for directly connected next-hops to ensure route validity.

Why candidates pick the wrong answer

B

Candidates might think that matching the AD would allow the static route to take over, but they overlook that the static route would then be preferred over OSPF, not just a backup.

C

Candidates might think that if OSPF is removed, the static route will be used, but this does not solve the underlying issue of the static route being inactive due to an unreachable next-hop.

D

Candidates might think that making the next-hop reachable via another static route will solve the problem, but they overlook that the floating static route would then depend on another static route, which may not be desirable.

370
MCQhard

A technician is troubleshooting a network issue where hosts in VLAN 20 on SW1 cannot communicate with hosts in VLAN 20 on SW2. Both switches are connected by an Ethernet trunk link that is up/up and configured as a trunk. The VLAN databases on both switches include VLAN 20, and the spanning tree for VLAN 20 is in a forwarding state on all ports. Hosts within VLAN 20 on each switch can communicate with each other locally. What is the most likely cause?

A.The native VLAN is mismatched on the two ends of the trunk.
B.VLAN 20 has not been created in the VLAN database on SW2.
C.The trunk encapsulation is mismatched between SW1 and SW2.
D.VLAN 20 is not in the switchport trunk allowed VLAN list on the trunk port between SW1 and SW2.
AnswerD

When a trunk port’s allowed VLAN list explicitly excludes a VLAN, the switch drops all frames tagged for that VLAN, even though the VLAN exists locally and the trunk is active. This results in the described symptom of local intra-VLAN communication working but no cross-switch communication for VLAN 20.

Why this answer

The most likely cause is that VLAN 20 is not included in the allowed VLAN list on the trunk port between SW1 and SW2. Even though the trunk is up/up and VLAN 20 exists in the VLAN database, the switchport trunk allowed vlan command restricts which VLANs can traverse the trunk. If VLAN 20 is omitted from this list, frames from VLAN 20 will be dropped at the trunk, preventing inter-switch communication for that VLAN.

Exam trap

Cisco often tests the distinction between VLAN existence in the database and VLAN permission on a trunk; candidates mistakenly think that if a VLAN is created and spanning tree is forwarding, it must work, but the trunk allowed list is an independent filter that can block traffic.

Why the other options are wrong

A

Candidates may think that a native VLAN mismatch breaks all trunk functions.

B

Candidates may assume that a missing VLAN on one switch explains inter-switch failures, ignoring that local communication would also fail.

C

Candidates might overlook that the trunk link is operational, which implies matching encapsulation.

371
MCQeasy

Which field in an IPv4 packet is primarily used to prevent packets from looping forever in the network?

A.Version
B.Header checksum
C.Time to Live
D.Protocol
AnswerC

Time to Live (TTL) is the loop-prevention field in an IPv4 header. Each router decrements TTL by at least 1, and when it reaches 0, the router discards the packet and typically sends an ICMP Time Exceeded message back to the source. This guarantees that no packet can traverse a routing loop forever, bounding the network diameter.

Why this answer

Each router decrements the TTL field by one. When TTL reaches zero, the packet is discarded. That mechanism prevents indefinite looping.

Exam trap

Remember that TTL is about lifespan and loop prevention, not error checking or addressing.

Why the other options are wrong

A

The Version field (4 bits) indicates the IP version (e.g., IPv4 or IPv6) and has no role in loop prevention. It is used by routers to interpret the packet header correctly.

B

The Header Checksum field detects errors in the IPv4 header only; it does not limit packet forwarding or prevent loops. If corrupted, the packet is discarded, but this does not stop looping.

D

The Protocol field identifies the next-level protocol (e.g., TCP, UDP, ICMP) carried in the payload. It has no impact on packet forwarding or loop prevention.

When would these options actually be correct?

A

If the question were to ask about identifying the field that specifies the IP protocol version or the format of the packet, then the Version field would be the correct answer. For example, a question could state, 'Which field indicates the version of the Internet Protocol being used in an IPv4 packet?'

B

If the exam question asked about a field that ensures data integrity and error checking in an IPv4 packet, then the Header checksum would be the correct answer. For example, a question could specify the function of fields that maintain data accuracy during transmission.

D

If the question asked about identifying the field that specifies the transport layer protocol used in the packet, then 'Protocol' would be the correct answer, as it directly indicates which protocol should handle the packet at the destination.

Why candidates pick the wrong answer

A

Students might think 'version' controls packet lifetime or hop count, confusing it with TTL due to both being header fields.

B

Because checksums ensure data integrity, some may incorrectly assume they also prevent infinite loops by discarding corrupted packets that could loop.

D

Some might confuse 'protocol' with routing protocols that manage paths, but the Protocol field in the IP header is unrelated to loop prevention.

372
PBQhard

You are connected to R1 via console. R1 and R2 are connected via a serial link. OSPFv2 has been configured, but the adjacency is stuck in EXSTART state. You suspect a mismatched MTU. On R1, the interface MTU is currently set to 1400, while R2 uses the default MTU of 1500. You need to verify and fix the issue.

Network Topology
S0/0/010.0.0.1/30S0/0/010.0.0.2/30serial linkR1R2

Hints

  • The issue is with MTU mismatch.
  • Check the MTU on R1's serial interface.
  • After fixing, reset the OSPF process to force adjacency.
A.On R1, configure the interface MTU to 1500 and then clear the OSPF process using 'clear ip ospf process'.
B.On R1, configure the interface MTU to 1500 and then reload the router to apply the change.
C.On R1, configure the interface MTU to 1500 and then change the OSPF network type to point-to-point.
D.On R1, configure the interface MTU to 1500 and then adjust the OSPF hello and dead timers to match R2.
AnswerA
solution
! R1
interface Serial0/0/0
ip mtu 1500
clear ip ospf process
end

Why this answer

OSPF requires matching MTU values on a link. The incorrect MTU on R1 (1400) caused the adjacency to stall in EXSTART. Setting MTU to 1500 and clearing the OSPF process allows proper adjacency formation.

Exam trap

Do not confuse the states of OSPF adjacency. EXSTART state is specifically related to DBD exchange and MTU mismatch, while INIT or 2-WAY states are more common with hello/dead timer mismatches. Always verify MTU when adjacency is stuck in EXSTART.

Why the other options are wrong

B

The specific factual error is that a reload is not required to apply MTU changes; the interface MTU is applied immediately, and the OSPF process can be cleared to re-establish adjacencies.

C

The specific factual error is that OSPF network type does not affect MTU requirements; MTU must match regardless of network type.

D

The specific factual error is that timer mismatches affect the INIT and 2-WAY states, while EXSTART is associated with MTU or database descriptor (DBD) packet issues.

Why candidates pick the wrong answer

B

Candidates might think that a reload is needed to apply configuration changes, but in Cisco IOS, many interface parameters take effect immediately without reload.

C

Candidates may confuse MTU issues with network type issues, as both can cause OSPF adjacency problems. However, EXSTART state specifically points to MTU mismatch.

D

Candidates often confuse the symptoms of timer mismatches with MTU mismatches. Both can prevent full adjacency, but the stuck state differs.

373
Multi-Selectmedium

Which two statements accurately describe the relationship between a network address and a broadcast address in IPv4 subnetting?

Select 2 answers
A.The network address is the first address in the subnet block.
B.The broadcast address is the last address in the subnet block.
C.Both addresses are normal host addresses that can be assigned to users.
D.The broadcast address always becomes the default gateway.
E.These concepts exist only in IPv6 and not IPv4.
AnswersA, B

In IPv4, the network address is the first (lowest) address within a subnet block, obtained by setting all host bits to 0. This address uniquely identifies the subnet and is used by routers in their routing tables; it cannot be assigned to any host interface. It is the starting boundary from which the usable host range begins.

Why this answer

The network address identifies the beginning of the subnet block, and the broadcast address identifies the final address in that block. In practical terms, both are reserved and are not assigned to ordinary hosts. The usable host range falls between them.

This is a very basic subnetting truth, but it is foundational for every other addressing calculation.

Exam trap

Be cautious not to confuse the roles of network and broadcast addresses with usable host addresses.

Why the other options are wrong

C

Both the network address and broadcast address are reserved addresses within a subnet and cannot be assigned to hosts. The network address identifies the subnet itself, and the broadcast address is used for one-to-all communication. Assigning them to hosts would cause conflicts.

D

The default gateway is typically the IP address of a router interface on the subnet, which is a normal host address within the usable range. The broadcast address is the last address in the subnet and is reserved for broadcasting; it cannot be used as a gateway.

E

Network and broadcast addresses are fundamental to IPv4 subnetting and are defined in IPv4 standards. IPv6 does not use broadcast addresses; instead, it uses multicast and anycast. Therefore, stating these concepts exist only in IPv6 is factually incorrect.

When would these options actually be correct?

C

In a hypothetical question asking which addresses can be assigned to hosts in a specific subnet configuration, if the context allowed for a broader interpretation of 'addresses' without specifying roles, this option could be correct if it included non-reserved addresses.

D

In a different question asking about the configuration of a specific network device where the broadcast address is mistakenly configured as the default gateway, this option could be correct. For example, if a question states that a network device is set up incorrectly and asks for the misconfigured address type, option D could be the right answer.

E

If the question were rephrased to ask about the differences between IPv4 and IPv6 addressing schemes, stating that network and broadcast addresses are concepts that exist only in IPv4 would be correct. For example, a question could ask which addressing scheme utilizes broadcast addresses, making option E accurate.

Why candidates pick the wrong answer

C

A student might think that since these are valid IP addresses within the subnet range, they could be used like any other host address, not realizing they are reserved by protocol standards.

D

Some might mistakenly believe that the broadcast address serves as a gateway because it is a well-known address, but in practice, the gateway is a specific router interface, not the broadcast address.

E

Students may confuse IPv6's lack of broadcast with the idea that network and broadcast addresses are IPv6 concepts, especially since IPv6 uses different addressing mechanisms. However, the question explicitly refers to IPv4.

374
MCQhard

Refer to the exhibit. A network engineer is troubleshooting a DHCP issue where DHCP clients on the LAN subnet are sending DHCPDISCOVER messages but the DHCP server does not receive them. The output of the show ip dhcp binding command on R1 is shown. What is the most likely cause of the problem?

A.DHCP service is disabled on R1.
B.The ip helper-address command is configured on the WAN interface instead of the LAN interface facing the DHCP clients.
C.The DHCP pool is configured with a network address that does not match the client subnet.
D.The default-router option is missing from the DHCP pool configuration.
AnswerB

The show ip dhcp binding output shows zero bindings because the router is not relaying DHCP broadcasts. For a DHCP relay agent to work, the ip helper-address must be placed on the interface that receives client broadcasts (the LAN interface). Configuring it on the WAN interface sends relay messages toward the server in the wrong direction, so client DISCOVERs never reach the DHCP server.

Why this answer

The DHCP clients on the LAN subnet are sending DHCPDISCOVER messages, but the DHCP server does not receive them because the ip helper-address command is misconfigured on the WAN interface instead of the LAN interface facing the clients. The ip helper-address command must be applied on the ingress interface (the LAN interface) that receives the broadcast DHCPDISCOVER messages, so that the router can convert the broadcast into a unicast directed to the DHCP server. When placed on the WAN interface, it does not intercept the broadcasts from the LAN clients, and the DHCP server never receives the relayed request.

Exam trap

Cisco often tests the concept that the ip helper-address command must be configured on the interface that receives the DHCP client broadcasts (the LAN interface), not on the interface facing the DHCP server, leading candidates to overlook the direction of traffic flow.

Why the other options are wrong

A

Candidates may think that an empty binding table means the service is off, but the command itself would fail or show a service status if DHCP were truly disabled.

C

Candidates often associate 'no addresses assigned' with a pool misconfiguration, but a pool mismatch would not prevent the server from seeing DISCOVER messages and possibly creating failed or erroneous bindings.

D

Candidates may confuse a missing option with a complete failure of DHCP operation, but IP address leasing is independent of options like default-router.

375
Multi-Selectmedium

Which two statements about RESTful APIs are correct? (Choose two.)

Select 2 answers
A.They commonly use HTTP methods such as GET and POST.
B.They require Layer 2 adjacency between client and server.
C.They often exchange structured data such as JSON.
D.They replace the need for routing protocols on the network.
AnswersA, C

RESTful APIs are built around standard HTTP verbs, with GET and POST being the most fundamental. GET performs safe, idempotent resource retrieval, while POST submits data to create or process a resource, aligning with the request/response model of the web. These methods provide a uniform interface for clients to interact with server resources, independent of the underlying implementation. This design is why such APIs are called representational state transfer (REST).

Why this answer

REST commonly uses HTTP verbs and typically exchanges structured data such as JSON.

Exam trap

A frequent exam trap is the misconception that RESTful APIs require Layer 2 adjacency between client and server devices. Some candidates mistakenly believe that because RESTful APIs use HTTP, they must operate only within the same broadcast domain or VLAN. However, RESTful APIs function over routed IP networks just like any other web traffic, so Layer 2 adjacency is not necessary.

Another trap is thinking that RESTful APIs replace routing protocols, which is incorrect since APIs only provide programmable access to device functions and do not handle routing or forwarding.

Why the other options are wrong

B

Option B is incorrect because RESTful APIs do not require Layer 2 adjacency; they operate over routed IP networks, allowing clients and servers to communicate across different subnets.

D

Option D is incorrect because RESTful APIs do not replace routing protocols; they provide programmable access to device functions but do not handle routing or forwarding decisions.

When would these options actually be correct?

B

If the question were about a specific protocol that operates at Layer 2, such as Ethernet, and asked about the requirements for communication between devices on the same local network, then this option could be correct.

D

In a question that asks about network architecture where RESTful APIs are integrated into a system that uses a flat network design, one might argue that they reduce the complexity of routing by allowing direct communication between services, thus making routing protocols less relevant in that specific context.

Why candidates pick the wrong answer

B

Students might confuse the client-server model with direct physical connections, or think that APIs require a direct link like some legacy protocols. However, REST is designed to work over routed networks.

D

Some may think that because APIs enable communication between applications, they eliminate the need for underlying network protocols. However, APIs rely on the network stack and do not replace routing.

Page 4

Page 5 of 19

Page 6