Courseiva

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

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

Page 6

Page 7 of 19

Page 8
451
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure HSRP version 2 on an interface and ensure the router becomes the active router, then verify the HSRP state.

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 for configuring HSRP version 2 to ensure the router becomes the active router is: first configure HSRP version 2 on the interface, then configure the HSRP group and virtual IP address, then set the HSRP priority to a higher value, then enable HSRP preempt, and finally verify using 'show standby'. Only option A follows this sequence. Options B, C, and D are incorrect because they place version after group, priority before version, or preempt before priority.

Exam trap

Candidates often place version configuration after group creation or set preempt before priority. Remember: version must be set before the group is created, priority before preempt.

Why candidates pick the wrong answer

B

Candidates pick this because they think version can be changed at any time without affecting the group, or they focus on priority/preempt first.

C

Candidates pick this because they think version must come first, then priority/preempt, but they forget that the group must exist first.

D

Candidates pick this because they think preempt is independent of priority order, or they confuse the order with other protocols like VRRP.

452
MCQhard

A host sends an IPv4 packet larger than the outgoing interface MTU, and the DF bit is not set. What will a router normally do?

A.Drop the packet without notification
B.Fragment the packet before forwarding
C.Convert the packet into UDP
D.Forward it unchanged and let the switch fragment it
AnswerB

When the outgoing interface has a smaller MTU than the incoming packet and the IP header's Do Not Fragment (DF) bit is 0, the router correctly fragments the packet into smaller Layer 3 pieces that each fit the outgoing MTU. Each fragment gets its own IP header with the same identification field, a fragment offset, and the More Fragments flag set as needed, allowing the destination host to reassemble the original packet. This is the standard expected IPv4 behavior for an intermediate router.

Why this answer

If fragmentation is allowed, an IPv4 router can fragment a packet to fit the outgoing interface MTU. If DF were set, the router would instead drop the packet and typically send an ICMP message back to the source.

Exam trap

Be careful not to confuse the behavior when the DF bit is set with when it is not set. Remember, fragmentation is allowed when DF is not set.

Why the other options are wrong

A

A router does not drop the packet without notification when the DF bit is not set; instead, it fragments the packet. Dropping without notification only occurs when the DF bit is set and the packet exceeds the MTU, in which case the router sends an ICMP Fragmentation Needed message.

C

Routers operate at Layer 3 (IP) and do not modify the transport layer protocol (e.g., UDP or TCP) to handle MTU issues. Converting a packet to UDP would change the protocol and is not a function of IP fragmentation or any standard routing behavior.

D

Switches operate at Layer 2 and do not perform IP fragmentation. Fragmentation is a Layer 3 function handled by routers or the source host. The router must fragment the packet before forwarding it to the switch.

When would these options actually be correct?

A

In a different scenario where the question specifies that the DF bit is set, and the packet exceeds the MTU, the router would drop the packet without notification, making this option correct.

C

In a different question, if the scenario involved a network device that specifically translates protocols for application-layer communication, such as a gateway or proxy server, the option could be correct. For example, a question might ask what happens when an application requires UDP but receives TCP packets.

D

In a different scenario where the question specifies that the packet is being processed by a Layer 2 switch that does not perform IP fragmentation, the option could be correct if the switch is configured to handle larger frames and simply forwards the packet without fragmentation.

Why candidates pick the wrong answer

A

Students may confuse this scenario with the case where the DF bit is set, leading to packet drop. They might also think that routers always drop oversized packets, but fragmentation is the default behavior when DF is not set.

C

A student might think that changing the protocol could reduce packet size or that UDP is used for fragmentation, but this is incorrect. The confusion may arise from the fact that UDP has a smaller header than TCP, but routers do not perform such conversions.

D

Students might think that switches can handle fragmentation because they forward packets, but switches only forward frames based on MAC addresses and do not process IP headers for fragmentation. The term 'switch' is often misassociated with routing functions.

453
Multi-Selecthard

Exhibit: A company wants to export traffic statistics from routers to a collector for visibility into top talkers and application usage. Which two statements are accurate?

Select 2 answers
A.NetFlow can export flow data to a collector
B.NetFlow helps identify traffic patterns and top talkers
C.Syslog and NetFlow are the same feature with different names
D.NetFlow replaces routing protocols for path selection
E.NetFlow only works on Layer 2 switches and never on routers
AnswersA, B

NetFlow operates on the device by maintaining an in-memory cache of active flows; when a flow expires or the cache fills, the exporter packages the records into UDP datagrams, usually on port 2055 or 9996, and sends them to an external collector. The collector (e.g., SolarWinds, PRTG, Elastic) stores and correlates these records for historical reporting, capacity planning, and traffic accounting. Thus export is the essential delivery mechanism that makes the captured flow metadata usable for centralized analysis.

Why this answer

NetFlow exports flow records to a collector and is useful for traffic analysis and accounting visibility, enabling identification of top talkers and application usage (options A and B are correct). Syslog reports events and messages, but does not replace flow records for conversation-level traffic statistics, so option C is incorrect. NetFlow does not replace routing protocols for path selection; it is a traffic monitoring tool, not a routing mechanism, so option D is incorrect.

NetFlow works on routers and Layer 3 switches, not only Layer 2 switches, so option E is incorrect.

Exam trap

Be cautious not to confuse general network monitoring tools like Syslog and SNMP with specialized traffic analysis tools like NetFlow.

Why the other options are wrong

D

NetFlow does not replace routing protocols; it is a monitoring tool that provides traffic statistics, not a path-selection mechanism.

E

NetFlow operates on routers and Layer 3 switches, not just Layer 2 switches, and is commonly used on routers for traffic analysis.

When would these options actually be correct?

C

If the question asked 'Which two statements are true about Syslog and NetFlow?' and included an option stating 'Both Syslog and NetFlow can be used for network monitoring and troubleshooting,' that would be correct because both provide visibility into network events, albeit different types of data.

D

In a question asking which technology can be used to influence routing decisions based on traffic flows, such as in traffic engineering with MPLS-TE or policy-based routing, NetFlow itself is not used, but if the question were about a protocol that replaces routing protocols for path selection, the answer would be something like MPLS-TE or segment routing, not NetFlow.

E

In a question that asks 'Which device type is limited to Layer 2 switching and cannot run NetFlow?', the correct answer would be a pure Layer 2 switch that does not support NetFlow, but modern switches often do.

Why candidates pick the wrong answer

C

Candidates may confuse Syslog and NetFlow because both are used for network monitoring and generate logs or records, leading to the mistaken belief they are interchangeable or the same feature.

D

Candidates may confuse NetFlow's ability to analyze traffic flows with the idea that it can control or replace routing decisions, especially if they think 'flow' implies path selection.

E

Candidates may confuse NetFlow with features like port mirroring that are more common on switches, or mistakenly think NetFlow is only for Layer 2 due to its flow-based nature.

454
Matchingmedium

Drag and drop the port configuration commands/technologies on the left to their corresponding descriptions on the right.

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

Concepts
Matches

Configures the port as a non-trunking access port

Limits the number of MAC addresses on a desktop access port

Separates VoIP traffic into a dedicated VLAN

Assigns the data VLAN for desktop or AP devices

Immediately transitions an end-device port to forwarding state

Macro that sets portfast, mode access, and port-security for IoT/virtual hosts

Why these pairings

These are common Cisco IOS commands used for port configuration, each with a specific function.

Exam trap

Candidates often confuse commands that set port mode (access/trunk) with commands that assign VLANs or set encapsulation. Remember that 'switchport mode access' is the specific command to make a port an access port; other commands like 'switchport access vlan' or 'switchport trunk encapsulation' serve different purposes and do not change the port mode.

455
PBQmedium

You are connected to SW1 via the console. SW1 is a multilayer switch with SVIs for VLANs 10 (192.168.10.1/24) and 20 (192.168.20.1/24). Hosts in VLAN 10 can ping their default gateway (192.168.10.1), but cannot ping hosts in VLAN 20. You suspect IP routing is not enabled or the SVIs are not up.

Hints

  • Check if IP routing is enabled globally.
  • Verify that the SVIs are up/up.
  • Use ping with source to test connectivity between VLANs.
A.Enable IP routing on SW1 with the 'ip routing' global configuration command.
B.Configure a trunk port between SW1 and an external router, then enable routing on the router.
C.Ensure the SVIs are not shut down and have the 'no shutdown' command applied.
D.Add a static route on SW1 pointing to the VLAN 20 subnet via the VLAN 10 SVI.
AnswerA
solution
! SW1
ip routing

Why this answer

A multilayer switch requires 'ip routing' to forward packets between VLANs. Without it, the switch acts as a Layer 2 device. Enabling IP routing allows the SVIs to route traffic between VLANs.

The verification commands confirm routing is active and SVIs are operational.

Exam trap

The trap is that candidates may focus on interface status or static routes, overlooking the fundamental requirement of 'ip routing' on a multilayer switch. Remember that SVIs can be up and pingable, but without IP routing enabled, the switch cannot forward packets between VLANs.

Why the other options are wrong

B

The specific factual error is that the question states SW1 is a multilayer switch with SVIs, so it can route internally without an external router. The issue is that IP routing is not enabled on the switch itself.

C

The specific factual error is that the SVIs are already up (hosts can ping the gateway), so 'no shutdown' is not the missing step. The problem is at Layer 3 routing, not Layer 2/3 interface status.

D

The specific factual error is that directly connected networks do not require static routes; the switch automatically installs them when the SVI is up. The problem is that 'ip routing' is not enabled, so the switch does not use these routes for forwarding.

Why candidates pick the wrong answer

B

Candidates might confuse the need for inter-VLAN routing with the router-on-a-stick method, especially if they are more familiar with Layer 2 switches.

C

Candidates often check interface status first when troubleshooting connectivity, so they might assume the SVIs are down even though the hosts can reach the gateway.

D

Candidates might think that inter-VLAN routing requires explicit static routes, not realizing that a multilayer switch with SVIs automatically has connected routes and only needs 'ip routing' enabled.

456
MCQhard

A host is configured with IP address 192.168.70.18/30. Which addresses belong to the same subnet block?

A.192.168.70.16 through 192.168.70.19
B.192.168.70.18 through 192.168.70.21
C.192.168.70.12 through 192.168.70.15
D.192.168.70.20 through 192.168.70.23
AnswerA

A /30 prefix (255.255.255.252) defines a block of exactly 4 addresses aligned to multiples of 4. The IP 192.168.70.18 falls within the block 192.168.70.16/30, where .16 is the network address, .17 and .18 are usable host addresses, and .19 is the broadcast address. Therefore the entire subnet range is 192.168.70.16 through 192.168.70.19.

Why this answer

A /30 subnet has a block size of 4. In practical terms, the relevant blocks in the last octet are 0–3, 4–7, 8–11, 12–15, 16–19, and so on. Because 18 falls inside the 16–19 block, the subnet includes network address .16, usable hosts .17 and .18, and broadcast .19.

This question checks whether you can identify the correct /30 block and understand all addresses that fall inside it.

Exam trap

Be careful not to confuse adjacent subnet blocks or miscalculate the block size of a /30 subnet.

Why the other options are wrong

B

A /30 subnet always has a block size of 4 addresses, starting at multiples of 4. The block starting at .18 would be 192.168.70.16–.19, not .18–.21. The range .18–.21 crosses a subnet boundary and includes addresses from two different subnets.

C

The block 192.168.70.12–.15 is a different /30 subnet (network .12, broadcast .15). The host .18 belongs to the subnet .16–.19, not .12–.15.

D

The block 192.168.70.20–.23 is the next /30 subnet (network .20, broadcast .23). The host .18 is not in this range; it is in the .16–.19 subnet.

When would these options actually be correct?

B

If the question asked for the range of addresses in a /29 subnet instead of /30, then option B would be correct, as a /29 subnet allows for IP addresses from 192.168.70.16 to 192.168.70.23.

C

If the question were to ask for the range of addresses in the subnet defined by a different CIDR notation, such as 192.168.70.12/30, then the range 192.168.70.12 through 192.168.70.15 would be correct, as it would represent the valid addresses in that subnet.

D

If the question asked for the addresses in the subnet of 192.168.70.20/30, then option D would be correct, as it would include the range from 192.168.70.20 to 192.168.70.23, which belongs to that subnet.

Why candidates pick the wrong answer

B

Students might think that since .18 is the host address, the subnet includes .18 and the next three addresses, not realizing that subnet boundaries are fixed at multiples of the block size.

C

A student might miscalculate the block size or confuse the subnet boundaries, thinking that .18 falls into the previous block because of incorrect arithmetic.

D

Students might incorrectly add the block size to the host address (18+4=22) and assume the subnet starts at .20, forgetting that subnet boundaries are based on the network address, not the host address.

457
PBQmedium

You are connected to R1 via the console. R1 is an NTP client that should synchronize its clock with NTP server 192.168.1.100. The timezone is UTC-5 (Eastern Standard Time). Configure NTP on R1 so that it becomes an NTP client. Additionally, configure the router to log NTP synchronization status messages to the console and buffer logging using the numeric severity level 6 (informational).

Network Topology
G0/0192.168.1.1/24LANR1NTP server

Hints

  • Use ntp server command to point to the NTP server.
  • Logging level 6 corresponds to informational.
  • Buffered and console logging commands are separate.
A.ntp server 192.168.1.100 logging console informational logging buffered informational
B.ntp peer 192.168.1.100 logging console 6 logging buffered 6
C.ntp server 192.168.1.100 logging console 6 logging buffered 6
D.ntp server 192.168.1.100 logging console informational logging buffered 6
AnswerC
solution
! R1
ntp server 192.168.1.100
logging buffered 6
logging console 6

Why this answer

The correct NTP client command is 'ntp server 192.168.1.100', not 'ntp peer'. The logging commands must use the numeric level 6 to match the requirement. 'logging console 6' and 'logging buffered 6' achieve this; keyword 'informational' is technically valid but does not follow the explicit numeric specification. Mixing numeric and keyword is also incorrect under the given requirement.

Exam trap

Candidates often overlook the explicit requirement to use the numeric severity level and may choose options with the keyword 'informational', which are technically valid but do not meet the specified condition.

Why the other options are wrong

A

Uses the keyword 'informational' instead of the required numeric level 6.

B

Uses 'ntp peer' instead of 'ntp server', and uses numeric levels but the primary command is wrong.

D

Mixes numeric and keyword severity levels; must use numeric 6 for both console and buffer.

When would these options actually be correct?

A

This configuration is used when a router needs to synchronize its clock with an NTP server and log NTP events for monitoring and troubleshooting.

Why candidates pick the wrong answer

B

Candidates may confuse ntp peer with ntp server, thinking both can be used for client synchronization. They might also think that using the numeric level 6 is acceptable without the keyword.

D

Candidates might think that mixing keyword and numeric is acceptable, or they may forget to use the keyword for buffered logging.

458
MCQmedium

An automation script needs to send a bearer token when calling a controller REST API over HTTPS. Where is that token most commonly included?

A.In the HTTP Authorization header
B.In the Ethernet trailer
C.In the DNS response section
D.In the TCP checksum field
AnswerA

RFC 6750 specifies that a bearer token is transmitted in the HTTP Authorization request header using the Bearer authentication scheme (e.g., `Authorization: Bearer <token>`). This header is parsed by the resource server to validate the client's identity and permissions before processing the request. Because HTTP is the application-layer protocol used for REST APIs, this is the only correct placement for the token among the options listed.

Why this answer

Bearer tokens are typically sent in the HTTP Authorization header. Query parameters or request bodies may carry credentials in some custom APIs, but the normal REST pattern is an Authorization header such as 'Authorization: Bearer <token>'.

Exam trap

Remember that bearer tokens are part of the request, not the response, and should be in the Authorization header, not in query parameters or the request body.

Why the other options are wrong

B

The Ethernet trailer contains a Frame Check Sequence (FCS) for error detection at Layer 2, not application-layer data like bearer tokens. Tokens are part of the HTTP application layer and are never placed in the Ethernet trailer.

C

DNS responses contain resource records like A, AAAA, or CNAME, which map domain names to IP addresses. They have no role in carrying authentication tokens for REST API calls, as DNS is a separate protocol for name resolution.

D

The TCP checksum field is used for error detection of the TCP segment header and payload at the transport layer. It is computed by the sender and verified by the receiver; it does not carry any application data such as bearer tokens.

When would these options actually be correct?

B

If the question asked where to include metadata for Ethernet frames in a network communication scenario, the Ethernet trailer could be referenced as it contains necessary information for data transmission, making it relevant in that specific context.

C

If the exam question were focused on a scenario where DNS was being used to authenticate a client to a server, and the question specified that the bearer token was being transmitted as part of a custom DNS protocol extension, then this option could be correct.

D

In a hypothetical question where the focus is on TCP packet structure and error-checking mechanisms, a candidate might be asked about the purpose of the TCP checksum field. In that context, a correct answer could involve discussing how it ensures data integrity, potentially leading to confusion about where application data is placed.

Why candidates pick the wrong answer

B

Students might confuse the term 'trailer' with 'header' or think that security tokens could be embedded in lower-layer fields for encryption, but Ethernet trailers are purely for error checking and not for carrying application data.

C

A student might think that since DNS is used to resolve the controller's hostname, the token could be included in the DNS response. However, DNS is not involved in application-layer authentication and does not carry bearer tokens.

D

Students might confuse the checksum field with a field that could carry security information, or think that tokens could be embedded in transport-layer headers for encryption. However, TCP checksums are purely for integrity and not for authentication tokens.

459
PBQhard

You are connected to R1, a Cisco IOS-XE router that serves as the DNS resolver for the local network. The router can reach the DNS server at 198.51.100.53, but internal hosts cannot resolve the hostname 'fileserver.courseiva.com' (expected IP 203.0.113.10). Which configuration will resolve the issue?

Network Topology
G0/0192.168.1.1/24R1switch

Hints

  • The DNS server returns NXDOMAIN, meaning it has no record for that hostname or IP.
  • Use the 'ip host' command to create a static DNS entry on the router.
  • For reverse lookup, the PTR record must be configured; a single 'ip host' with the IP first automatically creates a PTR entry.
A.Add a static host entry: ip host fileserver.courseiva.com 203.0.113.10
B.Change the DNS server to 203.0.113.53 using the command 'ip name-server 203.0.113.53'
C.Add a static route to 198.51.100.53 via the next-hop interface
D.Configure the router to use the DNS server at 8.8.8.8 using 'ip name-server 8.8.8.8'
AnswerA
solution
! R1
ip host fileserver.courseiva.com 203.0.113.10
ip host 203.0.113.10 fileserver.courseiva.com

Why this answer

The DNS server is reachable but does not have an A record for fileserver.courseiva.com, so NXDOMAIN is returned. The router can resolve the name locally by adding a static host entry with `ip host`. This bypasses the external DNS and directly maps the hostname to the correct IP.

Changing the DNS server to another unknown IP does not guarantee resolution, and static routes or external public DNS are irrelevant for this internal name.

Exam trap

Candidates often attempt to change the DNS server IP or troubleshoot routing, but the core issue is the absence of a DNS record. The `ip host` command provides a simple, static solution without altering external DNS infrastructure.

Why the other options are wrong

B

The current DNS server is reachable but lacks the record; simply changing the DNS server to an arbitrary IP would not guarantee resolution unless that server is known to hold the correct record, and there is no indication that 203.0.113.53 is a valid DNS server.

C

DNS resolution failure is not due to routing: the router can already reach the DNS server. Adding a static route will not fix missing DNS records.

D

The Google public DNS server likely does not have an entry for the internal hostname fileserver.courseiva.com, so this will not enable resolution.

Why candidates pick the wrong answer

B

Candidates pick this because they think the issue is with the DNS server IP, and they assume 203.0.113.53 might be a working DNS server, confusing the host IP with a DNS server address.

C

Candidates pick this because they think the router cannot reach the DNS server, even though the question states it can. They may confuse DNS resolution issues with routing problems.

D

Candidates pick this because 8.8.8.8 is a well-known DNS server, and they assume it will resolve any hostname. They overlook that the hostname is internal and not registered in public DNS.

460
MCQhard

An OSPF router learns a route with metric 20 and another OSPF route to the same destination with metric 30. The prefix length is the same. Which path is preferred?

A.The route with metric 20
B.The route with metric 30
C.Both routes are rejected because the metrics differ
D.The default route is preferred
AnswerA

OSPF uses a cost metric based on interface bandwidth, and lower cost indicates a more efficient path. When a router receives multiple OSPF routes to the same destination, it installs the route with the lowest metric into its routing table. Thus, the route with metric 20 is preferred because it offers a shorter or faster path than metric 30. This is standard OSPF path selection behavior, so the correct choice is the 20-metric route.

Why this answer

The OSPF path with metric 20 is preferred because, within the same routing protocol and for the same prefix length, the metric is used to compare candidate paths. In practical terms, the router is not comparing source trust here because both routes come from OSPF. It is comparing OSPF’s own internal path-cost values, and the lower metric wins.

This question is about separating administrative distance from metric. Since both routes come from the same protocol, metric is the deciding factor.

Exam trap

A common exam trap is confusing administrative distance with metric when comparing routes from the same protocol. Candidates might incorrectly think that a higher metric route is rejected or that administrative distance plays a role in choosing between two OSPF routes. In reality, OSPF always prefers the route with the lowest metric, and both routes remain valid candidates.

Misunderstanding this can lead to incorrect answers about route selection or route rejection, especially when multiple OSPF routes to the same prefix exist with different metrics.

Why the other options are wrong

B

This option is incorrect because a higher metric indicates a less preferred path in OSPF. The route with metric 30 is less optimal than the one with metric 20 and therefore not preferred.

C

This option is incorrect because OSPF does not reject routes simply because their metrics differ. Differing metrics are normal and help the router choose the best path rather than causing route rejection.

D

This option is incorrect because the router already has specific OSPF routes to the destination. A default route is not preferred when a more specific route with a valid metric exists.

When would these options actually be correct?

B

In a different scenario where OSPF is configured to prefer higher metrics due to specific policy routing or administrative decisions, a question might ask which route is preferred when the metrics are intentionally inverted, making 30 the preferred choice.

C

In a scenario where a question specifies that OSPF routes are only accepted if they have the same metric, and both routes have different metrics, it could state that the router rejects all routes that do not meet this criterion, making this option correct.

D

In a different scenario where the question specifies that the OSPF router has no other routes to the destination and the default route is configured, the default route would be preferred over any other routes, including those with higher metrics.

Why candidates pick the wrong answer

B

Students may mistakenly think that a higher metric indicates a more reliable or recently learned route, but OSPF uses lower metric as the primary tie-breaker for equal prefix lengths.

C

Some might confuse OSPF with protocols that require equal metrics for load balancing, but OSPF only load-balances when metrics are equal; differing metrics simply result in a single best path.

D

Students may think that a default route is always preferred as a catch-all, but specific routes always take precedence over default routes in the routing table.

461
MCQhard

A host address is 10.55.8.117/29. Which address is the network address of the subnet?

A.10.55.8.112
B.10.55.8.119
C.10.55.8.120
D.10.55.8.116
AnswerA

10.55.8.112 is the network address because the /29 prefix length equates to a 255.255.248 subnet mask, creating subnets with 8 addresses each. The host address 10.55.8.117 falls within the range 112 through 119, so the network address is the first address in that block, 10.55.8.112, with 10.55.8.119 as the broadcast address.

Why this answer

A /29 subnet has a block size of 8. In practical terms, the relevant last-octet blocks are 112-119 for this host. That means the network address is 10.55.8.112. Once you identify the correct block, the first address in the block is the network address.

This is a useful addressing-boundary question because it checks careful block calculation, not memorized guesses.

Exam trap

Be careful not to confuse the network address with the first usable host or the broadcast address.

Why the other options are wrong

B

10.55.8.119 is the broadcast address for the subnet 10.55.8.112/29, not the network address. The broadcast address is the last address in the block (112+8-1=119) and is used to send traffic to all hosts in the subnet.

C

10.55.8.120 is the network address of the next /29 subnet (120-127), not the current one. The current subnet ends at 119, so 120 belongs to a different subnet.

D

10.55.8.116 is a valid host address within the subnet 10.55.8.112/29 (usable range: 113-118). It is not the network address, which must be the first address (112).

When would these options actually be correct?

B

In a different question where the subnet mask is /29 and the host address is 10.55.8.119, asking for the broadcast address of the subnet, option B would be correct as it represents the last usable address before the broadcast address of 10.55.8.127.

C

If the question were to ask for the broadcast address of the subnet instead of the network address, 10.55.8.120 could be correct, as it is the last address in the subnet range for 10.55.8.112/29.

D

In a different question setup where the subnet mask is /28 and the host address is 10.55.8.116, option D would be the correct answer as it would then represent the network address for that subnet, which includes addresses from 10.55.8.112 to 10.55.8.127.

Why candidates pick the wrong answer

B

Students often confuse the broadcast address with the network address because both are special addresses within the subnet. The broadcast address is the highest address, while the network address is the lowest.

C

A common mistake is to assume the network address is the next multiple of 8 after the host address, but the correct network address is the multiple of 8 that is less than or equal to the host address.

D

Students may think the network address is close to the host address, such as rounding down to the nearest even number, but the correct method is to find the block boundary using the subnet mask.

462
MCQmedium

A REST API query returns this JSON snippet: { "interface": { "name": "GigabitEthernet1", "admin-status": "up", "oper-status": "down" } } What does this indicate?

A.The interface is shut down by configuration.
B.The interface is enabled but the link is not operational.
C.The interface is operating normally.
D.The interface is a loopback.
AnswerB

With the JSON output showing an administrative status of 'up' and an operational status of 'down', the interface is administratively enabled (not manually disabled) but has no working link. This typically means there is no cable connected, the remote peer is down, or the physical/media layer is faulty, so the link cannot carry traffic.

Why this answer

The interface is administratively enabled, but it is not operationally passing traffic or achieving link.

Exam trap

Be careful not to confuse 'admin-status' with 'oper-status'. They represent different states of the interface.

Why the other options are wrong

A

The admin-status is 'up', which means the interface is not administratively shut down. A shut down interface would show admin-status as 'down'.

C

An interface operating normally would have oper-status 'up'. The oper-status 'down' indicates the interface is not passing traffic, so it is not functioning normally.

D

A loopback interface is a virtual interface that is always up/up (admin up, oper up) unless administratively shut down. The JSON shows oper-status 'down', which is not typical for a loopback.

When would these options actually be correct?

A

In a different scenario where the JSON snippet indicated 'admin-status': 'down', a question could ask what the configuration state of the interface is. In that case, option A would be correct, as it would indicate the interface is administratively shut down.

C

In a different question setup where the operational status of the interface is explicitly stated as 'up', a candidate might choose this option to indicate that the interface is functioning correctly and passing traffic as expected.

D

In a different question context where the JSON snippet indicates an interface with an operational status of 'up' and is explicitly identified as a loopback interface, this option would be correct. For example, if the question asked about the characteristics of loopback interfaces, this option would apply.

Why candidates pick the wrong answer

A

Students may confuse 'oper-status: down' with an administrative shutdown, but the admin-status field clearly indicates the interface is enabled.

C

Students might see admin-status 'up' and assume the interface is working, but they must check oper-status to confirm actual operation.

D

Students may think any interface with 'up' admin-status is a loopback, but loopback interfaces are virtual and have different characteristics.

463
Multi-Selectmedium

Which THREE statements accurately describe the characteristics of NETCONF and RESTCONF for programmatic network configuration?

Select 3 answers
A.NETCONF uses HTTP methods such as GET, POST, PUT, and DELETE to manipulate configuration data.
B.NETCONF uses XML-encoded RPCs over a secure transport such as SSH or TLS.
C.RESTCONF supports both XML and JSON encoding and uses HTTP methods.
D.Both NETCONF and RESTCONF rely on YANG data models to define the structure of configuration and operational data.
E.NETCONF uses a separate commit operation to apply changes, while RESTCONF uses a similar commit mechanism.
AnswersB, C, D

NETCONF is a network management protocol that encodes all operations, such as <get>, <get-config>, and <edit-config>, as XML Remote Procedure Calls (RPCs). These RPCs are transmitted over a secure, connection-oriented transport: SSH is mandatory for NETCONF (RFC 6242), and TLS is supported as an alternative transport. This XML/RPC architecture differs fundamentally from RESTCONF's HTTP-based REST semantics.

Why this answer

NETCONF uses XML-encoded Remote Procedure Calls (RPCs) over a secure transport such as SSH or TLS, making option B correct. RESTCONF supports both XML and JSON encoding and uses standard HTTP methods (GET, POST, PUT, PATCH, DELETE), so option C is correct. Both NETCONF and RESTCONF rely on YANG data models to define the structure of configuration and operational data, confirming option D.

Option A is incorrect because NETCONF does not use HTTP methods; that is a characteristic of RESTCONF. Option E is wrong because RESTCONF does not use a separate commit operation; changes are applied immediately with each HTTP request, unlike NETCONF's candidate config and commit model.

Exam trap

Cisco often tests the misconception that NETCONF uses HTTP methods like RESTCONF, leading candidates to incorrectly select option A as a correct statement about NETCONF.

Why the other options are wrong

A

NETCONF uses XML‑encoded RPCs over SSH or TLS, not HTTP methods; HTTP methods are used by RESTCONF.

E

RESTCONF does not have a separate commit operation; changes are applied immediately with each HTTP request, unlike NETCONF's explicit commit step.

Why candidates pick the wrong answer

A

Students may confuse NETCONF with RESTCONF, assuming both use HTTP methods since both are used for network configuration. The similar-sounding names and overlapping functionality can lead to this misconception.

E

Students might assume that because both protocols use YANG models and serve similar purposes, they would share a commit mechanism. However, RESTCONF follows RESTful principles where each request is atomic and immediately applied.

464
MCQeasy

What data format is commonly used in REST API responses because it is lightweight and easy for applications to parse?

A.BGP
B.JSON
C.STP
D.ARP
AnswerB

JSON (JavaScript Object Notation) is the standard data format for REST API responses because it is lightweight, human-readable, and language-independent. Its key-value structure maps directly to objects in most programming languages, making it trivial to parse and generate. Unlike XML, JSON has a compact syntax with minimal overhead, which reduces bandwidth and latency in HTTP transactions. This practical interoperability is why RESTful APIs overwhelmingly default to JSON for serializing payloads.

Why this answer

JSON is widely used in REST APIs for structured data exchange.

Exam trap

Avoid assuming older or more traditional formats like XML or CSV are used in modern REST APIs; JSON is the standard.

Why the other options are wrong

A

BGP (Border Gateway Protocol) is a path-vector routing protocol used to exchange routing information between autonomous systems, not a data serialization format. It is unrelated to REST API data formatting.

C

STP (Spanning Tree Protocol) is a Layer 2 protocol that prevents loops in Ethernet networks, not a data format for APIs. It operates at the data link layer and has no role in REST API responses.

D

ARP (Address Resolution Protocol) is used to map IP addresses to MAC addresses in local networks, not a data serialization format. It is a network layer protocol, not an API data format.

When would these options actually be correct?

A

If the question were to ask about networking protocols used for routing data between networks, BGP would be the correct answer. For example, a question might state, 'Which protocol is essential for inter-domain routing on the internet?'

C

If the exam question asked about protocols used in network communications that ensure loop-free topologies in switched networks, then STP would be the correct answer. For example, a question might ask which protocol is crucial for maintaining network stability in a Layer 2 Ethernet environment.

D

If the exam question asked about protocols used for network communication and their roles in data transmission, ARP could be the correct answer when discussing how devices resolve IP addresses to MAC addresses on a local network.

Why candidates pick the wrong answer

A

Students might confuse the acronym BGP with JSON due to both being associated with networking, but BGP is a protocol, not a data format.

C

The acronym STP might be mistaken for a data format because it is a common networking term, but it is unrelated to API data representation.

D

ARP is a well-known networking protocol, and students might incorrectly think it could be used for data exchange in APIs due to its role in network communication.

465
MCQhard

A network administrator has configured 802.1X port-based authentication on a Cisco IOS-XE switch for a new access port connected to a user workstation. The workstation is failing to gain network access. The switch port is in the 'authorized' state, but the workstation cannot ping the default gateway. The administrator checks the running configuration and the authentication session details. What is the most likely cause of the issue?

A.The RADIUS server has not been configured with the correct shared secret, causing authentication to fail silently.
B.The RADIUS server returned a VLAN ID that placed the port in a VLAN lacking connectivity to the default gateway, such as a VLAN without an SVI or incorrect subnet assignment.
C.The switch port is in 'err-disabled' state due to a port-security violation, preventing any traffic.
D.The workstation's supplicant is not configured with the correct EAP method, causing the authentication to use the guest VLAN instead.
AnswerB

After successful 802.1X authentication, the switch can dynamically assign the port to a VLAN specified in the RADIUS Access-Accept message. If that VLAN exists but is not the correct user VLAN—for example, a dead-end VLAN or a VLAN where the default gateway IP is not configured or reachable—the device will appear authorized but will be unable to reach the gateway, exactly matching the symptoms.

Why this answer

The switch port is in the 'authorized' state, indicating that 802.1X authentication succeeded and the RADIUS server sent an Access-Accept. However, the workstation cannot ping the default gateway, pointing to a connectivity issue after authentication. The most likely cause is that the RADIUS server returned a VLAN assignment (via the Tunnel-Private-Group-ID attribute) that placed the port in a VLAN that is not the intended one, such as a management VLAN without a gateway, or a VLAN missing a routed SVI, leaving the workstation isolated despite successful authentication.

Exam trap

Cisco often tests the distinction between authentication success (port state 'authorized') and network connectivity success (correct VLAN assignment), tricking candidates into focusing on authentication failures when the real issue is a post-authentication VLAN misconfiguration.

Why the other options are wrong

A

The show authentication sessions output indicates 'Authz Success', meaning authentication and authorization succeeded. A shared secret mismatch would cause authentication failure, not a successful authorization.

C

The show command output clearly shows the port status as 'AUTHORIZED' and 'Authz Success'. There is no indication of err-disable. Port-security violations would show a different status, such as 'err-disabled' or 'security-violation'.

D

The output shows 'authVlan = 100' and the session is authorized with 'method = dot1x' and 'status = AUTHORIZED'. This indicates the supplicant successfully authenticated and was placed in the auth VLAN, not the guest VLAN. If the supplicant had failed, the port would be in the guest VLAN.

Why candidates pick the wrong answer

A

Students often confuse shared secret issues with other RADIUS configuration problems, but the authentication success message rules this out.

C

Port security violations are a common cause of connectivity issues, and students may assume any access problem is due to err-disable without checking the port status.

D

Students may think that EAP method mismatch leads to guest VLAN usage, but the authorization success shows the supplicant authenticated correctly.

466
MCQhard

An engineer is allowed to log in to a router but cannot enter configuration mode. Which AAA function most directly explains that outcome?

A.Authorization
B.Authentication
C.Accounting
D.DNS
AnswerA

Authorization is the AAA component that determines what an authenticated user is permitted to do, including which commands they may execute and whether they can enter privileged EXEC or global configuration modes. In this scenario, authentication already succeeded because the user logged in, but the router's authorization policy restricts this user to lower privilege levels, preventing configuration access. Thus, the correct answer is authorization.

Why this answer

Authorization most directly explains the outcome. In practical terms, the user has already passed authentication because login succeeded, but the permissions assigned to that identity do not allow configuration-level actions. This is exactly the sort of role separation authorization is meant to enforce.

This is a good example of why authentication and authorization are not the same thing.

Exam trap

A common exam trap is assuming that authentication alone controls all user permissions after login. Candidates often confuse authentication with authorization, thinking that successful login means full access. However, authentication only verifies identity, while authorization determines what commands or modes the user can access.

This confusion leads to incorrect answers, especially when a user can log in but cannot enter configuration mode. Remember, authorization is the AAA function that restricts user capabilities after authentication succeeds.

Why the other options are wrong

B

Authentication is incorrect because it only verifies the user's identity to allow login; it does not control what commands or modes the user can access after login.

C

Accounting is incorrect because it only records user activity and command usage for auditing purposes and does not influence login permissions or command access.

D

DNS is incorrect because it is related to name resolution and does not control user authentication, authorization, or command permissions on network devices.

When would these options actually be correct?

B

If the question asked about a scenario where an engineer is unable to log in at all due to incorrect credentials or failed identity verification, then authentication would be the correct answer, as it directly pertains to the login process.

C

If the question asked about monitoring user actions and logging their activities on the router, then accounting would be the correct answer. For example, a question might state that a user can log in and perform actions, but their activities are being recorded for auditing purposes.

D

If the question were about a scenario where a router's DNS settings were misconfigured, leading to failures in resolving hostnames, the correct answer could be DNS. For example, if the question asked why a router cannot reach external servers due to DNS issues, option D would be appropriate.

Why candidates pick the wrong answer

B

Students often confuse authentication and authorization because both are part of AAA and involve user access. They may think that if a user cannot perform certain actions, it must be an authentication failure, but authentication only checks identity, not permissions.

C

Accounting is the least understood AAA component. A test-taker might think that if an action is not allowed, it might be because it is not being accounted for, but accounting has no role in access control.

D

DNS is a common networking term, and a student with limited AAA knowledge might guess it as a distractor, especially if they recall that DNS is used for network services. However, it is completely irrelevant to AAA functions.

467
Multi-Selectmedium

Which TWO statements correctly describe the configuration and verification of OSPFv3 for IPv6?

Select 2 answers
A.OSPFv3 uses link-local IPv6 addresses to form neighbor adjacencies.
B.OSPFv3 uses global unicast IPv6 addresses to form neighbor adjacencies.
C.OSPFv3 is automatically enabled on all IPv6-enabled interfaces when the routing process is configured.
D.The 'show ospfv3 neighbor' command displays neighbor state, neighbor ID, and interface information.
E.The 'show ospfv3 neighbor' command displays the IPv6 address of the neighbor's interface as the neighbor ID.
AnswersA, D

When an OSPFv3 router sends Hello packets, it uses the IPv6 link-local address assigned to the outgoing interface as the source, and similarly for Database Description and other OSPFv3 packets. Because link-local addresses (FE80::/10) are valid only on the local segment and cannot be routed, they guarantee that OSPFv3 control traffic stays on that link. This design allows an adjacency to form even if the interface has no global IPv6 address configured.

Why this answer

OSPFv3 for IPv6 uses link-local IPv6 addresses (FE80::/10) to form neighbor adjacencies, not global unicast addresses (so B is incorrect). OSPFv3 does not automatically enable on all IPv6 interfaces; each interface must be explicitly configured under the OSPFv3 process using the 'ipv6 ospf' command (so C is incorrect). The 'show ospfv3 neighbor' command displays the neighbor's Router ID (a 32-bit value), not the IPv6 address of the neighbor's interface (so E is incorrect).

Correct options A and D accurately describe OSPFv3 neighbor formation using link-local addresses and the information shown by the 'show ospfv3 neighbor' command, which includes neighbor state, neighbor ID, and interface.

Exam trap

Cisco often tests the misconception that OSPFv3 behaves like OSPFv2 by using global unicast addresses for neighbor formation, or that enabling the OSPFv3 process automatically activates it on all interfaces, when in fact each interface must be explicitly enabled under the OSPFv3 process.

Why the other options are wrong

B

OSPFv3 uses link-local addresses, not global unicast addresses, for neighbor formation.

C

OSPFv3 requires explicit interface configuration under the routing process; it is not automatically enabled.

E

The neighbor ID shown is the Router ID, not the IPv6 address of the neighbor's interface.

Why candidates pick the wrong answer

B

Students may confuse OSPFv3 with OSPFv2, which uses IPv4 addresses for neighbor formation, or mistakenly think that global addresses are required for routing protocol communication.

C

Some routing protocols like RIPng are automatically enabled on all interfaces, leading students to incorrectly assume OSPFv3 behaves similarly.

E

Students may assume that because OSPFv3 is for IPv6, the neighbor ID would be an IPv6 address, but OSPFv3 retains the concept of a 32-bit router ID for identification.

468
MCQhard

In a network running STP, SW2 became the root bridge for VLAN 10. Both SW1 and SW2 have the same bridge priority. Why did SW2 become the root?

A.Because SW2 has the lower bridge ID due to the lower MAC address.
B.Because SW2 has the higher VLAN number configured.
C.Because SW2 has more trunk ports than SW1.
D.Because SW2 has the highest bridge priority.
AnswerA

In STP, each switch's bridge ID is composed of a configurable priority (default 32768) and its MAC address, concatenated to form a unique identifier. When SW1 and SW2 have equal bridge priority, the election breaks the tie by comparing the MAC portion, and the numerically lower MAC address wins. Since SW2's MAC is lower, its bridge ID is lower, making it the root bridge for the VLAN.

Why this answer

SW2 became the root bridge because its bridge ID is lower. In practical terms, spanning tree elects the root bridge by comparing bridge IDs, which are based on priority plus MAC address. The device with the lowest bridge ID wins. In the exhibit, both switches use the same priority, so the tie is broken by the lower MAC address.

This is a classic STP interpretation question. Many learners focus only on priority, but if priorities match, the MAC address becomes decisive.

Exam trap

Remember, in STP, lower values are preferred. If priorities match, the MAC address decides the root bridge.

Why the other options are wrong

B

The VLAN number is not a factor in the STP root bridge election. The election is based solely on bridge ID, which consists of bridge priority and MAC address.

C

The number of trunk ports does not affect the root bridge election. STP uses bridge ID (priority and MAC address) to determine the root bridge, not port count or type.

D

The root bridge is elected based on the lowest bridge ID, not the highest. A higher bridge priority (numerically larger) makes a switch less likely to become root.

When would these options actually be correct?

B

In a different question setup where the context involves selecting a root bridge based solely on VLAN configuration, such as asking which switch would be preferred if all other factors were equal and only VLAN numbers were considered, this option could be correct.

C

In a different question setup, if the question asked why a switch with the most trunk ports would be preferred for forwarding traffic in a network, then this option could be correct. For example, if the question focused on optimizing traffic flow and redundancy in a network design scenario, the switch with more trunk ports might be favored.

D

In a different question context where the bridge priority is the only factor being considered, and SW2's bridge priority is indeed higher than that of other switches, this option would be correct. For example, if the question asked which switch would become the root bridge if all other factors were equal but bridge priority was higher for SW2.

Why candidates pick the wrong answer

B

Students might confuse VLAN numbering with bridge priority or think that higher VLAN numbers have some influence, but STP operates per VLAN with independent elections.

C

Some might think that more trunk ports indicate a more central switch, but STP does not consider port count in the election process.

D

Students may mistakenly think 'highest' means best, but in STP, lower values are preferred for both priority and MAC address.

469
MCQhard

A router pair is directly connected, but they do not become OSPF neighbors. IP addressing and area assignment are correct. What is the most likely cause?

A.OSPF network type mismatch on the connected interfaces
B.Duplicate default routes on both routers
C.Missing VLAN trunking on the link
D.The OSPF process IDs are required to match
AnswerA

One side configured as point-to-point expects no DR/BDR election and often uses a different hello/dead interval, while the other side as broadcast conducts DR/BDR elections and relies on matching timers. This mismatch prevents the routers from reaching the two-way state, so they never form a stable adjacency even though the link is physically up.

Why this answer

OSPF network type mismatch is a frequent reason for adjacency failure when basic IP and area settings are correct. If one side is configured as broadcast and the other as point-to-point, the hello timers, neighbor discovery behavior, and designated router election rules diverge, preventing neighbor formation. Unlike process IDs (which are locally significant), a mismatch in network type directly affects how OSPF hellos are processed.

This is a well-known L2/L3 misconfiguration that must be checked alongside router‑ID and authentication parameters.

Exam trap

A common exam trap is assuming that OSPF process IDs must match on both routers to form neighbors. Many candidates mistakenly believe process IDs are globally significant, but they are only locally important identifiers. Another tempting mistake is blaming IP addressing or area mismatches without checking the OSPF network type.

Since network type controls how OSPF hellos are sent and received, a mismatch between broadcast and point-to-point types can silently block adjacency formation even when IP and area configurations appear correct. This subtlety often leads to confusion during troubleshooting and exam scenarios.

Why the other options are wrong

B

Incorrect because duplicate default routes affect routing decisions but do not impact the OSPF neighbor formation process, which depends on hello packets and network type compatibility.

C

Incorrect since VLAN trunking applies to Layer 2 switch ports, not routed interfaces running OSPF. The problem described involves OSPF adjacency, not VLAN or trunk configuration.

D

Incorrect because OSPF process IDs are locally significant identifiers and do not need to match between routers for neighbor relationships to form. This does not cause adjacency failure.

When would these options actually be correct?

B

In a different scenario where the question involves troubleshooting routing issues in a network with multiple routing protocols, and the presence of duplicate default routes is explicitly stated as causing routing conflicts, this option would be correct.

C

In a scenario where the question specifies that OSPF is being used over a trunk link between two switches, and the interfaces are configured as access ports instead of trunk ports, this option would be correct. The lack of trunking would prevent OSPF from seeing the necessary subnets to form neighbors.

D

In a different scenario where the question specifies that two routers are configured with different OSPF process IDs and are unable to establish adjacency, this option would be correct. For example, if the question indicates that both routers are configured with different OSPF process IDs but are intended to be in the same OSPF area, then this would be the cause of the issue.

Why candidates pick the wrong answer

B

Students might confuse routing issues with neighbor formation, thinking that duplicate routes could cause instability that prevents adjacency. However, OSPF neighbor formation is independent of the routes being advertised.

C

Test-takers might assume that any link between routers needs trunking if they are familiar with switch configurations, but OSPF neighbor formation over routed interfaces does not involve VLANs.

D

Many students mistakenly believe that OSPF process IDs must match because they are used to configure OSPF, but they are only used to identify the OSPF process on the local router.

470
Drag & Dropmedium

Drag and drop the following steps into the correct order to configure a Cisco IOS-XE router as a DHCP server for a VLAN 10 subnet and enable DHCP relay for a remote client on VLAN 20.

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 is to globally exclude IP addresses first, preventing the DHCP server from assigning reserved addresses. Then define the DHCP pool for VLAN 10 with network parameters, enable DHCP relay on the VLAN 20 interface so it forwards requests to the server, and finally verify the service is functioning. Options that place relay before pool or exclusions after pool misorder these essential configuration steps and deviate from recommended practice.

Exam trap

Many learners mistakenly think DHCP relay must be enabled before pool creation or that exclusions are a sub‑mode command inside the pool; in fact, exclusions are configured globally and should be defined before the pool to avoid accidental assignment of excluded IPs.

Why candidates pick the wrong answer

B

Candidates might think relay must be configured first to forward requests to the server, but the server must be ready to respond.

C

Candidates might think exclusions are a global step that can be done independently, but they are tied to the pool.

D

Candidates might think relay can be enabled immediately after pool creation, but exclusions are still part of the server setup.

471
MCQeasy

Which HTTP method is commonly used to retrieve information from a REST API without modifying the resource?

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

The GET method is designed to retrieve a representation of a specified resource — it is safe, meaning it never changes server state, and idempotent, so multiple identical requests produce the same result. In RESTful APIs, GET is the standard operation for querying or fetching information, and it typically carries no request body, with all parameters in the URL query string.

Why this answer

GET is the standard HTTP method for retrieving a resource representation without changing the resource.

Exam trap

Do not confuse retrieval with modification. GET retrieves data without altering the resource, unlike POST, PUT, or DELETE.

Why the other options are wrong

A

POST is used to create a new resource or submit data to be processed, which often results in a change in server state. It is not idempotent and is not designed for retrieval without modification.

C

PUT is used to update or replace an existing resource, which modifies the resource. It is not a safe or idempotent method for retrieval without side effects.

D

DELETE is used to remove a resource, not retrieve it. Using DELETE would modify the resource by deleting it, which contradicts the requirement of not modifying the resource.

When would these options actually be correct?

A

If the question were to ask which HTTP method is commonly used to send data to a REST API for creating a new resource, then POST would be the correct answer. This would align with the intended use of the method.

C

In a scenario where the question asks which HTTP method is used to update a resource on a REST API, the correct answer would be PUT. For example, 'Which HTTP method would you use to update the details of a user profile in a REST API?' would make PUT the right choice.

D

In a different exam scenario, a question might ask which HTTP method is used to remove a resource from a REST API, with options including POST, GET, PUT, and DELETE. In this case, DELETE would be the correct answer.

Why candidates pick the wrong answer

A

POST is a common HTTP method, and students might think it can be used to retrieve data because it can send data to the server, but the primary purpose is creation or submission, not safe retrieval.

C

PUT is often associated with updating resources, and students might mistakenly believe it can retrieve data because it targets a specific resource URI, but its operation is modification, not retrieval.

D

Students might confuse DELETE with a method that retrieves information because both involve accessing a resource, but DELETE's purpose is removal, not retrieval.

472
Drag & Dropmedium

Drag and drop the following IOS-XE CLI commands into the correct order to configure AAA with a RADIUS server and then enable 802.1X port authentication on an interface.

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

AAA configuration must precede 802.1X. The correct order is: first enable AAA globally with 'aaa new-model', then define the RADIUS server with 'radius server RADIUS-SERVER', then globally enable 802.1X with 'dot1x system-auth-control', and finally on the interface set authentication port-control with 'authentication port-control auto'.

Exam trap

Do not confuse the order of global AAA enablement and RADIUS server definition. AAA must be enabled first. Also, remember that global 802.1X enablement comes before interface-specific commands.

473
PBQhard

You are connected to SW1 via the console. SW1 is a Layer 2 switch connected to a PC on port G0/1. The network administrator wants to secure the port by allowing only two MAC addresses and enabling sticky MAC learning. Additionally, if a violation occurs, the port should be put into error-disabled state. Configure port security on G0/1 with maximum MAC addresses of 2, sticky learning, and shutdown violation mode.

Network Topology
G0/1SW1PC

Hints

  • Port security must first be enabled with switchport port-security.
  • Sticky MAC dynamically learns and saves MAC addresses to running-config.
A.SW1(config-if)# switchport port-security SW1(config-if)# switchport port-security maximum 2 SW1(config-if)# switchport port-security mac-address sticky SW1(config-if)# switchport port-security violation shutdown
B.SW1(config-if)# switchport port-security SW1(config-if)# switchport port-security maximum 2 SW1(config-if)# switchport port-security mac-address sticky SW1(config-if)# switchport port-security violation restrict
C.SW1(config-if)# switchport port-security SW1(config-if)# switchport port-security maximum 2 SW1(config-if)# switchport port-security mac-address sticky SW1(config-if)# switchport port-security violation protect
D.SW1(config-if)# switchport port-security SW1(config-if)# switchport port-security maximum 2 SW1(config-if)# switchport port-security mac-address 0000.1111.2222 SW1(config-if)# switchport port-security violation shutdown
AnswerA
solution
! SW1
interface GigabitEthernet0/1
switchport port-security
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport port-security violation shutdown

Why this answer

Port security restricts access based on MAC addresses. The first command, `switchport port-security`, enables port security on the interface. With sticky, learned MACs are saved to the running config; `shutdown` violation mode places the port in error-disable state, requiring manual recovery.

Option A includes all required commands in the correct order. Option B uses `restrict`, which drops traffic but does not errdisable. Option C uses `protect`, which drops silently without logging.

Option D manually configures a specific MAC instead of enabling sticky learning, so it does not meet the requirement for sticky.

Exam trap

Do not confuse the three violation modes: shutdown (error-disable), restrict (drop + log), and protect (drop silently). Also, remember that sticky MAC learning is enabled with the 'mac-address sticky' command, not by manually configuring a MAC address.

Why the other options are wrong

B

The violation mode 'restrict' does not place the port in error-disabled state; it only drops traffic from unauthorized MACs and increments a counter.

C

The 'protect' mode drops violating frames but does not disable the port or generate syslog messages; it is the least restrictive violation mode.

D

The command 'switchport port-security mac-address' manually assigns a MAC address, whereas 'switchport port-security mac-address sticky' enables dynamic learning and storage of MAC addresses.

Why candidates pick the wrong answer

B

Candidates may confuse 'restrict' with 'shutdown' because both are violation actions, but only 'shutdown' disables the port.

C

Candidates might think 'protect' is a safe option because it prevents unauthorized access, but it does not meet the requirement of error-disabling the port.

D

Candidates may think that manually configuring a MAC address is equivalent to sticky learning, but sticky learning is a dynamic process that automatically adds MACs as they are seen.

474
PBQhard

You are connected to R1 via console. R1 must reach the remote loopback 2001:db8:1::1/128 on R3 via R2 (2001:db8:0:2::2/64). Currently, IPv6 ping fails. Additionally, configure a floating static default route via R2 (198.51.100.2/30) with an appropriate AD so that it only becomes active if a dynamic default route (with default AD 1) is absent. Identify and fix the recursive routing failure, correct the next-hop, set the correct AD, and ensure the default route is present.

Network Topology
G0/12001:db8:0:2::1/64G0/12001:db8:0:2::2/64G0/12001:db8:0:2::2/64R2R1R3

Hints

  • Check if the next-hop address is directly connected; use show ipv6 route to see if a recursive route exists.
  • The default AD for a static route is 1; for a floating static route to back up a dynamic protocol, use a higher AD (e.g., 254).
  • Use the exit interface in the static route to avoid recursive lookup failure.
A.Change the IPv6 static route to '2001:db8:1::1/128 GigabitEthernet0/1 2001:db8:0:2::2' and set the floating default route's AD to 254.
B.Change the IPv6 static route to '2001:db8:1::1/128 2001:db8:0:2::1' and set the floating default route's AD to 1.
C.Change the IPv6 static route to '2001:db8:1::1/128 GigabitEthernet0/1 2001:db8:0:2::2' and set the floating default route's AD to 1.
D.Change the IPv6 static route to '2001:db8:1::1/128 2001:db8:0:2::2' and set the floating default route's AD to 254.
AnswerA, D
solution
! R1
no ipv6 route 2001:db8:1::1/128 2001:db8:0:2::1
ipv6 route 2001:db8:1::1/128 GigabitEthernet0/1 2001:db8:0:2::2
no ip route 0.0.0.0 0.0.0.0 198.51.100.2 1
ip route 0.0.0.0 0.0.0.0 198.51.100.2 254

Why this answer

The original IPv6 static route uses the next-hop 2001:db8:0:2::1, which is R1's own G0/1 address, causing a routing loop. Correct the route by specifying a directly connected remote next-hop (2001:db8:0:2::2) either with or without the exit interface. Set the floating static default route with an AD higher than the dynamic route's default AD (e.g., 254) so it becomes a backup.

Option A (exit interface + next-hop) and Option D (next-hop only) both achieve this; Options B and C fail due to wrong next-hop or AD.

Exam trap

Be careful: using the router's own IP as a next-hop creates a forwarding loop, not a reachability failure. For a floating static route, the AD must be higher than the active route's AD to act as a backup.

Why the other options are wrong

B

The next-hop is R1's own address (loop) and AD 1 makes the route equally preferred to dynamic routes, defeating the floating purpose.

C

AD 1 makes the route equally preferred, not a floating backup.

Why candidates pick the wrong answer

B

Candidates may think that any IPv6 address can be used as a next-hop without considering direct connectivity, and they may mistakenly believe that AD 1 is appropriate for a floating route because it is the default for static routes.

C

Candidates may think that AD 1 is the default for static routes and assume it is correct for a floating route, not realizing that a floating route must have a higher AD to serve as a backup.

475
Multi-Selecteasy

A support engineer is explaining why a host uses ARP before sending a frame on an Ethernet LAN. Which two statements are correct?

Select 2 answers
A.ARP resolves an IPv4 address to a MAC address
B.A host may ARP for its default gateway when sending to a remote network
C.ARP is used to discover the remote router's OSPF router ID
D.ARP replaces DNS for hostname resolution
AnswersA, B

ARP's core function is to dynamically discover the hardware (MAC) address associated with a given IPv4 address when a host must deliver a frame on the same Layer 2 segment. The host broadcasts an ARP request containing the target IPv4 address; the node that owns that address replies with its MAC address, which is then stored in the ARP cache. Without this mapping, the host cannot construct the Ethernet frame header with the correct destination MAC, making ARP a prerequisite for IPv4 communication over most LAN technologies.

Why this answer

On Ethernet, the sender needs a destination MAC address. For remote destinations, that usually means ARPing for the default gateway's MAC.

Exam trap

A frequent exam trap is selecting options that confuse ARP with DNS or routing protocol functions. For example, some may incorrectly believe ARP resolves hostnames like DNS or discovers OSPF router IDs. These misunderstandings arise because ARP and DNS both involve address resolution, but ARP only maps IPv4 addresses to MAC addresses on the local LAN, while DNS maps hostnames to IP addresses.

Similarly, ARP does not interact with routing protocols like OSPF. Misinterpreting ARP’s role leads to incorrect answers and can cost points on the CCNA exam.

Why the other options are wrong

C

Incorrect because ARP does not discover routing protocol identifiers like OSPF router IDs; these are unrelated to Layer 2 address resolution.

D

Incorrect because ARP does not replace DNS; DNS resolves hostnames to IP addresses, whereas ARP resolves IP addresses to MAC addresses.

When would these options actually be correct?

C

In a question about OSPF neighbor discovery on a point-to-point link, an option stating 'OSPF uses hello packets to discover neighbor router IDs' would be correct. Alternatively, if the question asked about discovering a router's OSPF router ID, the correct answer would involve show commands or OSPF processes, not ARP.

D

In a question about protocols that map hostnames to IP addresses, an option stating 'DNS replaces the need for hosts file entries' would be correct, but ARP is not involved in hostname resolution.

Why candidates pick the wrong answer

C

Candidates may confuse ARP's role in discovering MAC addresses with other discovery protocols, or mistakenly think ARP is involved in OSPF operations because both operate at Layer 2/3 boundaries.

D

Candidates may confuse ARP with DNS because both involve address resolution (IP to MAC vs. hostname to IP), leading to the mistaken belief that ARP can substitute for DNS.

476
Multi-Selectmedium

Which three of the following are characteristics of Layer 2 Ethernet switches that improve network performance? (Choose three.)

Select 3 answers
.They create separate collision domains per port.
.They forward frames based on the destination MAC address.
.They reduce the number of broadcast domains.
.They can perform cut-through switching to reduce latency.
.They use IP addresses to make forwarding decisions.
.They automatically block all unknown unicast frames.

Why this answer

Layer 2 Ethernet switches improve network performance by creating separate collision domains per port, eliminating collisions between devices on different ports. They forward frames based on the destination MAC address, enabling efficient hardware-based switching. Cut-through switching reduces latency by starting to forward as soon as the destination MAC address is read.

The other options are incorrect: switches do not reduce broadcast domains (broadcasts are forwarded to all ports in the same VLAN unless a router or VLAN segmentation is used); switches operate at Layer 2 using MAC addresses, not IP addresses; and unknown unicast frames are flooded out all ports except the incoming port, not automatically blocked, to ensure connectivity if the destination is unknown.

Exam trap

Cisco often tests the distinction between collision domains and broadcast domains, where candidates mistakenly think switches reduce broadcast domains, but switches only segment collision domains while broadcast domains are controlled by VLANs or routers.

477
MCQhard

A network engineer has enabled DHCP snooping on a Catalyst switch to prevent rogue DHCP servers. All access ports in VLAN 10 are untrusted. A router attached to a trunk port on the switch acts as the default gateway for VLAN 10 and is configured with the ip helper-address 10.1.2.5, which points to a remote DHCP server. After enabling DHCP snooping, hosts in VLAN 10 cannot obtain IP addresses; packet captures show DHCPDISCOVER messages are sent, but no DHCPOFFER is received. What is the most likely cause?

A.The router's ip helper-address command is pointing to an incorrect DHCP server IP address.
B.The switch port connecting to the router is not configured as a trusted port for DHCP snooping.
C.The DHCP server is on a different subnet, so the switch needs a switched virtual interface (SVI) in VLAN 10 with an IP address for Layer 3 connectivity.
D.DHCP snooping is dropping DHCPDISCOVER messages because the client access ports are untrusted.
AnswerB

DHCP snooping trusts only designated ports to forward DHCP server messages. Since the router relays the DHCPOFFER onto the trunk port, an untrusted port will cause the switch to discard the offer, resulting in DHCP failure.

Why this answer

DHCP snooping treats all ports as untrusted by default. When a router acting as a DHCP relay is connected to an untrusted trunk port, the switch drops DHCPOFFER messages received from the router because they originate from an untrusted interface. Configuring the trunk port as trusted allows DHCP server responses (OFFER, ACK) to pass through to clients.

Exam trap

Cisco often tests the distinction that DHCP snooping blocks DHCP server messages (OFFER/ACK/NAK) on untrusted ports, not client messages (DISCOVER/REQUEST), leading candidates to incorrectly assume client messages are dropped.

Why the other options are wrong

A

This distractor exploits the common tendency to blame the helper address configuration first, overlooking the security feature that silently drops the returning DHCPOFFER.

C

This plays on the misconception that a switch requires an IP address on the client VLAN to facilitate DHCP, when in fact the router acting as the relay agent provides Layer 3 connectivity.

D

This misinterprets DHCP snooping behavior: it assumes all DHCP traffic is filtered on untrusted ports, overlooking the critical distinction that only server-side messages are blocked, not client requests.

478
MCQmedium

A user reports that their desk port stopped working immediately after they connected a small switch. The interface shows err-disabled, and the log mentions BPDU Guard. What most likely happened?

A.The port received a BPDU and BPDU Guard shut it down.
B.DHCP snooping blocked the user's ARP requests.
C.Port security moved the port to protect mode.
D.The trunk native VLAN matched incorrectly.
AnswerA

BPDU Guard on a PortFast-enabled edge port immediately err-disables the interface upon receiving any BPDU, typically from an unauthorized switch. This matches the symptom of a desk port stopping right after connection, and the log would explicitly show 'bpduguard error detected' putting the port in err-disable state.

Why this answer

BPDU Guard is commonly enabled on PortFast access ports to protect the topology. If the port receives a BPDU, the switch assumes another switch may have been connected and places the port into err-disabled state. That is exactly the protective behavior you want at the edge.

Exam trap

A frequent exam trap is mistaking BPDU Guard triggers for issues caused by DHCP snooping or port security. Candidates may incorrectly assume that DHCP snooping blocking ARP or port security violations cause the err-disabled state when the log explicitly mentions BPDU Guard. Another pitfall is confusing native VLAN mismatches on trunks as the cause, but these do not generate BPDU Guard errors.

The key is to recognize that BPDU Guard specifically responds to receiving BPDUs on PortFast-enabled ports, which signals an unexpected switch connection and leads to err-disable. Misreading the log or symptoms can lead to selecting incorrect answers that do not align with BPDU Guard’s function.

Why the other options are wrong

B

Incorrect. DHCP snooping blocks unauthorized DHCP messages but does not cause BPDU Guard to err-disable a port. The log specifically mentions BPDU Guard, so DHCP snooping is unrelated here.

C

Incorrect. Port security violations cause err-disable states but are triggered by MAC address violations, not by receiving BPDUs. The log message points to BPDU Guard, not port security.

D

Incorrect. A trunk native VLAN mismatch causes VLAN tagging issues but does not trigger BPDU Guard or err-disable a port due to BPDU reception. This option does not explain the BPDU Guard log message.

When would these options actually be correct?

B

In a scenario where a user connects a device that sends DHCP requests and the switch is configured with DHCP snooping, a question could ask about the impact of DHCP snooping on ARP requests. If the switch detects invalid ARP requests from a rogue device, it could block those requests, making this option correct.

C

If the question described a scenario where a switch port was configured with port security and a device connected had a MAC address not previously seen, resulting in a violation, then port security could indeed place the port in protect mode. This would be a valid context for option C to be correct.

D

In a different question setup, if a user reports that a trunk port is not passing traffic and the logs indicate a native VLAN mismatch, then this option would be correct. The question would need to focus on trunk configurations and VLAN settings to validate this scenario.

Why candidates pick the wrong answer

B

Students might confuse DHCP snooping with BPDU Guard because both are security features that can block traffic. However, DHCP snooping operates at Layer 2/3 for DHCP messages, while BPDU Guard specifically handles BPDUs and err-disables the port.

C

Port security and BPDU Guard are both common access port security features. A student might think that connecting a switch triggers port security due to multiple MAC addresses, but the log explicitly points to BPDU Guard, making this incorrect.

D

Students might associate VLAN mismatches with spanning-tree issues, but BPDU Guard is a separate mechanism. The scenario describes a desk port (access port) and a small switch, which is more likely to trigger BPDU Guard than a native VLAN mismatch.

479
Multi-Selectmedium

Which three options best describe how machine learning models are trained for network anomaly detection? (Choose three.)

Select 3 answers
.Using historical baseline traffic data to learn normal behavior patterns
.Labeling datasets with known attack signatures for supervised learning
.Applying unsupervised clustering to identify deviations without predefined labels
.Requiring manual threshold configuration for every monitored metric
.Training exclusively on synthetic data generated by simulation tools
.Relying solely on SNMP polling intervals to detect anomalies

Why this answer

Machine learning models for network anomaly detection are effectively trained using historical baseline traffic data to learn normal behavior patterns, which allows the model to identify deviations that may indicate anomalies. Labeled datasets with known attack signatures enable supervised learning, where the model learns to classify traffic as normal or malicious based on examples. Unsupervised clustering techniques, such as k-means or DBSCAN, can identify deviations without predefined labels by grouping similar data points and flagging outliers as potential anomalies.

The three incorrect options—manual threshold configuration, training exclusively on synthetic data, and reliance on SNMP polling—are not characteristic of ML training methods. Manual threshold configuration is a rule‑based approach that does not involve learning from data. Training exclusively on synthetic data is not representative of real‑world traffic patterns and would not generalize well.

Relying solely on SNMP polling intervals is a traditional monitoring method, not a machine learning technique.

Exam trap

Cisco often tests the distinction between traditional rule-based monitoring (e.g., SNMP thresholds) and machine learning approaches, expecting candidates to recognize that ML models learn patterns automatically rather than relying on static thresholds or synthetic-only data.

480
MCQmedium

Which protocol is most directly responsible for keeping device clocks synchronized across a network?

A.NTP
B.TFTP
C.DHCP
D.CDP
AnswerA

NTP (Network Time Protocol) is the correct answer because it is the industry-standard protocol designed specifically to synchronize device clocks across a network. It uses a hierarchical stratum system to distribute accurate time from authoritative time sources, typically over UDP port 123, ensuring consistent timestamps for syslogs, authentication, and network troubleshooting. Without NTP, event logs and monitoring data from different devices cannot be reliably correlated.

Why this answer

The correct protocol is NTP. In plain language, NTP helps devices agree on the current time so that logs, authentication events, monitoring data, and troubleshooting records line up accurately. Without consistent time, a network team may see events from multiple devices but be unable to reconstruct the actual sequence correctly.

This matters more than many people realize because accurate time underpins many operational workflows. Syslog messages, security events, and monitoring alerts become much easier to trust when devices are synchronized. DHCP, TFTP, and CDP are useful for other purposes, but they do not exist to align device clocks. NTP is the protocol specifically associated with time synchronization.

Exam trap

A frequent exam trap is selecting DHCP, TFTP, or CDP as the protocol responsible for clock synchronization. DHCP is often confused because it deals with network configuration, but it does not synchronize time. TFTP might seem relevant due to its role in transferring files like configurations, but it has no time-related function.

CDP is a Cisco proprietary protocol for device discovery and neighbor information exchange, not for time services. Candidates must recognize that only NTP is designed specifically to keep device clocks synchronized across a network, which is critical for accurate logging and event correlation.

Why the other options are wrong

B

TFTP is incorrect because it is a simple file transfer protocol used for tasks like configuration file transfers, not for synchronizing device clocks.

C

DHCP is incorrect because it provides IP addressing and network configuration to clients but does not handle time synchronization between devices.

D

CDP is incorrect because it is a Cisco proprietary protocol for device discovery and neighbor information exchange, not for clock synchronization.

When would these options actually be correct?

B

If the question were to ask which protocol is used for transferring files in a network environment, especially in scenarios where minimal overhead is desired, TFTP would be the correct answer. This could involve a question about lightweight file transfer methods in embedded systems.

C

In a question asking which protocol is responsible for providing network configuration settings, including IP addresses, subnet masks, and default gateways, DHCP would be the correct answer. For example, a question could ask about the protocol that dynamically assigns IP addresses to devices in a local area network.

D

If the exam question asked which protocol is used for discovering and sharing information about network devices, particularly in a Cisco environment, then CDP would be the correct answer, as it facilitates device identification and topology mapping.

Why candidates pick the wrong answer

B

Students may confuse TFTP with NTP due to the similar acronyms (both end in 'TP') and the fact that both are UDP-based protocols. However, their purposes are entirely different.

C

Because DHCP can offer an NTP server address, some students might think DHCP directly synchronizes clocks. However, the actual synchronization is performed by NTP, not DHCP.

D

Students might confuse CDP with NTP because both are commonly used in Cisco networks and both involve device communication. However, CDP is for neighbor discovery, not time sync.

481
Drag & Dropmedium

Drag and drop the following phases into the correct order to configure gRPC streaming telemetry subscription setup and then the NetFlow data path sequence.

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 telemetry, then set up NetFlow export, define the flow monitor, and finally apply it to an interface.

Exam trap

Be careful not to apply a flow monitor to an interface before it is defined, and remember that telemetry configuration must precede NetFlow export setup.

Why candidates pick the wrong answer

B

Candidates might think that defining and applying the flow monitor first is logical, but they overlook that telemetry setup is a prerequisite for NetFlow export.

C

Candidates may assume NetFlow export is independent of telemetry and can be configured first, but telemetry is a prerequisite for the data path.

D

Candidates might think applying the flow monitor to the interface is the first step, but they forget that the flow monitor must exist first.

482
PBQhard

You are connected to R1 via console. PC1 is connected to R1's GigabitEthernet0/1 interface and is configured with a static IP address. PC1 cannot reach the internet (203.0.113.1). Identify and resolve the connectivity issue. Configure R1 to restore full connectivity for PC1.

Network Topology
203.0.113.1/30PC1Internet

Hints

  • The problem is not with IP addressing or routing; R1 can reach the internet.
  • PC1 uses a private IP address (RFC 1918), which must be translated before leaving R1.
  • Check if NAT is configured on R1.
A.Configure NAT overload on R1: define ACL 1 to permit 192.168.1.0 0.0.0.255, set GigabitEthernet0/0 as outside and GigabitEthernet0/1 as inside, and apply ip nat inside source list 1 interface GigabitEthernet0/0 overload.
B.Configure a static route on R1: ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0 203.0.113.1.
C.Change PC1's default gateway to 203.0.113.1.
D.Enable IP routing on R1 and configure OSPF.
AnswerA
solution
! R1
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source list 1 interface GigabitEthernet0/0 overload
interface GigabitEthernet0/1
ip nat inside
interface GigabitEthernet0/0
ip nat outside

Why this answer

PC1 has a default gateway of 192.168.1.1, which is correct, but R1 is not performing NAT. R1 can reach the internet (203.0.113.1) but PC1 cannot because R1 drops packets from PC1 destined to the internet without source NAT. The fix is to configure NAT overload (PAT) on R1: define an ACL to match PC1's subnet, configure the inside and outside interfaces, and enable NAT on the outside interface.

This will translate PC1's private IP to R1's public IP.

Exam trap

The trap is that candidates may focus on routing (default route, routing protocols) or IP addressing (default gateway) when the real issue is NAT. Always verify if private IPs are being translated when hosts cannot reach the internet, even if the router itself has connectivity.

Why the other options are wrong

B

The specific factual error is that a default route is already in place and working; adding another does not solve the NAT problem.

C

The specific factual error is that a host's default gateway must be on the same subnet; 203.0.113.1 is not reachable directly from PC1.

D

The specific factual error is that OSPF does not solve the private-to-public address translation problem; it only exchanges routes between routers.

Why candidates pick the wrong answer

B

Candidates might think the issue is a missing default route, especially if they overlook that R1 can already ping the internet.

C

Candidates might mistakenly think the default gateway should be the internet router's IP, not understanding that the gateway must be local.

D

Candidates might think that a routing protocol is needed to reach the internet, but in this scenario a static default route already exists.

483
MCQhard

An EtherChannel uses LACP. One side is configured correctly, but the peer side has a different switchport mode on one of the member links. What is the most likely result?

A.The bundle may fail to form correctly because the member-link settings are inconsistent.
B.The switch automatically rewrites the peer configuration to match.
C.LACP converts the mismatched link into a routed interface automatically.
D.The mismatched link is placed in a spanning-tree blocking state.
AnswerA

When LACP is enabled on the local switch but the member links are not configured with identical parameters—such as speed, duplex, VLAN allowed lists, or trunk mode—the negotiation will fail or result in a suspended port-channel. LACP requires the same physical and administrative settings on every member link; otherwise, the misconfigured links will not join the channel group, and the bundle will either stay down or operate intermittently. The result is not a partial bundle but a failure to form the full port-channel as intended.

Why this answer

The most likely result is that the bundle will not form cleanly because EtherChannel requires member links to agree on important operational settings. In practical terms, LACP negotiation alone is not enough. The links also need compatible characteristics such as switchport mode, VLAN handling, speed, and duplex where relevant.

This is a common troubleshooting pattern. It tests whether you know that bundle membership depends on configuration consistency, not just on enabling LACP.

Exam trap

Do not assume LACP can resolve all configuration mismatches. Ensure all settings are consistent across member links.

Why the other options are wrong

B

Switches do not automatically rewrite peer configurations; configuration changes must be made manually or via network automation tools. LACP only negotiates parameters like speed and duplex, not switchport mode or VLAN settings.

C

LACP operates at Layer 2 and does not change the interface type; a mismatched link remains a Layer 2 interface. Converting to a routed interface requires manual configuration with 'no switchport' command.

D

This is incorrect because a switchport mode mismatch in an EtherChannel typically causes the link to be suspended or placed into an errdisable state, not into a spanning-tree blocking state. Spanning tree deals with loops, not port-channel parameter mismatches.

When would these options actually be correct?

B

In a different scenario where a question asks about a switch with a feature that automatically synchronizes configurations between peers, option B could be correct. For instance, if the question described a proprietary protocol that allows automatic configuration adjustments, then this option would apply.

C

In a different scenario where a question states that a switch is configured to automatically convert interfaces based on specific conditions, such as mismatched configurations, then this option could be correct. For instance, if the question involves a switch model that supports automatic interface type adjustments under certain circumstances.

D

In a different scenario where the question asks about the impact of VLAN configurations on spanning tree protocol (STP) operations, this option could be correct if it stated that a VLAN mismatch could affect the root bridge election process. For example, if the question involved VLAN configurations and STP, option D could be valid.

Why candidates pick the wrong answer

B

Students might think that LACP's negotiation capabilities extend to automatically correcting misconfigurations, but LACP only ensures consistent operational parameters on both ends, not switchport mode or VLAN membership.

C

The term 'LACP' might be confused with 'routed port' or 'Layer 3' functionality, but LACP is purely for link aggregation and does not alter the interface's Layer 2 or Layer 3 status.

D

Students may associate VLANs and STP with EtherChannel because both involve multiple links, but the root bridge election is unrelated to EtherChannel member link consistency.

484
PBQhard

You are troubleshooting a PC (PC-A) connected to switch SW1, which is connected to router R1. PC-A has an APIPA address (169.254.23.45) and cannot reach the internet (203.0.113.1). You confirm that R1 has a correctly configured DHCP pool for the 192.168.10.0/24 subnet, but the DHCP service is not enabled. The network uses VLAN 10 with subnet 192.168.10.0/24. Verify and correct the configuration on PC-A, SW1, and R1 to restore full connectivity.

Network Topology
G0/0/0192.168.10.1/24G0/0/0192.168.10.1/24203.0.113.1PC-ASW1R1Internet

Hints

  • Check if the DHCP server process is running on R1.
  • APIPA addresses (169.254.x.x) indicate DHCP failure.
  • The DHCP pool is configured but not yet active.
A.Enable the DHCP service on R1 with the 'service dhcp' command.
B.Configure a default gateway on PC-A with the IP address 192.168.10.1.
C.Change the VLAN on SW1's interface connected to PC-A from VLAN 10 to VLAN 1.
D.Add the 'ip helper-address' command on R1's interface connected to SW1.
AnswerA
solution
! R1
service dhcp

! SW1


! PC-A

Why this answer

The APIPA address (169.254.x.x) indicates that PC-A failed to obtain a DHCP lease. The correct solution is to enable the DHCP service on R1 with 'service dhcp', which is not running despite the configured pool. Option B is incorrect because setting a default gateway on PC-A with a static IP would still require a valid address in the subnet; the APIPA address cannot communicate with 192.168.10.1.

Option C is wrong because the PC-A interface on SW1 is correctly assigned to VLAN 10. Option D is unnecessary since R1 is directly connected to the same subnet, so 'ip helper-address' is only used to forward DHCP broadcasts across router boundaries.

Exam trap

Do not assume that configuring a DHCP pool is sufficient; the DHCP service must be explicitly enabled with 'service dhcp'. Also, remember that APIPA addresses indicate DHCP failure, not just a missing gateway.

Why the other options are wrong

B

The PC's APIPA address cannot reach the 192.168.10.1 gateway because it is not in the same subnet, so configuring a default gateway alone does not restore connectivity.

C

Changing the VLAN to VLAN 1 would isolate PC-A from the correct subnet (VLAN 10), breaking connectivity instead of fixing it.

D

The 'ip helper-address' command is used on interfaces that need to forward DHCP broadcasts to a remote DHCP server; here R1 itself is the DHCP server and is directly attached, so the command is not needed.

Why candidates pick the wrong answer

B

Candidates might think that a missing default gateway is the primary issue, especially if they see that the PC has an IP address (even an APIPA) and assume the gateway is the only missing piece.

C

Candidates might think that using the default VLAN (VLAN 1) is always correct, or they might confuse VLAN assignment with IP subnetting.

D

Candidates often associate DHCP troubleshooting with the 'ip helper-address' command and may apply it unnecessarily when the DHCP server is local.

485
PBQhard

You are connected to R1. Configure OSPFv3 for IPv6 so that R1 and R2 can exchange IPv6 routes over their directly connected link. Enable IPv6 routing, assign OSPFv3 process and area on the interface, and verify that the neighbor adjacency forms and routes appear in the IPv6 routing table.

Network Topology
G0/02001:DB8:1::1/64G0/0 2001:DB8:1::2/64R1R2

Hints

  • OSPFv3 requires IPv6 unicast routing to be enabled globally.
  • OSPFv3 is enabled on the interface, not under a router ospf process like OSPFv2.
  • Use 'ipv6 ospf <process-id> area <area-id>' on the interface.
A.Enable IPv6 routing with 'ipv6 unicast-routing', configure OSPFv3 on the interface with 'ipv6 ospf 1 area 0', and verify with 'show ospfv3 neighbor' and 'show ipv6 route ospf'.
B.Enable IPv6 routing with 'ipv6 unicast-routing', configure OSPFv3 globally with 'router ospfv3 1' and 'router-id 1.1.1.1', then assign the interface to area 0 with 'ipv6 ospf 1 area 0'.
C.Enable IPv6 routing with 'ipv6 unicast-routing', configure OSPFv3 on the interface with 'ipv6 ospf 1 area 0', and verify with 'show ip ospf neighbor' and 'show ip route ospf'.
D.Enable IPv6 routing with 'ipv6 unicast-routing', configure OSPFv3 on the interface with 'ipv6 ospf 1 area 0', and verify with 'show ospfv3 neighbor' and 'show ipv6 route'.
AnswerA
solution
! R1
configure terminal
ipv6 unicast-routing
interface GigabitEthernet0/0
ipv6 ospf 1 area 0
end

Why this answer

It includes enabling IPv6 routing with 'ipv6 unicast-routing', applying OSPFv3 to the interface using 'ipv6 ospf 1 area 0', and verifying with the correct OSPFv3-specific commands 'show ospfv3 neighbor' and 'show ipv6 route ospf'. Option B is incorrect because it adds a global 'router ospfv3 1' command, which is unnecessary; OSPFv3 can be configured directly on the interface without a global process. Option C is incorrect because it uses IPv4 OSPF verification commands 'show ip ospf neighbor' and 'show ip route ospf', which are not valid for OSPFv3.

Option D is incorrect because although it uses the correct 'show ospfv3 neighbor', the 'show ipv6 route' command does not filter to OSPF-learned routes, so it displays all IPv6 routes rather than just OSPF routes.

Exam trap

Do not confuse OSPFv3 with OSPFv2. OSPFv3 uses 'ipv6 ospf' on the interface and 'show ospfv3 neighbor' for verification. Also, remember to enable IPv6 routing with 'ipv6 unicast-routing'.

Why the other options are wrong

B

Adding a global 'router ospfv3 1' command is unnecessary; OSPFv3 can be enabled directly on the interface without a separate global configuration.

C

Using 'show ip ospf neighbor' and 'show ip route ospf' are IPv4 OSPFv2 commands, not valid for OSPFv3 which requires 'show ospfv3 neighbor' and 'show ipv6 route ospf'.

D

The 'show ipv6 route' command displays all IPv6 routes, not just OSPF-learned ones; the filter 'ospf' is required to see OSPF routes specifically.

Why candidates pick the wrong answer

B

Candidates may confuse OSPFv3 with OSPFv2, which requires a router process and router-id.

C

Candidates may mistakenly use IPv4 OSPF commands out of habit, not realizing OSPFv3 has its own set of show commands.

D

Candidates may think 'show ipv6 route' is sufficient, but it does not filter for OSPF routes, which is important for verification.

486
MCQhard

A client connects to an employee WLAN using 802.1X authentication. The authentication process completes successfully, but the client fails to obtain an IP address via DHCP. What is the most likely cause?

A.The client is being placed into the wrong policy or VLAN after successful authentication.
B.The WLAN is configured with the wrong SSID, which prevents DHCP packets from being forwarded.
C.The client has a static IP address manually configured, causing a DHCP conflict.
D.The access point is configured with an incorrect default gateway, preventing DHCP relay.
AnswerA

After successful 802.1X/RADIUS authentication, the controller or switch can assign a VLAN through attributes such as Tunnel-Private-Group-ID. If that assigned VLAN lacks a DHCP server or is not properly configured on the trunk, the client ends up in the wrong subnet with no usable IP. This is the strongest explanation because it directly maps the symptom to the post-authentication policy, rather than a client-side or AP-management issue.

Why this answer

Even after successful 802.1X authentication, the client may be assigned to the wrong VLAN or policy through RADIUS attributes (such as Tunnel-Type or Cisco AV-pair). If that VLAN lacks a DHCP server or correct subnet, the client will not receive an IP address. The other options describe issues that either prevent association entirely (wrong SSID) or are not typical causes in controller-based WLANs (static IP, AP gateway misconfiguration).

Exam trap

Cisco often tests the distinction between authentication success and post-authentication network access, leading candidates to focus on pre-authentication issues (like wrong PSK or RADIUS timeout) when the real problem is VLAN assignment or DHCP relay misconfiguration.

Why the other options are wrong

B

An incorrect SSID would prevent the client from associating to the WLAN at all, not allow authentication followed by DHCP failure.

C

A statically configured IP is less likely the strongest cause because the client would either not use DHCP or would obtain an APIPA address, and the issue is specifically about failing to obtain a correct address via DHCP.

D

The access point’s default gateway does not impact DHCP forwarding for client traffic; in controller-based deployments, DHCP packets are handled by the controller or bridged directly to the wired network.

When would these options actually be correct?

B

In a different question scenario, if the context involved a client device that was configured with a static IP address and subnet mask that did not match the network's DHCP settings, this option could be correct, as it would explain why the device cannot communicate properly on the network.

C

In a different question setup where the focus is on network topology and loop prevention, a scenario could involve a network experiencing broadcast storms due to STP misconfigurations, leading to clients being unable to communicate effectively, thus making this option correct.

D

In a different scenario where the question specifies that the client is part of a multi-site network with complex routing requirements, and the WLAN's operation is dependent on BGP for route advertisement, this option would be correct if the client fails to connect due to BGP misconfiguration.

Why candidates pick the wrong answer

B

Students may think that a wrong subnet mask could cause connectivity issues, but here the client gets an address from a different subnet entirely, which is not caused by a mask typo. The mask typo would not change the subnet assigned by DHCP.

C

Students might confuse STP root guard with other security features or think that STP issues could affect VLAN assignment. However, STP root guard does not influence DHCP or VLAN assignment for wireless clients.

D

Students might think that BGP is needed for routing or that it is a common protocol in networking, but it is not used on client devices. The question is about basic WLAN connectivity, not inter-domain routing.

487
PBQhard

You are connected to R1 via the console. R1 and R2 are connected via a fiber link using SFPs. The link is not coming up. Configure the correct SFP type on R1's interface GigabitEthernet0/0 to support the required 2 km distance, and fix any auto-negotiation or speed/duplex misconfiguration so that the link becomes operational.

Network Topology
G0/010.0.0.1/30G0/010.0.0.2/302 km fiberR1R2

Hints

  • Check the transceiver details to see the current SFP's distance capability.
  • The link requires 2 km; the current SFP only supports 550 m.
  • Auto-negotiation is not used on fiber links; disable it with 'no negotiation auto'.
A.Replace SFP with 1000BASE-LX, configure 'no negotiation auto' on GigabitEthernet0/0, and remove 'speed 1000' and 'duplex full'.
B.Replace SFP with 1000BASE-SX, configure 'negotiation auto' on GigabitEthernet0/0, and keep 'speed 1000' and 'duplex full'.
C.Replace SFP with 1000BASE-LX, configure 'negotiation auto' on GigabitEthernet0/0, and keep 'speed 1000' and 'duplex full'.
D.Replace SFP with 1000BASE-LX, configure 'no negotiation auto' on GigabitEthernet0/0, and configure 'speed 100' and 'duplex full'.
AnswerA
solution
! R1
interface gigabitEthernet 0/0
no speed 1000
no duplex full
no negotiation auto
end

Why this answer

For a 2 km fiber link, a 1000BASE-LX SFP is required (supports up to 10 km). Fiber SFPs like 1000BASE-LX typically do not support auto-negotiation; speed and duplex are fixed. Therefore, the interface should have 'no negotiation auto' configured and no explicit speed/duplex commands.

Option A implements these changes. Option B uses 1000BASE-SX, which is suitable only for up to 550 m. Option C leaves auto-negotiation enabled, which is unsupported.

Option D sets speed to 100, which is incompatible with a GigabitEthernet interface.

Exam trap

Do not assume auto-negotiation is always required; fiber SFPs use fixed parameters. Also, remember that 1000BASE-SX is for short distances (up to 550 m), while 1000BASE-LX supports longer distances (up to 10 km).

Why the other options are wrong

B

Uses 1000BASE-SX, which cannot support the required 2 km distance.

C

Retains 'negotiation auto', which is not supported on fiber SFPs and prevents the link from establishing.

D

Configures 'speed 100', a value incompatible with a 1000BASE-LX SFP, causing a link failure.

Why candidates pick the wrong answer

B

Candidates may think SX is standard for short distances and assume auto-negotiation is always required.

C

Candidates may believe auto-negotiation is needed for all Ethernet links, not realizing fiber SFPs have fixed parameters.

D

Candidates may think keeping speed/duplex is harmless, but the question expects a clean configuration that removes misconfigurations.

488
MCQhard

A company wants to connect two sites across an IP network by creating a logical tunnel between the edge routers. Which technology is most directly associated with that requirement?

A.GRE
B.PortFast
C.DHCP relay
D.Root guard
AnswerA

Generic Routing Encapsulation (GRE) is a tunneling protocol that takes an entire packet and encapsulates it inside another IP packet, effectively creating a logical point-to-point link between two routers across an IP network. By configuring a GRE tunnel on each site's edge router, the two sites can exchange private addresses and routing information as if they were directly connected on the same link. This makes GRE a standard solution for site-to-site connectivity over IP networks, because it provides a simple, logical path for arbitrary payload traffic.

Why this answer

GRE is the most directly associated technology because it creates a logical tunnel between routers across an existing IP network. In practical terms, it allows the routers to treat the path as a virtual point-to-point connection for encapsulated traffic.

The question is specifically about tunneling between sites, not about plain routing, management, or switching behavior.

Exam trap

A common exam trap is mistaking GRE for unrelated Cisco features like PortFast or DHCP relay. PortFast is a Spanning Tree Protocol optimization for edge ports and does not create tunnels. DHCP relay forwards DHCP requests and is unrelated to site-to-site connectivity.

Another trap is confusing GRE with security features like IPsec; GRE itself does not encrypt traffic but only encapsulates it. Candidates might also overlook that GRE tunnels require proper MTU handling to avoid fragmentation issues, which can cause connectivity problems if ignored.

Why the other options are wrong

B

PortFast is incorrect because it is an STP feature that immediately transitions a switch port to forwarding state and does not provide any tunneling or routing capabilities.

C

DHCP relay is incorrect because it only forwards DHCP broadcast requests between clients and servers and does not create tunnels or connect sites logically over an IP network.

D

Root guard is incorrect because it is an STP topology protection feature that prevents a port from becoming a root port, and it does not create tunnels or affect routing.

When would these options actually be correct?

B

If the question asked about optimizing switch port behavior in a network where rapid connectivity is needed for end devices, PortFast would be the correct answer. For example, a scenario involving a network with multiple switches where minimizing downtime during network topology changes is critical would validate its use.

C

If the question asked about connecting clients to a DHCP server located on a different subnet, where the relay agent is required to forward DHCP messages, then DHCP relay would be the correct answer. This scenario focuses on DHCP functionality rather than tunneling.

D

If the exam question asked about securing the spanning tree topology in a network with multiple switches, where preventing rogue switches from becoming the root bridge is critical, then root guard would be the correct answer. This scenario would focus on maintaining network stability rather than tunneling.

Why candidates pick the wrong answer

B

Students might confuse PortFast with a feature that speeds up network connectivity, but it is unrelated to tunneling or site-to-site connections.

C

The term 'relay' might suggest forwarding traffic between networks, leading students to think it could be used for site-to-site connectivity, but it is not a tunneling technology.

D

The word 'guard' might imply a security or connectivity feature, but root guard is specifically for STP and has no role in tunneling.

489
PBQmedium

You are connected to R1 via console. R1 has two interfaces: GigabitEthernet0/0 (10.0.0.1/30, connected to ISP) and GigabitEthernet0/1 (192.168.1.1/24, connected to internal LAN). The LAN hosts (192.168.1.0/24) need to access the internet. Configure dynamic NAT with PAT (overload) on R1 using a NAT pool so that internal hosts share the public IP 10.0.0.1 when accessing the internet. Assume the ISP router is already configured and reachable.

Network Topology
G0/1192.168.1.1/24G0/010.0.0.1/30PCsLANR1ISPInternet

Hints

  • Define an ACL to match internal traffic.
  • Create a NAT pool with the public IP address.
  • Apply overload to allow multiple hosts to share the public IP.
A.access-list 1 permit 192.168.1.0 0.0.0.255 ip nat pool PUBLIC 10.0.0.1 10.0.0.1 netmask 255.255.255.252 ip nat inside source list 1 pool PUBLIC overload interface GigabitEthernet0/0 ip nat outside interface GigabitEthernet0/1 ip nat inside
B.access-list 1 permit 192.168.1.0 0.0.0.255 ip nat pool PUBLIC 10.0.0.1 10.0.0.2 netmask 255.255.255.252 ip nat inside source list 1 pool PUBLIC interface GigabitEthernet0/0 ip nat outside interface GigabitEthernet0/1 ip nat inside
C.access-list 1 permit any ip nat pool PUBLIC 10.0.0.1 10.0.0.1 netmask 255.255.255.252 ip nat inside source list 1 pool PUBLIC overload interface GigabitEthernet0/0 ip nat inside interface GigabitEthernet0/1 ip nat outside
D.access-list 1 permit 192.168.1.0 0.0.0.255 ip nat inside source list 1 interface GigabitEthernet0/0 overload interface GigabitEthernet0/0 ip nat outside interface GigabitEthernet0/1 ip nat inside
AnswerA
solution
! R1
ip access-list standard NAT_ACL permit 192.168.1.0 0.0.0.255
ip nat pool PUBLIC_POOL 10.0.0.1 10.0.0.1 netmask 255.255.255.252
ip nat inside source list NAT_ACL pool PUBLIC_POOL overload
interface GigabitEthernet0/1
ip nat inside
interface GigabitEthernet0/0
ip nat outside

Why this answer

It creates an ACL matching only the internal subnet (192.168.1.0/24), defines a NAT pool containing only the single public IP 10.0.0.1, enables PAT with the 'overload' keyword, and correctly assigns inside/outside interfaces. Option B is wrong because the pool includes 10.0.0.2, which is the ISP's IP and would cause conflicts, plus it lacks the 'overload' keyword so PAT is not activated. Option C is wrong because the ACL uses 'any', potentially matching unintended traffic, and the interface roles are reversed (G0/0 as inside, G0/1 as outside), breaking the NAT translation direction.

Option D is incorrect because while it implements PAT correctly, it uses interface overload rather than a NAT pool, which does not meet the explicit requirement to use a pool.

Exam trap

Pay close attention to the exact requirements: the question specifies a pool with IP 10.0.0.1, not interface overload. Also ensure ACL matches only the internal subnet, and interfaces are correctly designated as inside/outside.

Why the other options are wrong

B

The pool range includes 10.0.0.2 (the ISP's IP) and lacks the overload keyword, so PAT is disabled.

C

The ACL permits all traffic (any) and the inside/outside interfaces are reversed.

D

This uses interface overload instead of a NAT pool, contradicting the pool requirement.

Why candidates pick the wrong answer

B

Candidates might think a pool must have a range of addresses or forget the 'overload' keyword, assuming dynamic NAT alone is sufficient.

C

Candidates may mistakenly use 'permit any' for simplicity or confuse which interface is inside/outside.

D

Candidates might think using the interface directly is equivalent to a pool, or they may prefer the simpler interface overload method.

490
PBQhard

You are connected to R1, a multilayer switch acting as the STP root for VLAN 10. Configure Root Guard on the designated port facing a downstream switch to prevent a rogue switch from becoming root. Also, enable Loop Guard on the uplink port to prevent STP loops, and configure BPDU Guard on a PortFast-enabled access port. Ensure that if a superior BPDU is received on the Root Guard port, it is blocked, and if a BPDU is received on the BPDU Guard port, it goes err-disabled.

Network Topology
G0/010.0.0.1/30G0/010.0.0.2/30trunkG0/1192.168.10.1/24R2R1access vlan 10SW2PC

Hints

  • Root Guard is applied on designated ports to block superior BPDUs.
  • Loop Guard is applied on root or alternate ports to prevent loops if BPDUs stop.
  • BPDU Guard with PortFast err-disables the port upon receiving any BPDU.
A.The configuration is correct; no changes are needed.
B.Root Guard should be applied on G0/0 instead of G0/1, and Loop Guard on G0/1 instead of G0/0.
C.BPDU Guard should be configured on G0/1 instead of G0/2, and Loop Guard should be removed from G0/0.
D.Root Guard should be applied on G0/2 instead of G0/1, and BPDU Guard should be removed from G0/2.
AnswerA
solution
! R1

Why this answer

R1 is the STP root for VLAN 10. The downstream port (G0/1) is a designated port, so Root Guard is correctly applied to prevent a superior BPDU from being accepted. The uplink port (G0/0) is a root port, so Loop Guard should be applied there to prevent an STP loop if BPDUs stop arriving.

The access port (G0/2) has PortFast and BPDU Guard enabled, which will err-disable the port if a BPDU is received. The current configuration is correct; no changes are needed. If a superior BPDU arrives on G0/1, Root Guard will block the port.

If a BPDU arrives on G0/2, BPDU Guard will err-disable it.

Exam trap

The trap is that candidates may think changes are needed because they misapply STP protections to the wrong port types. Remember: Root Guard on designated ports, Loop Guard on root/alternate ports, BPDU Guard on PortFast access ports.

Why the other options are wrong

B

Root Guard is only effective on designated ports; applying it to a root port would not prevent a rogue switch from becoming root. Loop Guard on a designated port is unnecessary and could cause false positives.

C

BPDU Guard on a trunk port would err-disable it upon receiving a BPDU, which is normal for trunk ports. Loop Guard on the root port is essential for loop prevention; removing it would leave the network vulnerable.

D

Root Guard on an access port would block the port if a superior BPDU is received, but access ports should not receive BPDUs if PortFast is enabled. BPDU Guard already handles that by err-disabling the port.

Why candidates pick the wrong answer

B

Candidates often confuse which STP protection goes on which port type, thinking Root Guard should be on the root port to protect it, but it actually protects downstream designated ports.

C

Candidates might think BPDU Guard should be on all ports to prevent BPDU attacks, but it is specifically for PortFast-enabled access ports. They may also underestimate the importance of Loop Guard on root ports.

D

Candidates might think Root Guard provides additional protection on access ports, but it is redundant and misapplied. They may also confuse the purpose of Root Guard and BPDU Guard.

491
PBQhard

You are connected to a multilayer switch MLS1 via the console. Configure MLS1 so that IP phones connected to interface GigabitEthernet0/1 receive power via PoE, use VLAN 10 for data traffic, and use VLAN 20 for voice traffic, while the access port for an AP on GigabitEthernet0/2 should be placed in VLAN 30 and have PoE disabled. Verify your configuration using appropriate show commands.

Hints

  • Voice VLAN is configured with a separate command from the access VLAN.
  • PoE can be disabled per interface using 'power inline never'.
  • Use 'show interfaces switchport' to see both voice and access VLAN assignments.
A.interface GigabitEthernet0/1 switchport mode access switchport access vlan 10 switchport voice vlan 20 power inline auto ! interface GigabitEthernet0/2 switchport mode access switchport access vlan 30 power inline never
B.interface GigabitEthernet0/1 switchport mode trunk switchport trunk allowed vlan 10,20 power inline auto ! interface GigabitEthernet0/2 switchport mode access switchport access vlan 30 power inline never
C.interface GigabitEthernet0/1 switchport mode access switchport access vlan 20 switchport voice vlan 10 power inline auto ! interface GigabitEthernet0/2 switchport mode access switchport access vlan 30 power inline never
D.interface GigabitEthernet0/1 switchport mode access switchport access vlan 10 switchport voice vlan 20 power inline never ! interface GigabitEthernet0/2 switchport mode access switchport access vlan 30 power inline auto
AnswerA
solution
! MLS1
interface GigabitEthernet0/1
switchport voice vlan 20
power inline auto
interface GigabitEthernet0/2
switchport access vlan 30
power inline never

Why this answer

For the IP phone port (G0/1), you need to enable PoE (power inline auto) and configure the voice VLAN (switchport voice vlan 20) so that the phone uses VLAN 20 for voice and the access VLAN 10 for data. For the AP port (G0/2), you must change the access VLAN to 30 and disable PoE (power inline never) to prevent powering the AP through the switch. Verify with 'show interfaces switchport' to confirm voice VLAN and access VLAN settings, and 'show power inline' to check PoE status.

Exam trap

A common trap is confusing the voice VLAN command with trunking or swapping the access and voice VLANs. Also, remember that IP phones require PoE, while the AP in this scenario does not. Always verify with show commands.

Why the other options are wrong

B

The specific factual error is that IP phones typically use an access port with a voice VLAN, not a trunk port. Trunking is unnecessary and can cause compatibility issues.

C

The specific factual error is confusing the access VLAN and voice VLAN assignments. The voice VLAN is configured with 'switchport voice vlan', and the access VLAN with 'switchport access vlan'.

D

The specific factual error is reversing the PoE settings: 'power inline never' on the phone port and 'power inline auto' on the AP port.

Why candidates pick the wrong answer

B

Candidates might think that because the phone uses two VLANs (data and voice), a trunk is needed to carry both, but Cisco's voice VLAN feature handles this without trunking.

C

Candidates may misread the requirement or think the voice VLAN is the same as the access VLAN, leading to the swap.

D

Candidates might confuse which device needs PoE or mistakenly think the AP requires PoE, but the question explicitly states the AP should have PoE disabled.

492
Multi-Selectmedium

Which TWO statements correctly describe the behavior of PAT (Port Address Translation) as configured on a Cisco router?

Select 2 answers
A.PAT translates multiple internal addresses to a single public IP address by using unique source port numbers.
B.PAT requires a 1:1 mapping of internal to external IP addresses.
C.PAT can only be configured with a pool of public IP addresses.
D.PAT uses both IP addresses and port numbers to track translations.
E.PAT translations are always static and never time out.
AnswersA, D

PAT distinguishes between multiple internal hosts sharing the same public IP by assigning a different source port for each session. The router maintains a translation table that tracks the original internal IP and port along with the assigned public IP and port.

Why this answer

PAT (Port Address Translation) translates multiple internal private IP addresses to a single public IP address by assigning unique source port numbers to each session, allowing many internal hosts to share one public IP. This is correctly described in option A. Option D is also correct because PAT uniquely identifies each translation by both the IP address and the port number, enabling the router to demultiplex return traffic.

Option B is wrong because PAT uses many-to-one mapping, not 1:1; a 1:1 mapping is characteristic of static NAT. Option C is incorrect because PAT can operate with a single public IP address (often the outside interface address) rather than requiring a pool. Option E is false because PAT translations are dynamically created and time out after a period of inactivity; they are not static.

Exam trap

Cisco often tests the misconception that PAT requires a pool of public IPs or a 1:1 mapping, when in fact PAT is designed for many-to-one translation using port numbers, and can operate with a single public IP address.

Why the other options are wrong

B

PAT does not require a 1:1 mapping; it allows many internal addresses to share a single public IP. A 1:1 mapping is characteristic of static NAT, not PAT.

C

PAT can be configured with either a single public IP address (using the interface address) or a pool of public IP addresses. It does not require a pool; a single address is sufficient for PAT overload.

E

PAT translations are dynamic and have a timeout (default 86400 seconds for general translations, but shorter for TCP/UDP). They are removed after the session ends or the timeout expires.

Why candidates pick the wrong answer

B

Students often confuse PAT with static NAT, thinking that each internal host needs its own public IP. They may also misinterpret 'translation' as requiring a one-to-one correspondence.

C

Some students believe that PAT, like dynamic NAT, requires a pool of addresses. They may not realize that PAT can overload a single address by using port numbers.

E

Students may think that all NAT translations are static because they hear about 'static NAT' or confuse PAT with static entries. They might also assume that translations persist indefinitely.

493
PBQhard

You are connected to R1, a branch router. Configure an extended ACL named BRANCH_IN that permits only HTTP (TCP port 80) traffic from the internal network 192.168.1.0/24 to the web server at 203.0.113.10, and permits ICMP echo-reply from any source to any destination. Apply the ACL inbound on the interface facing the internal network. Then verify that only the specified traffic is allowed.

Network Topology
G0/0192.168.1.1/24G0/1203.0.113.2/30HostsInternal LANR1ISPWeb Server

Hints

  • The ACL is defined but not yet applied to an interface.
  • Consider which direction traffic from the internal network flows relative to the interface.
  • Use 'ip access-group' under the correct interface configuration mode.
A.ip access-list extended BRANCH_IN permit tcp 192.168.1.0 0.0.0.255 host 203.0.113.10 eq 80 permit icmp any any echo-reply ! interface GigabitEthernet0/0 ip access-group BRANCH_IN in
B.ip access-list extended BRANCH_IN permit tcp 192.168.1.0 0.0.0.255 host 203.0.113.10 eq 80 permit icmp any any echo-reply ! interface GigabitEthernet0/0 ip access-group BRANCH_IN out
C.ip access-list extended BRANCH_IN permit tcp 192.168.1.0 0.0.0.255 host 203.0.113.10 eq 80 permit icmp any any ! interface GigabitEthernet0/0 ip access-group BRANCH_IN in
D.ip access-list extended BRANCH_IN permit tcp 192.168.1.0 0.0.0.255 host 203.0.113.10 eq 80 permit icmp any any echo-reply ! interface GigabitEthernet0/0 ip access-group BRANCH_IN in ! interface GigabitEthernet0/1 ip access-group BRANCH_IN in
AnswerA
solution
! R1
interface GigabitEthernet0/0
ip access-group BRANCH_IN in

Why this answer

It creates an extended ACL that permits TCP port 80 from the internal 192.168.1.0/24 to the web server 203.0.113.10 and permits only ICMP echo-reply, then applies it inbound on the internal interface G0/0, matching the requirement. Option B is wrong because the ACL is applied outbound on G0/0, but traffic from internal hosts to the web server exits via the WAN interface (G0/1), not G0/0. Option C is wrong because it permits all ICMP (any any) instead of only echo-reply, allowing unnecessary ICMP traffic.

Option D is wrong because it applies the ACL inbound on both G0/0 and G0/1; applying it on G0/1 would incorrectly filter inbound traffic from the ISP, potentially blocking the web server's responses.

Exam trap

Pay close attention to the direction of traffic flow. The ACL must be applied inbound on the interface that receives traffic from the internal network. Also, be precise with ICMP types: 'echo-reply' is the response to a ping, not the initial echo request.

Why the other options are wrong

B

The ACL is applied in the wrong direction. Applying it outbound would filter traffic leaving the interface, not entering it.

C

The ACL permits all ICMP traffic instead of only echo-reply. This violates the requirement to permit only ICMP echo-reply.

D

Applying the ACL to an additional interface (G0/1) is unnecessary and may cause unintended filtering. The requirement specifies only one interface.

Why candidates pick the wrong answer

B

Candidates might confuse the direction of traffic flow and think that outbound on the internal interface is correct because traffic from internal users goes out.

C

Candidates may think that permitting all ICMP is acceptable or may forget to specify the echo-reply type, especially if they are used to allowing ping in both directions.

D

Candidates might think that applying the ACL to both interfaces provides better security, or they may misidentify which interface is internal.

494
Multi-Selectmedium

Which two statements about YANG are correct?

Select 2 answers
A.It defines structured models for configuration and state data
B.It is commonly associated with NETCONF and RESTCONF
C.It is a replacement for OSPF adjacency formation
D.It is the same thing as JSON syntax
E.It automatically discovers neighbors on a LAN
AnswersA, B

YANG is a data modeling language used to define the hierarchical structure of configuration and operational state data on network devices. It specifies which data is available, its constraints, and how it is organized, independent of any particular protocol. The models written in YANG serve as the authoritative schema for management systems and devices.

Why this answer

YANG is a data modeling language used to describe configuration and operational state. It is commonly used with NETCONF and RESTCONF, but it is not itself the transport protocol.

Exam trap

A common exam trap is mistaking YANG for a routing protocol or a data format. Some candidates incorrectly believe YANG replaces protocols like OSPF for adjacency formation or that it is the same as JSON syntax. This confusion arises because YANG models can be encoded in JSON or XML, but YANG itself is a modeling language, not a transport or routing protocol.

Misunderstanding this can lead to selecting incorrect answers that describe YANG as performing routing or neighbor discovery functions, which it does not. Recognizing YANG’s role as a data modeling language avoids this pitfall.

Why the other options are wrong

C

Option C is incorrect because YANG is not a routing protocol and does not handle OSPF adjacency formation or any routing functions.

D

Option D is incorrect as YANG is a modeling language, not a data format like JSON. Although YANG models can be encoded in JSON, they are not the same thing.

E

Option E is incorrect because YANG does not perform network discovery functions such as automatically discovering neighbors on a LAN; that is outside its scope.

When would these options actually be correct?

C

In a question asking which protocol or mechanism is used to form OSPF adjacencies, 'OSPF adjacency formation' would be correct, but YANG is unrelated.

D

If the question were 'Which data serialization format is commonly used with YANG?' then 'JSON' would be a correct answer, as YANG models can be encoded in JSON.

E

In a question about protocols that automatically discover neighbors on a LAN, options like LLDP (IEEE 802.1AB) or CDP (Cisco Discovery Protocol) would be correct. For example: 'Which protocol automatically discovers neighboring devices on a LAN?'

Why candidates pick the wrong answer

C

Candidates may confuse YANG with protocols that manage network configurations or operations, mistakenly thinking it replaces routing protocols like OSPF.

D

Candidates may confuse YANG's use of JSON for encoding data with YANG being equivalent to JSON, especially when they see YANG examples represented in JSON syntax.

E

Candidates may confuse YANG with protocols that perform discovery because YANG is often used in network automation contexts where devices are discovered, but YANG itself does not perform discovery.

495
MCQhard

A host address is 192.168.90.33/28. Which address is the last usable host in the subnet?

A.192.168.90.46
B.192.168.90.47
C.192.168.90.33
D.192.168.90.48
AnswerA

192.168.90.46 is the last usable host address in the /28 subnet that contains .33. A /28 prefix has a block size of 16, so the subnet boundaries are 192.168.90.32 and 192.168.90.47. The address .46 has all host bits set to 1 except the last one, making it the highest address that can be assigned to a device. The next address, .47, is the directed broadcast for this subnet.

Why this answer

The /28 subnet mask (255.255.255.240) gives a block size of 16 addresses. The network address for 192.168.90.33 is 192.168.90.32, so the broadcast address is 192.168.90.47. The last usable host is the broadcast address minus one, which is 192.168.90.46.

Exam trap

Cisco often tests the distinction between the broadcast address and the last usable host, tricking candidates who forget to subtract one from the broadcast address.

Why the other options are wrong

B

192.168.90.47 is the broadcast address for the subnet 192.168.90.32/28. Broadcast addresses cannot be assigned to hosts; they are used to send traffic to all hosts in the subnet.

C

192.168.90.33 is the first usable host in the subnet (network address .32 + 1). The question asks for the last usable host, not the first.

D

192.168.90.48 is the network address of the next subnet (192.168.90.48/28). It is not part of the current subnet and cannot be used as a host address in the subnet containing .33.

When would these options actually be correct?

B

If the question asked for the last address in the subnet instead of the last usable host, option B would be correct, as the broadcast address for the subnet 192.168.90.32/28 is indeed 192.168.90.47.

C

If the question asked for the first usable host address in the subnet 192.168.90.32/28, then option C would be correct, as it represents the first address available for assignment to a host.

D

If the question asked for the first address in the next subnet after 192.168.90.32/28, then 192.168.90.48 would be the correct answer, as it represents the start of the subnet 192.168.90.48/28.

Why candidates pick the wrong answer

B

Students often confuse the last usable host with the broadcast address, especially when the subnet boundary is not obvious. The broadcast is one less than the next subnet's network address, and it's easy to mistakenly think it's usable.

C

A test-taker might see that .33 is a valid host and assume it is the last because it is close to the given address, without calculating the subnet range correctly.

D

Students may think that .48 is the last usable because it is numerically higher than .46, not realizing that subnet boundaries restrict the range. They might also confuse it with the broadcast address of the previous subnet.

496
MCQhard

A network engineer adds a loopback interface Lo0 with IP address 172.16.0.1/32 to router R1. After restarting the OSPF process, the OSPF router-ID changes from 10.1.1.1 to 172.16.0.1, and the neighbor relationship with R2 resets. What should the technician do next to prevent this disruption the next time a loopback is added?

A.Configure passive-interface Lo0 under the OSPF process
B.Configure a static router-id using the router-id command under the OSPF process
C.Set a higher OSPF priority on the router’s interfaces
D.Configure the OSPF area as a stub area
AnswerB

The OSPF router-ID is dynamically derived from the highest loopback or active interface IP unless overridden. Creating another loopback with a numerically higher address would cause OSPF to adopt it as the new router-ID at the next process restart, tearing down every existing neighbor relationship. The `router-id` command forces the router to retain that fixed value indefinitely, because manually configured router-IDs take precedence over all IPv4/IPv6 interface addresses, making the network stable regardless of later loopback additions.

Why this answer

The OSPF router-ID is dynamically selected based on the highest IP address of any loopback interface, or if none exist, the highest IP of any physical interface. Adding a new loopback with a higher IP than the current router-ID causes OSPF to reselect a new router-ID upon process restart, which resets all neighbor adjacencies. Configuring a static router-ID with the 'router-id' command under the OSPF process prevents this disruption by fixing the router-ID regardless of interface IP changes.

Exam trap

Cisco often tests the misconception that adding a loopback interface automatically changes the OSPF router-ID immediately, but the trap here is that the router-ID only changes after an OSPF process restart or router reload, and candidates may incorrectly think passive-interface or priority settings can prevent the disruption.

Why the other options are wrong

A

Passive-interface does not influence router-ID selection, which is based solely on highest active loopback IP address at process initialization.

C

Confusing DR election parameters with router-ID election leads candidates to a parameter that is irrelevant to router-ID stability.

D

Changing area type does not address router-ID fluctuation; it targets LSDB optimization, which is unrelated to the dynamic router-ID re-election after loopback addition.

497
MCQhard

An OSPF-enabled router R1 fails to advertise the 192.168.50.0/24 network to neighbor R2, even though the neighbor relationship is up. Which misconfiguration on R1 would cause this?

A.The OSPF process must be process ID 50 to advertise 192.168.50.0/24
B.The wildcard network statement does not match 192.168.50.0/24
C.OSPF cannot advertise a directly connected LAN
D.R2 needs a default route before learning intra-area routes
AnswerB

The OSPF network statement uses a wildcard mask that is the inverse of the interface's subnet mask. To advertise 192.168.50.0/24, the network statement must match that exact prefix, typically by using 192.168.50.0 0.0.0.255. If the wildcard mask is misconfigured—for example, 0.0.0.127 or 0.0.0.15—the interface will be excluded from the OSPF process, so R1 will not originate the route and R2 cannot learn it.

Why this answer

If the network statement on R1 does not match the interface connected to 192.168.50.0/24, OSPF will not enable on that interface and the subnet will not be advertised. The route stays absent from neighbors despite OSPF running elsewhere.

Exam trap

A frequent exam trap is believing that the OSPF process ID must match across routers to advertise specific networks or that OSPF cannot advertise directly connected LANs. Candidates may also incorrectly assume that a default route is required on a router before it can learn intra-area routes. These misconceptions lead to overlooking the actual cause: a mismatched wildcard mask in the network statement that prevents OSPF from activating on the interface.

This trap causes candidates to focus on irrelevant configuration elements instead of verifying the network statement accuracy.

Why the other options are wrong

A

The OSPF process ID is locally significant and does not affect which networks are advertised. Changing the process ID to 50 is unnecessary and does not solve the problem of missing routes.

C

OSPF can advertise directly connected LANs if their interfaces are included in the OSPF network statements. This option is incorrect because directly connected LANs are advertised when properly configured.

D

A default route is not required for a router to learn intra-area OSPF routes. OSPF routers exchange routing information through link-state advertisements without needing a default route first.

When would these options actually be correct?

A

In a different scenario where a question states that R1 is configured to use a specific OSPF process ID (e.g., 50) and asks if R2 can receive advertisements from R1, this option would be correct if R2's configuration also required matching that process ID to receive updates.

C

In a different scenario where the question states that R1 is configured to only advertise certain subnets and the specific subnet in question is not directly connected, then this option could be correct. For example, if the question specifies that R1 is configured to only advertise subnets that are not directly connected to its interfaces.

D

In a different scenario where the question states that R2 is configured to only accept routes if a default route is present, this option would be correct. For example, if R2's routing policy required a default route to be configured before accepting any OSPF routes, then this statement would apply.

Why candidates pick the wrong answer

A

Students often mistakenly think that the OSPF process ID must match the network number or area ID, confusing it with other protocols like EIGRP where the autonomous system number must match between routers.

C

Some students confuse OSPF with BGP, which by default does not advertise directly connected networks unless explicitly configured with the network command. Additionally, the concept of 'passive interface' might lead to confusion, but OSPF can still advertise the subnet even if the interface is passive.

D

Students may confuse OSPF with stub areas or default routing concepts. In some OSPF area types (like stub areas), a default route is injected, but for standard intra-area routes, no default is required.

498
MCQhard

A host with address 10.0.0.130/25 needs to identify its subnet. Which subnet is correct?

A.10.0.0.0/25
B.10.0.0.64/25
C.10.0.0.128/25
D.10.0.0.192/25
AnswerC

The /25 prefix length creates subnets with a block size of 128 addresses. The host address 10.0.0.130 has a last octet binary of 10000010, which lies within the 128-255 range, so it belongs to the subnet that starts at 10.0.0.128. The network address is therefore 10.0.0.128, with usable host addresses 10.0.0.129 through 10.0.0.254 and a broadcast address of 10.0.0.255.

Why this answer

A /25 uses blocks of 128 addresses. In plain language, that means the fourth-octet ranges are 0–127 and 128–255. Since the host address ends in 130, it belongs to the upper block, which means the subnet is 10.0.0.128/25.

This kind of question is a staple of subnetting because it tests whether you can identify the correct subnet boundary from the prefix and host address. Once you recognize the /25 split, the answer becomes straightforward.

Exam trap

Be careful not to confuse the subnet mask with the number of addresses it covers. Always calculate the address range based on the subnet mask.

Why the other options are wrong

A

The subnet 10.0.0.0/25 covers addresses 10.0.0.0 through 10.0.0.127. Since 10.0.0.130 is outside this range, it cannot belong to this subnet. The host's address must be within the subnet's range.

B

The /25 prefix length has a subnet size of 128, so valid network addresses are multiples of 128 (0, 128, 256, etc.). 10.0.0.64 is not a multiple of 128, so it is not a valid /25 network address.

D

The /25 prefix length creates subnets with a block size of 128, starting at 0, 128, 256, etc. 10.0.0.192/25 would be a valid subnet if the network started at 192, but 192 is not a valid /25 boundary because 192 is not a multiple of 128.

When would these options actually be correct?

A

If the question asked for the base address of the subnet that includes all addresses from 10.0.0.0 to 10.0.0.127, then option A would be correct as it represents the starting address of that subnet.

B

In a question where the subnet mask is changed to /26 and the host address is specified as 10.0.0.130, option B (10.0.0.64/25) could be correct if the question asks for the subnet that includes addresses from 10.0.0.64 to 10.0.0.127. This would make it a valid subnet for a different host range.

D

This option would be correct if the question asked for the subnet of a host with an address in the range of 10.0.0.192 to 10.0.0.255, such as 10.0.0.200/25. In that case, 10.0.0.192/25 would accurately represent the subnet for that host.

Why candidates pick the wrong answer

A

A student might assume that any address starting with 10.0.0.x belongs to the 10.0.0.0/24 network and forget that the /25 mask splits the /24 into two subnets. They may incorrectly think 10.0.0.0/25 includes all addresses from 0 to 255.

B

Students often confuse /25 with /26 (which has a 64-address block size) or /27 (32-address block). The number 64 is a common boundary for /26 subnets, leading to the mistaken belief that 10.0.0.64/25 is valid.

D

Students often confuse /25 boundaries with /26 boundaries (which increment by 64) or mistakenly think that any address ending in .192 could be a subnet start. The number 192 is a common subnet boundary for /26 or /27, leading to this error.

499
PBQmedium

You are connected to the console of R1. The network administrator reports that R1 cannot discover neighboring devices via CDP. R1 is connected to SW1 via GigabitEthernet0/0. You suspect CDP is disabled globally or on the interface. Your task is to enable CDP and verify neighbor discovery.

Network Topology
G0/0G0/1R1SW1

Hints

  • CDP can be disabled globally or per interface.
  • Use the 'show cdp' command to check global status.
  • After enabling, wait a few seconds for neighbor discovery.
A.Enter global configuration mode, issue 'cdp run', then enter interface configuration mode for GigabitEthernet0/0 and issue 'cdp enable'.
B.Enter global configuration mode, issue 'cdp enable', then enter interface configuration mode for GigabitEthernet0/0 and issue 'cdp run'.
C.Enter global configuration mode, issue 'cdp run', then enter interface configuration mode for GigabitEthernet0/0 and issue 'no cdp disable'.
D.Enter global configuration mode, issue 'cdp enable', then enter interface configuration mode for GigabitEthernet0/0 and issue 'no cdp disable'.
AnswerA
solution
! R1
cdp run
interface GigabitEthernet0/0
cdp enable

Why this answer

CDP was disabled globally and on the interface. Enabling CDP globally and then on the interface allows R1 to discover directly connected Cisco devices.

Exam trap

Remember that CDP requires two separate commands: 'cdp run' globally and 'cdp enable' on each interface. Do not confuse the global and interface commands, and do not invent commands like 'no cdp disable'.

Why the other options are wrong

B

The specific factual error is that 'cdp enable' is used on interfaces, not globally. The global command to enable CDP is 'cdp run'.

C

The specific factual error is that 'no cdp disable' is not a valid Cisco IOS command. The proper command is 'cdp enable'.

D

The specific factual errors are: the global command should be 'cdp run', and the interface command should be 'cdp enable'.

Why candidates pick the wrong answer

B

Candidates might confuse the global and interface commands, thinking 'cdp enable' works globally because it sounds like it enables CDP.

C

Candidates might think that since CDP can be disabled per interface with 'cdp disable', using 'no cdp disable' would re-enable it, but that command does not exist.

D

Candidates might combine two common misconceptions: confusing global and interface commands, and thinking 'no cdp disable' is valid.

500
MCQhard

A network technician is troubleshooting a DHCP relay issue. The router at the branch office is supposed to forward DHCP requests from local clients to a central DHCP server. Clients connected to Gi0/1 are not receiving IP addresses. The technician verifies that the DHCP server is reachable from the router, that no ACLs are blocking DHCP traffic, and that the DHCP scope on the server has available leases. Upon checking the running configuration, the technician notices that the ip helper-address command is applied to interface Gi0/0 (the WAN link toward the server) instead of Gi0/1. What should the technician do next?

A.Check the DHCP server logs for any error or warning messages related to the clients' requests.
B.Move the ip helper-address command from interface Gi0/0 to interface Gi0/1.
C.Issue the show ip interface brief command to ensure that interface Gi0/1 is in an up/up state.
D.Remove the ip helper-address from Gi0/0 and then reapply it to the same interface to ensure the command is active.
AnswerB

DHCP relay requires the helper address to be configured on the interface that faces the DHCP clients (the broadcast domain where clients send their DHCPDISCOVER messages). By moving the command to Gi0/1, the router will correctly intercept and forward client requests to the DHCP server.

Why this answer

The ip helper-address command must be applied to the interface that receives the DHCP broadcast from clients, which is Gi0/1 in this scenario. It converts the broadcast into a unicast directed to the DHCP server. Applying it to Gi0/0 (the WAN interface) is ineffective because broadcasts are not forwarded across routers by default, and the helper address must be on the ingress interface of the client subnet.

Exam trap

Cisco often tests the misconception that the ip helper-address should be placed on the interface closest to the server (outbound), when in fact it must be on the interface that receives the client broadcast (inbound).

Why the other options are wrong

A

This skips the obvious configuration mismatch and targets the wrong component. It assumes the issue is on the server side rather than the router's DHCP relay placement.

C

This action investigates Layer 1/2 status when the problem is already identified as a Layer 3 (DHCP relay) configuration error. It skips applying the fix and delays resolution.

D

Candidates might think the command simply didn't take effect and that reapplying it solves the problem, misunderstanding the directional requirement of DHCP relay placement.

501
MCQhard

A network engineer has implemented DHCP snooping on a Cisco switch to prevent unauthorized DHCP servers. The switch's VLAN 100 SVI is configured with ip helper-address to relay DHCP requests to a legitimate server in VLAN 200. Clients in VLAN 100 cannot obtain IP leases, even though the DHCP server is reachable from the switch and has available addresses.

A.The ip helper-address command has been incorrectly applied to VLAN 100 instead of VLAN 200.
B.The switch port that connects to the DHCP server's VLAN is not configured as a trusted DHCP snooping port.
C.DHCP snooping must be disabled globally because it conflicts with the configured DHCP relay agent.
D.The DHCP server lacks a valid default gateway, preventing replies from reaching the relay agent's SVI subnet.
AnswerB

DHCP snooping drops DHCPOFFER and DHCPACK messages received on untrusted ports, since only trusted ports are allowed to accept server-originated replies. The switch port connected to the legitimate DHCP server in VLAN 200 must be explicitly configured as trusted with 'ip dhcp snooping trust'. Without that, the relay agent forwards the client's DISCOVER, but the server's OFFER/ACK are silently discarded, leaving clients without a lease despite the relay configuration.

Why this answer

DHCP snooping treats all switch ports as untrusted by default, which blocks DHCP server messages (OFFER, ACK) from entering the switch. Even though the switch itself can reach the DHCP server, the relayed reply from the server arrives on a port that is not trusted, so DHCP snooping drops the packet before it can be forwarded to the client. Configuring the port connecting to the DHCP server as a trusted port allows the server's responses to pass through the switch, resolving the issue.

Exam trap

Cisco often tests the interaction between DHCP snooping and DHCP relay, where candidates mistakenly think the relay bypasses snooping or that the issue is with the helper-address configuration, rather than the untrusted port blocking the server's unicast reply.

Why the other options are wrong

A

Many engineers mistakenly think the helper should reside on the server VLAN; however, it must reside on the client-facing L3 interface.

C

A common misconception is that DHCP relay bypasses snooping, but snooping still inspects the server's unicast response and drops it unless the ingress port is trusted.

D

Candidates often suspect routing issues, but verified reachability eliminates this. The problem lies in the snooping policy, not IP connectivity.

502
Multi-Selectmedium

Which two statements about ARP on an IPv4 Ethernet network are correct? (Choose two.)

Select 2 answers
A.An ARP request is sent as a Layer 2 broadcast.
B.An ARP reply is normally sent as a unicast frame.
C.ARP is used to map IPv6 addresses to MAC addresses.
D.ARP is forwarded by routers across subnets by default.
AnswersA, B

An ARP request is a broadcast at Layer 2 because the sender knows the target IPv4 address but not the target MAC address. To reach all devices on the local Ethernet segment, the frame's destination MAC is set to FF:FF:FF:FF:FF:FF, causing switches to flood it out all ports and every host in the VLAN to process it. Only the device configured with the target IPv4 address responds.

Why this answer

ARP resolves an IPv4 address to a MAC address on the local segment. ARP requests are broadcast; ARP replies are typically unicast.

Exam trap

Be careful not to confuse ARP requests with replies, and remember that ARP operates only within a local segment.

Why the other options are wrong

C

ARP is specifically designed for IPv4 networks to map IPv4 addresses to MAC addresses. IPv6 uses Neighbor Discovery Protocol (NDP) with ICMPv6 messages to perform address resolution, not ARP.

D

ARP operates only within a single broadcast domain (subnet) and is not forwarded by routers. Routers separate broadcast domains and do not forward ARP requests or replies across subnets by default.

When would these options actually be correct?

C

In a question focused on IPv6 networking, where the task is to identify protocols that map addresses, an option stating that ARP maps IPv6 addresses to MAC addresses could be correct if it was framed in the context of discussing legacy support or compatibility considerations in mixed environments.

D

If the question were to ask about protocols that can be forwarded by routers, such as ICMP or routing protocols, then this option could be correct in the context of discussing how certain network protocols behave across subnets.

Why candidates pick the wrong answer

C

Students may confuse ARP with a general address resolution protocol and assume it works for both IPv4 and IPv6, especially since both involve mapping network-layer addresses to data-link layer addresses.

D

Test-takers might think that because routers forward IP packets, they would also forward ARP messages, not realizing that ARP is a Layer 2 protocol confined to the local network segment.

503
PBQhard

You are connected to R1, a Cisco router running IOS-XE. Configure SNMP v2c with a read-only community string 'publicRW' (note: the string is intentionally misnamed for the task), and SNMP v3 with user 'admin' using MD5 authentication (password 'cisco123') and DES encryption (password 'cisco456'). Ensure SNMP traps for linkUp/linkDown are sent to the management server at 192.0.2.100. Additionally, configure NetFlow export to send version 9 flow records to 192.0.2.200 on UDP port 2055, and ensure that only inbound traffic on GigabitEthernet0/0 is monitored. Finally, verify your configuration using 'show snmp' and 'show ip cache flow'.

Network Topology
G0/010.0.0.1/30G0/010.0.0.2/30linkR1R2

Hints

  • Remember to create the SNMP v3 user with both auth and priv parameters.
  • NetFlow requires both a destination and version; also apply flow monitoring on an interface.
  • Use 'snmp-server enable traps' to activate trap generation before specifying the host.
A.snmp-server community publicRW ro snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456 snmp-server enable traps snmp linkdown linkup snmp-server host 192.0.2.100 traps version 2c publicRW ip flow-export destination 192.0.2.200 2055 ip flow-export version 9 interface GigabitEthernet0/0 ip flow ingress
B.snmp-server community publicRW ro snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456 snmp-server enable traps snmp linkdown linkup snmp-server host 192.0.2.100 traps version 2c publicRW ip flow-export destination 192.0.2.200 2055 ip flow-export version 9
C.snmp-server community publicRW ro snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456 snmp-server enable traps snmp linkdown linkup snmp-server host 192.0.2.100 traps version 2c publicRW ip flow-export destination 192.0.2.200 2055 ip flow-export version 9 interface GigabitEthernet0/0 ip flow egress
D.snmp-server community publicRW ro snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456 snmp-server enable traps snmp linkdown linkup snmp-server host 192.0.2.100 traps version 2c publicRW ip flow-export destination 192.0.2.200 2055 ip flow-export version 9 interface GigabitEthernet0/0 ip flow monitor FLOW-MONITOR input
AnswerA
solution
! R1
snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456
snmp-server enable traps snmp linkdown linkup
snmp-server host 192.0.2.100 traps version 2c publicRW
ip flow-export destination 192.0.2.200 2055
ip flow-export version 9
interface GigabitEthernet0/0
ip flow ingress
end

Why this answer

The initial configuration has an SNMP v2c community string 'publicRW' set as RO, but the task requires it to be the read-only string. The SNMP v3 user 'admin' with MD5/DES is missing entirely, as are trap destinations and NetFlow export. To fix, first add the SNMP v3 user with 'snmp-server user admin admin v3 auth md5 cisco123 priv des cisco456', then enable traps with 'snmp-server enable traps snmp linkdown linkup' and 'snmp-server host 192.0.2.100 traps version 2c publicRW'.

For NetFlow, configure 'ip flow-export destination 192.0.2.200 2055', 'ip flow-export version 9', and apply flow monitoring on an interface (e.g., 'interface GigabitEthernet0/0' with 'ip flow ingress'). The 'show snmp' command will display the community strings and trap receivers, while 'show ip cache flow' will show flow records.

Exam trap

Students often forget to apply NetFlow on an interface with 'ip flow ingress' or confuse it with Flexible NetFlow commands. Also, they may omit the trap enable command or use the wrong SNMP version for trap delivery. Always ensure that NetFlow collection is enabled on an interface and that SNMP traps are both enabled globally and sent to the correct host.

Why the other options are wrong

B

The configuration omits the 'ip flow ingress' (or any) interface command, so NetFlow will not collect any traffic.

C

The 'ip flow egress' command monitors outbound traffic, not the specified inbound traffic on GigabitEthernet0/0.

D

The 'ip flow monitor FLOW-MONITOR input' command references a flexible NetFlow monitor that does not exist; traditional 'ip flow ingress' is required.

Why candidates pick the wrong answer

B

Candidates may think that configuring the export destination and version is sufficient for NetFlow to work, forgetting that flow collection must be enabled on an interface.

C

Candidates might confuse ingress and egress directions, or think that egress is also acceptable without considering the context of the verification command.

D

Candidates familiar with newer IOS-XE versions might use Flexible NetFlow commands, but the task explicitly asks for version 9, which is traditional NetFlow. The 'ip flow monitor' command is a common trap for those who confuse the two.

504
MCQmedium

Which command places a switch interface into trunking mode directly instead of relying on negotiation?

A.switchport mode trunk
B.switchport access vlan 10
C.switchport mode dynamic auto
D.spanning-tree portfast
AnswerA

The switchport mode trunk command explicitly configures the interface as an 802.1Q trunk, forcing it to carry traffic for multiple VLANs over the link. This direct configuration overrides any dynamic trunking protocol (DTP) negotiation, ensuring the port advertises itself as a trunk regardless of the neighbor's default state. It is the only command among these that definitively places the interface into trunking mode without relying on remote device behavior.

Why this answer

The direct command is `switchport mode trunk`. In plain language, this tells the switch to behave as a trunk port rather than waiting to negotiate that role through DTP. That makes the administrative intent clear and avoids ambiguity. In many production environments, explicit configuration is preferred because it is easier to understand and troubleshoot than relying on negotiation behavior.

This is a core CCNA switching idea because trunks and access ports serve very different purposes. The wrong answers either describe negotiation states or commands that relate to other aspects of VLAN behavior. The best answer is the one that directly forces the interface into trunk mode instead of merely suggesting or passively waiting for trunking.

Exam trap

Be careful not to confuse commands that involve negotiation or specify encapsulation with those that directly set the mode.

Why the other options are wrong

B

The command 'switchport access vlan 10' assigns the interface to a specific access VLAN, placing it in access mode, not trunk mode. Trunk mode is required to carry multiple VLANs, and this command does not enable trunking.

C

The command 'switchport mode dynamic auto' places the interface in a mode that waits for the neighboring switch to initiate trunking via DTP. It does not directly force trunking; the interface will only become a trunk if the neighbor is set to 'dynamic desirable' or 'trunk'.

D

The command 'spanning-tree portfast' is used to speed up the transition of an access port to the forwarding state, bypassing the listening and learning phases. It has no effect on trunking mode and is unrelated to VLAN trunk configuration.

When would these options actually be correct?

B

In a different question, if asked about configuring an access port for a specific VLAN, 'switchport access vlan 10' would be the correct answer. For example, a question might ask how to set an interface to carry traffic for VLAN 10 only.

C

In a scenario where the question asks for a command that enables dynamic trunking negotiation, 'switchport mode dynamic auto' would be correct. For example, if the question specified the need for a switch to automatically negotiate trunking with a connected switch, this command would be appropriate.

D

If the exam question asked about configuring an interface to quickly transition to forwarding state for end devices, 'spanning-tree portfast' would be the correct answer. This scenario would focus on optimizing STP for access ports rather than trunking.

Why candidates pick the wrong answer

B

Students might confuse VLAN assignment with trunking, thinking that specifying a VLAN somehow enables trunking. However, trunking is about tagging frames from multiple VLANs, not just assigning a single VLAN.

C

Test-takers may think 'dynamic auto' automatically creates a trunk, but it actually relies on negotiation and does not guarantee trunking. It is often confused with 'dynamic desirable', which actively attempts to form a trunk.

D

Students might associate 'portfast' with fast convergence or think it enables some form of trunking, but it is purely an STP optimization for edge ports and does not affect trunk mode.

505
Drag & Dropmedium

Drag and drop the following steps into the correct order to retrieve the operational status of interface GigabitEthernet0/0 using NETCONF and the ietf-interfaces YANG model.

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

Why this order

First, establish an SSH connection to the device's NETCONF subsystem (TCP port 830). The NETCONF protocol then performs a capability exchange via <hello> messages to ensure both sides support the required YANG models. Next, a <get> RPC with an XPath filter is sent to request the specific interface status.

The server replies with <rpc-reply> containing the XML data. The client parses the XML to extract the desired value. Finally, the NETCONF session is closed by a <close-session> RPC, and the SSH connection is terminated.

This order ensures a proper NETCONF transaction lifecycle.

506
MCQhard

A host cannot communicate with its default gateway. The technician uses the show arp command on the host and sees that the ARP entry for the gateway IP is incomplete. The technician has already verified that the Ethernet cable is securely connected and the switch port is active. What should the technician do next?

A.Check the switch port’s VLAN configuration and ensure the host and router interface are in the same VLAN.
B.Replace the Ethernet cable between the host and the switch.
C.Clear the ARP cache on the host and attempt to ping the gateway again.
D.Check the router’s routing table for a route to the host’s subnet.
AnswerA

If the host and gateway are in different VLANs, the ARP request broadcast never reaches the gateway, so the entry stays incomplete. This step directly addresses the most probable Layer 2 fault after excluding physical issues.

Why this answer

An incomplete ARP entry for the default gateway indicates that the host sent an ARP request but never received a reply. Since the physical layer (cable and switch port) is verified as operational, the most likely cause is a Layer 2 mismatch: the host and the router interface are in different VLANs, preventing the ARP reply from reaching the host. Checking the switch port's VLAN configuration ensures both devices are in the same broadcast domain, which is required for ARP to function.

Exam trap

Cisco often tests the distinction between Layer 2 connectivity (ARP, VLANs) and Layer 3 connectivity (routing), leading candidates to incorrectly focus on routing tables or ARP cache clearing when the real issue is a VLAN mismatch.

Why the other options are wrong

B

Candidates may equate a physical link symptom with a faulty cable, but the port’s active status indicates a good L1 connection. This action skips necessary logical checks.

C

This is a common ‘quick fix’ mindset, but in a structured troubleshooting process, clearing the cache hides information without solving the root cause.

D

Candidates might confuse local ARP failure with reachability issues to a remote subnet, but the gateway is the router itself. Routing is irrelevant until the destination is off-segment.

507
MCQeasy

Which HTTP method is normally used by a REST API client to retrieve data from a resource without changing it?

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

The GET method is the correct choice because it is specifically defined for retrieving the current representation of a resource identified by a URI. It is a safe and idempotent method, meaning it causes no side effects on the server and multiple identical requests return the same result. A RESTful API client uses GET to read resource state, such as fetching a JSON document.

Why this answer

GET requests read a resource. They are used to retrieve state or information without modifying the target object.

Exam trap

Confusing HTTP methods can lead to selecting POST or PUT when the question specifically asks for retrieving data without modification. POST is often associated with creating resources, and PUT with updating them. Selecting DELETE is clearly incorrect as it removes resources.

The trap is to overlook that GET is the only method designed to safely retrieve data without side effects, which is critical in REST API operations relevant to network programmability.

Why the other options are wrong

A

POST is incorrect because it is used to create or submit data, not to retrieve data without changes.

B

PUT is incorrect as it replaces or updates a resource, which modifies the data rather than just retrieving it.

D

DELETE is incorrect since it removes a resource, not retrieves data.

When would these options actually be correct?

A

In a question asking which HTTP method is used to submit data to a server for processing, such as creating a new user account or submitting a form, POST would be the correct answer.

B

In a different question asking which HTTP method is used to update an existing resource on a server, the correct answer would be PUT. For example, a question could state, 'Which HTTP method is used to send data to a server to update an existing resource?'

D

If the question were to ask which HTTP method is used to remove a resource from a REST API, then DELETE would be the correct answer. For example, a question might state, 'Which HTTP method is used to delete a specific resource identified by a URI?'

Why candidates pick the wrong answer

A

Students may confuse POST with GET because both can send data to the server, but POST is intended for state-changing operations, not retrieval.

B

Students might think PUT can retrieve data because it is often used in CRUD operations alongside GET, but its purpose is to update, not retrieve.

D

Students might mistakenly associate DELETE with retrieval due to its role in CRUD, but it is exclusively for deletion.

508
MCQhard

Exhibit: A router has the following routes in its routing table: - OSPF: 10.1.1.0/24 - Static: 10.1.1.128/25 - Default: 0.0.0.0/0 A packet is destined for 10.1.1.130. Which route does the router use?

A.The OSPF 10.1.1.0/24 route
B.The static 10.1.1.128/25 route
C.The default route
D.The router load-balances across all three
AnswerB

Although the OSPF route has a lower administrative distance, the destination 10.1.1.130 falls inside the 10.1.1.128/25 range, and the forwarding decision uses longest-prefix-match: the /25 mask represents 128 addresses, while the /24 represents 256, making the /25 the most specific, or longest, prefix that contains the destination. Therefore, the router forwards this packet via the static route, not by any other attribute.

Why this answer

Routers use longest-prefix match before they think about metrics. The /25 route for 10.1.1.128/25 is more specific than the /24 or the default route, so traffic for 10.1.1.130 follows that path.

Exam trap

A common exam trap is to select a route based solely on routing protocol preference or administrative distance without considering prefix length. Many candidates incorrectly choose the OSPF 10.1.1.0/24 route because OSPF is a dynamic protocol and might assume it is preferred over a static route. However, Cisco routers always apply longest-prefix match first, so the static 10.1.1.128/25 route is chosen because it is more specific.

Another trap is to think the router load-balances across all routes, but load balancing only occurs among routes with equal prefix length and metric, not across different subnet sizes.

Why the other options are wrong

A

The OSPF 10.1.1.0/24 route matches the destination IP but has a shorter prefix length than the static /25 route. Since longest-prefix match takes priority, this route is not used.

C

The default route is a last-resort route used only when no other specific routes match the destination IP. Since more specific routes exist, it is not selected here.

D

The router does not load-balance across routes with different prefix lengths because longest-prefix match selects a single best route, so this option is incorrect.

When would these options actually be correct?

A

In a scenario where the question asks which route would be used if the destination IP were 10.1.1.0, the OSPF 10.1.1.0/24 route would be the correct answer, as it matches the entire subnet and is the best match for that specific address.

C

In a scenario where the router has no specific routes for the destination address and only a default route configured (e.g., 0.0.0.0/0), a packet destined for an unknown address would use the default route. An exam question could specify that no other routes are available for the destination.

D

In a different scenario where multiple equal-cost routes exist for the same destination, and the router is configured to load-balance, this option would be correct. For example, if there were multiple static routes to 10.1.1.130 with the same metric, the router would indeed load-balance traffic across them.

Why candidates pick the wrong answer

A

Students may think that because the /24 route is learned via OSPF (a dynamic routing protocol) and has a lower administrative distance than a static route, it would be preferred. However, prefix length takes precedence over administrative distance in the forwarding decision.

C

Students might think that if a default route exists, it will be used as a catch-all. However, the router always checks for more specific matches first; the default route is the last resort.

D

Students may confuse equal-cost multipath (ECMP) load balancing with the general concept of having multiple routes. They might think that because multiple routes exist, the router will distribute traffic among them, but that only happens when routes are equally specific.

509
MCQmedium

A switch stack is running PVST+. Users on VLAN 40 lose connectivity for roughly 30 seconds every time the uplink on SW2 flaps. Based on the exhibit, which change would most directly improve convergence for this VLAN?

A.Configure spanning-tree mode rapid-pvst.
B.Increase the bridge priority on SW2 for VLAN 40.
C.Disable PortFast on all access ports.
D.Convert the uplink to a routed port.
AnswerA

Configuring `spanning-tree mode rapid-pvst` directly addresses the 30-second connectivity loss by enabling Rapid PVST+ (R-PVST+). PVST+ utilises fixed listening and learning states, contributing to the observed delay during topology changes. R-PVST+ employs a rapid convergence mechanism, such as the Proposal/Agreement (P/A) process, allowing designated and root ports to transition to forwarding much faster, often within sub-seconds. This significantly reduces the reconvergence time for VLAN 40 when SW2's uplink flaps, directly improving user connectivity.

Why this answer

The output shows VLAN 40 is still using the legacy IEEE STP process, which converges much more slowly than Rapid PVST+. Moving the switch to rapid-pvst mode gives VLAN 40 the faster proposal/agreement behavior that typically cuts convergence time from tens of seconds to a few seconds.

Exam trap

A frequent exam trap is selecting options that change the root bridge election or port roles, such as increasing bridge priority, assuming this will speed up convergence. While root bridge placement affects path selection, it does not reduce the inherent delay caused by legacy STP timers. Another trap is disabling PortFast on access ports, which only affects edge port transitions and does not influence uplink link flap recovery times.

Additionally, converting uplinks to routed ports changes the network design and removes STP from those ports, which is not the intended solution for VLAN-specific STP convergence delays. The key mistake is confusing topology optimization with protocol speed improvements.

Why the other options are wrong

B

Increasing bridge priority changes root bridge election but does not speed up the STP convergence process, so it does not resolve the 30-second connectivity loss.

C

Disabling PortFast affects only edge ports and does not influence the convergence time of uplink ports or VLANs experiencing link flaps.

D

Converting the uplink to a routed port removes it from STP but alters network design and does not specifically improve VLAN 40’s STP convergence speed.

When would these options actually be correct?

B

In a different scenario where the question asks about optimizing the spanning tree topology for a network with multiple VLANs and where SW2 is not the root bridge, increasing the bridge priority could help in making SW2 the root bridge, potentially improving overall network performance.

C

In a scenario where a question asks about improving convergence time on access ports that are incorrectly configured with PortFast enabled, disabling PortFast could be the correct answer. This would apply if the exam context indicated that the access ports were causing issues due to improper handling of STP states.

D

In a scenario where the question asks how to optimize routing performance for inter-VLAN traffic and reduce latency, converting the uplink to a routed port could be the correct answer. This would be appropriate if the focus was on routing efficiency rather than spanning tree convergence.

Why candidates pick the wrong answer

B

Students may think that making SW2 the root bridge would speed up convergence because the root bridge is central to STP operations. However, root bridge election does not affect the convergence time of individual link flaps; the STP mode is the key factor.

C

Some might confuse PortFast with features that affect uplink convergence, or think that disabling unnecessary features could improve stability. However, PortFast is designed for access ports and does not impact uplink STP convergence.

D

Routed ports do not participate in STP, so a student might think that eliminating STP on the uplink would avoid convergence delays. However, this ignores the need for loop prevention in a switched network and the fact that the uplink is a trunk carrying multiple VLANs.

510
MCQeasy

Which Cisco IOS command configures a default static route pointing to next hop 203.0.113.1?

A.ip route 0.0.0.0 0.0.0.0 203.0.113.1
B.ip default-gateway 203.0.113.1
C.default-information originate 203.0.113.1
D.route add 0.0.0.0 203.0.113.1
AnswerA

The correct Cisco IOS command for a default static route is "ip route 0.0.0.0 0.0.0.0 203.0.113.1". The all-zero prefix and all-zero mask act as a wildcard, matching every destination IP address. Traffic with no more specific route matching in the routing table is forwarded to the next hop 203.0.113.1, establishing a default gateway for the router.

Why this answer

A default static route uses the all-zero network and mask, followed by the next-hop IP address or exit interface.

Exam trap

Remember that a default static route uses the all-zero network and mask, not a /32 mask or an exit interface unless specified.

Why the other options are wrong

B

The ip default-gateway command is used on Cisco switches in Layer 2 mode or on routers when IP routing is disabled. On a router with IP routing enabled, this command does not create a static route; it only sets the default gateway for the management interface, not for forwarding traffic.

C

The default-information originate command is used in routing protocols like OSPF or EIGRP to inject a default route into the routing domain. It does not create a static route itself; it only advertises an existing default route (which must already be present in the routing table) to other routers.

D

The route add command is used in Windows or Linux operating systems, not in Cisco IOS. Cisco IOS uses the ip route command to configure static routes. Using route add on a Cisco router would result in an unrecognized command error.

When would these options actually be correct?

B

If the exam question asked for the command to configure a default gateway on a Layer 2 switch or a router in a non-routing mode, then 'ip default-gateway 203.0.113.1' would be the correct answer, as it specifies the next hop for traffic leaving the device.

C

If the exam question asked for a command to advertise a default route to other routers in a routing protocol like OSPF or EIGRP, then 'default-information originate' would be the correct answer, indicating that the router should inform others about the default route.

D

If the question were about configuring static routes on a Linux-based router or system, 'route add 0.0.0.0 203.0.113.1' would be the correct command to set a default route to the next hop 203.0.113.1.

Why candidates pick the wrong answer

B

Students often confuse ip default-gateway with a default static route because both involve a default path. However, ip default-gateway is only effective when routing is disabled, whereas a default static route is used when routing is enabled.

C

The phrase 'default' in the command name leads students to think it creates a default route. However, it is a routing protocol command, not a static route configuration command.

D

Students familiar with other operating systems may mistakenly apply the same syntax to Cisco IOS. The similarity in purpose (adding a route) makes it tempting, but the command syntax is platform-specific.

511
MCQhard

A network engineer receives a call that users in VLAN 10 on Switch B cannot ping the default gateway, which is a router on a stick connected to Switch A. The engineer checks the Spanning Tree Protocol state on the interface connecting Switch A to Switch B (GigabitEthernet0/1) and finds it is in a root-inconsistent state. Which command output best explains the cause of the issue?

A.The interface is in err-disable state due to BPDU guard.
B.Root guard is enabled and the port received a superior BPDU, causing it to become root-inconsistent.
C.Loop guard is enabled and the port is in a blocking state due to missing BPDUs.
D.The port is in a forwarding state but the VLAN is misconfigured.
AnswerB

Root guard is correctly the cause: when a port configured with root guard receives a superior BPDU (i.e., a BPDU that would make the local switch root or change the root bridge), the port is moved to a root-inconsistent state. This blocks all traffic on the port to protect the existing root bridge and prevent a rogue switch from hijacking the spanning tree. The symptom matches exactly—the port is administratively placed in this state, not in err-disable or loop-inconsistent.

Why this answer

Root guard, when enabled on a port, places that port into a root-inconsistent blocking state if it receives a superior BPDU, preventing the switch from becoming the root bridge. This root-inconsistent state stops forwarding traffic, which explains why users in VLAN 10 cannot reach the default gateway. The port remains physically up but is blocked by spanning tree, so normal interface status would not show a down state, making the root-inconsistent state the key indicator.

Exam trap

Candidates often confuse root guard with BPDU guard: BPDU guard err-disables a port upon receiving any BPDU on a PortFast port, while root guard responds to superior BPDUs by placing the port in root-inconsistent state, not err-disable.

Why the other options are wrong

A

BPDU guard causes an err-disable state, which would show the interface as down or err-disabled, not as root-inconsistent.

C

Loop guard places a port into loop-inconsistent blocking state when BPDUs stop being received, not when a superior BPDU is received.

D

A forwarding state would allow traffic; the problem here is that the port is in a blocked state due to root guard, not a misconfigured VLAN.

Why candidates pick the wrong answer

A

Students may confuse BPDU guard with root guard because both involve BPDU protection and can cause ports to block. The term 'err-disable' is commonly associated with BPDU guard, making it a plausible distractor.

C

Both root guard and loop guard are STP enhancement features that can cause ports to block. Students may confuse the conditions: root guard reacts to superior BPDUs, while loop guard reacts to missing BPDUs.

D

Students might think that VLAN misconfiguration could cause connectivity issues, and if they overlook the interface status, they might choose this option. However, the interface being down points to a Layer 1 or STP issue, not a VLAN mismatch.

512
PBQmedium

You are connected to SW1 via console. SW1 is a Layer 2 switch. Port G0/1 connects to a PC that should be allowed only one MAC address. Currently, the port is configured with default settings. You need to enable port security on G0/1, set the maximum MAC addresses to 1, configure the port to shut down if a violation occurs, and ensure that the first learned MAC address is sticky (i.e., saved to the running config).

Network Topology
G0/1PCSW1

Hints

  • Port security must be enabled on an access port or trunk port.
  • The 'sticky' keyword makes the MAC address sticky and adds it to the running config.
A.interface G0/1 switchport port-security switchport port-security maximum 1 switchport port-security violation shutdown switchport port-security mac-address sticky
B.interface G0/1 switchport port-security switchport port-security maximum 1 switchport port-security violation protect switchport port-security mac-address sticky
C.interface G0/1 switchport port-security switchport port-security maximum 2 switchport port-security violation shutdown switchport port-security mac-address sticky
D.interface G0/1 switchport port-security switchport port-security maximum 1 switchport port-security violation shutdown switchport port-security mac-address 0000.1111.2222
AnswerA
solution
! SW1
interface gigabitethernet0/1
switchport port-security
switchport port-security maximum 1
switchport port-security violation shutdown
switchport port-security mac-address sticky

Why this answer

Enabling port security and setting maximum MAC addresses to 1 limits the port to one device. The violation shutdown mode disables the port if another MAC attempts to use it. Sticky MAC learning dynamically learns the first MAC and saves it to the running configuration.

Exam trap

Be careful to distinguish between the different violation modes: shutdown (disables port), protect (drops packets without notification), and restrict (drops packets and sends SNMP trap). Also, note that sticky MAC learning is different from statically configuring a MAC address; sticky learning automatically saves the learned MAC to the running config.

Why the other options are wrong

B

The violation mode 'protect' does not shut down the port; it only drops offending traffic. The question explicitly requires the port to shut down.

C

The maximum MAC addresses must be set to 1 to restrict the port to a single device. Setting it to 2 allows an additional device.

D

The command 'switchport port-security mac-address 0000.1111.2222' statically assigns a MAC address, which does not allow dynamic learning. Sticky learning is enabled with the 'sticky' keyword.

Why candidates pick the wrong answer

B

Candidates may confuse the different violation modes (protect, restrict, shutdown) and might think 'protect' is sufficient because it prevents unauthorized traffic, but it does not disable the port.

C

Candidates might mistakenly think that the default maximum is 1 or that setting it to 2 is acceptable, but the question explicitly requires a maximum of 1.

D

Candidates may think that manually configuring a MAC address is equivalent to sticky learning, but sticky learning dynamically learns and saves the first MAC, whereas static configuration requires manual entry and does not adapt.

513
MCQmedium

Which IPv6 address type is automatically created on an interface and used for communication on the local link only?

A.Global unicast
B.Link-local
C.Unique local
D.Multicast
AnswerB

Link-local addresses (fe80::/10) are automatically generated on all IPv6-enabled interfaces and remain confined to a single link; they are not routed by routers. This automatic creation happens immediately when IPv6 is enabled on the interface, and the address is typically derived from the interface's MAC address using EUI-64 or generated randomly with privacy extensions. This is the address type the question refers to.

Why this answer

Every IPv6-enabled interface generates a link-local address, typically in the FE80::/10 range. It is used for neighbor discovery, local communication, and next-hop resolution on the same link.

Exam trap

A common exam trap is confusing link-local addresses with unique local or global unicast addresses. Link-local addresses are automatically generated and only valid on the local link, whereas unique local addresses resemble private IPv4 addresses but are routable within an organization. Multicast addresses are not assigned to interfaces for unicast communication, so selecting multicast is incorrect.

Understanding the scope and automatic generation of link-local addresses is critical.

Why the other options are wrong

A

Global unicast addresses are routable beyond the local link and are not automatically created for local link communication only.

C

Unique local addresses are similar to private IPv4 addresses and are routable within an organization, not limited to the local link.

D

Multicast addresses are used for group communication and are not assigned as interface addresses for unicast communication.

When would these options actually be correct?

A

If the question asked for an IPv6 address type that is routable on the internet and can be used for global communication, then Global unicast would be the correct answer, as it is designed for that purpose.

C

If the question were to ask which IPv6 address type is used for communication within a private network and is not routable on the global internet, then Unique Local would be the correct answer, as it fits the criteria for private addressing.

D

If the question asked for the type of IPv6 address used for sending packets to multiple devices on a local network segment, then 'multicast' would be the correct answer. For example, a question could specify the address type used for group communication within a local subnet.

Why candidates pick the wrong answer

A

Students might think global unicast is automatically created because of SLAAC (Stateless Address Autoconfiguration), but SLAAC generates addresses based on a prefix advertised by a router, not automatically without a router. Additionally, global unicast is not limited to the local link.

C

Students may confuse unique local with link-local because both are not globally routable. However, unique local addresses are site-local (routable within an organization) and not automatically generated for local-link-only communication.

D

Students may confuse multicast with link-local because both are confined to the local link in some contexts (e.g., multicast groups like FF02::1). However, multicast is not a unicast address type assigned to an interface; it is a destination address for group communication.

514
MCQhard

A network administrator is troubleshooting an IPv6 connectivity issue on a newly deployed router. The router's G0/0/0 interface is configured with an IPv6 address using EUI-64, but hosts on that subnet cannot reach the router's link-local address. The administrator runs 'show ipv6 interface g0/0/0' and sees that the interface is up/up but the IPv6 address is not in the expected format. What is the most likely cause of the problem?

A.The interface is administratively down.
B.The IPv6 address was not configured correctly; the 'ipv6 address' command was likely omitted or misconfigured.
C.The MAC address of the interface is invalid, preventing EUI-64 from generating a proper address.
D.The router is not sending Router Advertisements, so hosts cannot autoconfigure.
AnswerB

If the 'ipv6 address' command was omitted, IPv6 is not enabled, and no link-local address exists. If it was misconfigured (e.g., missing the `eui-64` keyword), the router would still have a link-local address, so the symptom of hosts unable to reach the link-local address would not occur. Therefore, omission is the most likely cause given the symptom.

Why this answer

The router's G0/0/0 interface is up/up, but the IPv6 address is not in the expected EUI-64 format. This indicates that the 'ipv6 address' command was likely omitted entirely, because if it were simply misconfigured (e.g., without the `eui-64` keyword), the router would still automatically generate a link-local address, and hosts would be able to reach it. Since hosts cannot reach the link-local address, IPv6 is not enabled on the interface at all.

The correct configuration requires the `ipv6 address` command with the appropriate prefix and the `eui-64` keyword.

Exam trap

Cisco often tests the distinction between interface status (up/up) and configuration correctness, leading candidates to assume that a working interface means the IPv6 address is properly configured, when in fact the address may be missing or misconfigured.

Why the other options are wrong

A

The 'show ipv6 interface' output shows 'up, line protocol is up', indicating the interface is not administratively down. An administratively down interface would show 'administratively down' in the output.

C

The link-local address (FE80::21A:2BFF:FE3C:4D5E) is correctly formed using EUI-64, which requires a valid MAC address. The presence of 'FF:FE' in the middle indicates EUI-64 is functioning properly, so the MAC address is valid.

D

The output shows 'ND router advertisements are sent every 200 seconds', confirming that Router Advertisements are enabled. The problem is about the router's own IPv6 address, not host autoconfiguration.

Why candidates pick the wrong answer

A

Students often confuse 'up/up' with 'administratively down' when troubleshooting connectivity issues, but the output clearly indicates the interface is operational.

C

Students may think that an invalid MAC address could cause EUI-64 to fail, but the output shows a properly formed link-local address, ruling out this issue.

D

Router Advertisements are critical for SLAAC, and students might assume that missing RAs cause connectivity issues. However, the question focuses on the router's address, not host configuration.

515
MCQhard

A route to 10.10.20.0/24 disappears when an OSPF adjacency fails. Which design would most directly provide an automatic backup without changing the primary OSPF path during normal operation?

A.A floating static route with a higher administrative distance than OSPF
B.A standard static route with the default administrative distance of 1
C.Removing OSPF entirely and using only a default route
D.Disabling the routing table on the router until failure occurs
AnswerA

A floating static route is configured with an administrative distance greater than OSPF's default of 110 (commonly 120 or 150). Because the router prefers the lowest AD, this route stays out of the routing table while OSPF is healthy, but it is immediately installed when OSPF loses the route. This gives you a backup path without ever overriding OSPF's normal forwarding decision, which is exactly what a floating route is designed to do.

Why this answer

The most direct design is a floating static route with a higher administrative distance than OSPF. In plain language, that means the router keeps a manually configured backup route in reserve but does not use it while the OSPF route remains healthy. If the OSPF path disappears, the backup static route becomes active automatically. This is a very common and practical way to add simple failover.

The key requirement in the question is that the primary OSPF path should remain unchanged under normal conditions. A normal static route with default distance would override OSPF and break that goal. A floating static route avoids that by staying less preferred until a failure occurs. That is why it is the correct design choice here.

Exam trap

Avoid assuming that static routes are always less preferred than dynamic routes without considering administrative distance.

Why the other options are wrong

B

A standard static route with the default administrative distance of 1 would override the OSPF route (AD 110) because a lower AD is preferred. This would replace the primary OSPF path with the static route, not provide a backup that only activates upon failure.

C

Removing OSPF entirely eliminates the primary dynamic routing protocol, which is not a backup solution. The question requires preserving OSPF as the normal path and only providing an automatic backup when OSPF fails.

D

Disabling the routing table is not a valid operational practice; routers require the routing table to forward packets. This option does not provide any automatic backup mechanism and would break connectivity entirely.

When would these options actually be correct?

B

In a different scenario where the question asks for a static route to be preferred under all circumstances, a standard static route with an administrative distance of 1 would be correct. For example, if the question specifies that OSPF is not required and a static route should always be used for traffic to a specific destination.

C

In a scenario where a network is designed to only use a default route for all outbound traffic, and OSPF is deemed unnecessary due to a simple topology, the question might ask for the most efficient routing method. In that case, using a default route would be the correct answer.

D

In a scenario where a question asks for a method to temporarily suspend routing while performing maintenance or troubleshooting without affecting the overall network performance, disabling the routing table could be deemed appropriate to ensure no traffic is routed incorrectly during that time.

Why candidates pick the wrong answer

B

Students may think that any static route can serve as a backup, but they overlook that the default AD of 1 makes it preferred over OSPF, thus changing the primary path rather than floating behind it.

C

Some might think that using only a default route simplifies the design, but this does not maintain OSPF as the primary path and does not provide a backup for the specific /24 route.

D

The idea of 'disabling until failure' might sound like a failover concept, but it is not how routing works. Students may confuse this with route filtering or policy-based routing, but it is not a standard feature.

516
Matchingmedium

Match each API workflow concept to the description that best fits it.

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

Concepts
Matches

Target resource path

Requested action such as retrieve or delete

Access-related value carried by the client

Structured payload format

Why these pairings

Ly defines REST as a stateless architectural style using standard HTTP methods (GET, POST, PUT, DELETE) and typically exchanging data in JSON or XML. Option B is incorrect because SOAP uses XML, not JSON, and is not lightweight; it is a protocol with strict standards. Option C is incorrect because GraphQL is a query language, not a protocol requiring XML schemas; it allows clients to request specific data, often using JSON.

Option D is incorrect because webhooks are callback-based push notifications triggered by events, not periodic polling.

Exam trap

Candidates often confuse the characteristics of REST and SOAP, mistakenly thinking SOAP is lightweight or uses JSON, or that GraphQL requires XML schemas. Webhooks are frequently misinterpreted as polling mechanisms instead of event-driven callbacks.

When would these options actually be correct?

B

If the question asked: 'Which protocol uses XML-based messaging, supports ACID transactions, and is often used in enterprise environments?' then SOAP would be correct.

C

If the question asked: 'Which API technology uses a type system to define queries and mutations, allowing clients to request exactly the data they need?' then GraphQL would be the correct answer.

D

In a question asking to match 'a method for polling servers at regular intervals to check for updates' to the correct concept, the answer would be 'polling' or 'long polling', not webhooks.

Why candidates pick the wrong answer

B

Candidates may confuse SOAP with REST due to both being web service protocols, or mistakenly think JSON is used in SOAP because JSON is common in modern APIs.

C

Candidates may confuse GraphQL's subscription feature for real-time notifications and mistakenly think it requires XML schemas due to familiarity with SOAP's strict XML requirements.

D

Candidates may confuse webhooks with polling because both are used to get updates, but they forget that webhooks are event-driven push notifications, not scheduled pull requests.

517
PBQhard

You are connected to R1. The inside network 192.168.1.0/24 must be translated to the outside interface IP (198.51.100.1) using PAT (NAT overload). Additionally, a static NAT entry must map host 192.168.1.10 to 203.0.113.10. The current configuration is incomplete and contains errors. Correct the configuration so that both translations work properly.

Network Topology
G0/0 inside192.168.1.1/24G0/1 outside198.51.100.1/24R1

Hints

  • Check the direction of NAT on each interface (inside vs outside).
  • The PAT command requires the keyword 'overload' to enable port address translation.
  • The access list must match the inside local network, not a different subnet.
A.interface GigabitEthernet0/1 ip nat outside ! access-list 1 permit 192.168.1.0 0.0.0.255 ! ip nat inside source list 1 interface GigabitEthernet0/1 overload ip nat inside source static 192.168.1.10 203.0.113.10
B.interface GigabitEthernet0/1 ip nat inside ! access-list 1 permit 192.168.1.0 0.0.0.255 ! ip nat inside source list 1 interface GigabitEthernet0/1 overload ip nat inside source static 192.168.1.10 203.0.113.10
C.interface GigabitEthernet0/1 ip nat outside ! access-list 1 permit 10.0.0.0 0.255.255.255 ! ip nat inside source list 1 interface GigabitEthernet0/1 ip nat inside source static 192.168.1.10 203.0.113.10
D.interface GigabitEthernet0/1 ip nat outside ! access-list 1 permit 192.168.1.0 0.0.0.255 ! ip nat inside source list 1 interface GigabitEthernet0/1 overload ip nat inside source static tcp 192.168.1.10 80 203.0.113.10 80
AnswerA
solution
! R1
interface GigabitEthernet0/1
ip nat outside
exit
ip nat inside source list 1 interface GigabitEthernet0/1 overload
access-list 1 permit 192.168.1.0 0.0.0.255

Why this answer

The configuration has three issues: 1) GigabitEthernet0/1 is incorrectly set as 'ip nat inside' instead of 'ip nat outside'. 2) The PAT command is missing the 'overload' keyword. 3) Access-list 1 permits 10.0.0.0/8, not the inside subnet 192.168.1.0/24. The commands fix these: change the interface to 'ip nat outside', add 'overload' to the PAT command, and update the ACL to permit the correct inside network.

Exam trap

Watch out for three common mistakes: 1) Forgetting to set the outside interface as 'ip nat outside'. 2) Using an ACL that does not match the inside network. 3) Omitting the 'overload' keyword for PAT. Also, do not add protocol/port to static NAT unless specifically required.

Why the other options are wrong

B

The specific factual error is that the interface facing the outside (public) network is incorrectly configured as 'ip nat inside'.

C

The specific factual errors are: 1) The ACL does not match the correct inside network. 2) The 'overload' keyword is omitted, preventing PAT from working.

D

The specific factual error is that the static NAT command includes protocol and port, limiting the translation to TCP port 80 only.

Why candidates pick the wrong answer

B

Candidates might think that both inside and outside interfaces can be marked as 'inside' if they are internal, but the outside interface must be explicitly marked as 'outside'.

C

Candidates might mistakenly use a standard ACL that permits a different private range (10.0.0.0/8) and forget the 'overload' keyword, thinking it is optional.

D

Candidates might think that static NAT requires specifying a port for the translation, but a simple 'ip nat inside source static' without port creates a one-to-one mapping for all traffic.

518
MCQmedium

Why is NTP especially valuable when a company uses a centralized Syslog server?

A.It synchronizes device clocks so centralized log timestamps can be correlated accurately.
B.It assigns the Syslog server its IP address.
C.It replaces the need for Syslog entirely.
D.It encrypts all Syslog messages automatically.
AnswerA

This is correct because time alignment improves the usefulness of centralized logs.

Why this answer

NTP is especially valuable because it aligns device clocks, which makes centralized log timestamps much easier to interpret. In practical terms, if devices disagree on time, the combined log stream becomes harder to trust and correlate. NTP improves the timeline accuracy of operational and security analysis.

This is why NTP and Syslog are often discussed together. One centralizes events, and the other makes those events easier to line up correctly.

Exam trap

A common exam trap is to confuse NTP’s role with other network functions such as IP addressing or encryption. Some candidates incorrectly think NTP assigns IP addresses to devices or encrypts Syslog messages. This misunderstanding leads to selecting options that describe unrelated functions.

NTP’s sole purpose is to synchronize clocks across devices, enabling accurate timestamping of logs. Misinterpreting this can cause candidates to overlook the critical importance of time alignment in centralized logging environments, which is the core reason NTP is valuable when using a centralized Syslog server.

Why the other options are wrong

B

Incorrect because NTP does not assign IP addresses; IP addressing is handled by DHCP or manual configuration, not time synchronization protocols.

C

Incorrect because NTP does not replace Syslog; NTP provides time synchronization, while Syslog collects and centralizes log messages from devices.

D

Incorrect because NTP does not encrypt Syslog messages; encryption requires separate protocols such as TLS or IPsec, not time synchronization services.

When would these options actually be correct?

B

In a question focused on network configuration protocols, such as one asking about how devices obtain their network settings, option B could be correct if it stated that a protocol assigns IP addresses. For example, a question could ask which protocol is responsible for assigning IP addresses to devices in a network.

C

If the exam question asked about technologies that can replace traditional logging methods or systems, then this option could be correct. For example, a question could ask about a hypothetical scenario where a new logging protocol entirely supersedes Syslog, making NTP irrelevant.

D

If the exam question asked about a protocol that provides both time synchronization and encryption for log messages, such as a secure logging protocol that includes NTP-like features, then this option would be correct. For example, a question could specify a scenario where encrypted logging is required alongside time synchronization.

Why candidates pick the wrong answer

B

Students might confuse NTP with DHCP or other protocols that provide network configuration, or they might think that NTP is involved in network discovery. However, NTP's sole purpose is time synchronization.

C

A student might think that since NTP provides timestamps, it could replace the need for a separate logging system. However, Syslog is needed for the actual log content and transport.

D

Students might assume that because NTP is a network protocol, it could also handle security. However, NTP has no encryption capabilities; it is purely for time synchronization.

519
PBQhard

You are connected to R1 via console. R1 is a router that connects two internal subnets (192.168.1.0/24 and 192.168.2.0/24) to the internet via a serial link to ISP. Currently, no ACL is applied. Your task is to configure an extended named ACL on R1 that permits only HTTP (TCP/80) and HTTPS (TCP/443) traffic from the 192.168.1.0/24 subnet to the internet, and denies all other traffic from that subnet. Traffic from 192.168.2.0/24 must be permitted without restriction. Apply the ACL inbound on the interface facing the internal subnets. Additionally, verify that the implicit deny is not blocking necessary traffic by ensuring that the ACL correctly handles the traffic.

Network Topology
G0/0192.168.1.1/24serialR1ISP

Hints

  • Traffic from 192.168.1.0/24 enters R1 through G0/0, so apply the ACL inbound on G0/0.
  • The ACL must include a permit statement for 192.168.2.0/24 to avoid being blocked by implicit deny.
  • Use the 'eq' keyword to match specific port numbers for HTTP (80) and HTTPS (443).
A.ip access-list extended FILTER permit tcp 192.168.1.0 0.0.0.255 any eq 80 permit tcp 192.168.1.0 0.0.0.255 any eq 443 permit ip 192.168.2.0 0.0.0.255 any interface g0/0 ip access-group FILTER in
B.ip access-list extended FILTER permit tcp 192.168.1.0 0.0.0.255 any eq 80 permit tcp 192.168.1.0 0.0.0.255 any eq 443 permit ip 192.168.2.0 0.0.0.255 any interface g0/0 ip access-group FILTER out
C.ip access-list extended FILTER permit tcp 192.168.1.0 0.0.0.255 any eq 80 permit tcp 192.168.1.0 0.0.0.255 any eq 443 permit ip 192.168.2.0 0.0.0.255 any interface g0/1 ip access-group FILTER in
D.ip access-list extended FILTER permit tcp 192.168.1.0 0.0.0.255 any eq 80 permit tcp 192.168.1.0 0.0.0.255 any eq 443 permit ip 192.168.2.0 0.0.0.255 any interface g0/0 ip access-group FILTER in interface g0/1 ip access-group FILTER in
AnswerA
solution
! R1
ip access-list extended FILTER
permit tcp 192.168.1.0 0.0.0.255 any eq 80
permit tcp 192.168.1.0 0.0.0.255 any eq 443
permit ip 192.168.2.0 0.0.0.255 any
interface gigabitEthernet0/0
ip access-group FILTER in

Why this answer

The task required an extended ACL to permit HTTP/HTTPS from 192.168.1.0/24 and all traffic from 192.168.2.0/24. The candidate must create a named ACL (e.g., FILTER), add two permit statements for TCP/80 and TCP/443 from 192.168.1.0 0.0.0.255 to any, then a permit ip from 192.168.2.0 0.0.0.255 to any. The ACL is applied inbound on G0/0 (the interface facing 192.168.1.0/24) because traffic from that subnet enters R1 through G0/0.

Applying it outbound on G0/0 would be incorrect, as it would only filter traffic leaving that subnet, not entering. Also, the ACL must be applied on the correct interface to avoid blocking traffic from 192.168.2.0/24, which enters via G0/1.

Exam trap

The most common trap is confusing inbound vs outbound ACL application. Remember: inbound ACL filters traffic entering the interface; outbound ACL filters traffic leaving the interface. For traffic originating from a subnet, apply the ACL inbound on the interface connected to that subnet.

Why the other options are wrong

B

The ACL is applied in the wrong direction. For traffic originating from 192.168.1.0/24, the ACL must be applied inbound on the interface where that traffic enters the router (G0/0).

C

The ACL is applied on the wrong interface. The interface facing the restricted subnet (192.168.1.0/24) is G0/0, not G0/1.

D

The ACL should only be applied on the interface where the restricted subnet traffic enters (G0/0). Applying it on G0/1 is redundant and could inadvertently filter traffic from 192.168.2.0/24 if the ACL is modified later.

Why candidates pick the wrong answer

B

Candidates often confuse inbound vs outbound ACL application. They might think 'outbound' filters traffic going out to the internet, but the direction is relative to the interface, not the destination.

C

Candidates might mistakenly think that because the ACL permits all traffic from 192.168.2.0/24, it should be applied on that interface. However, the ACL must be applied on the interface where the traffic to be filtered enters.

D

Candidates might think that since the ACL permits traffic from both subnets, it should be applied on both interfaces to be thorough. However, the ACL is designed to restrict traffic from 192.168.1.0/24, so it only needs to be applied where that traffic enters.

520
MCQhard

A network administrator is troubleshooting connectivity loss in a switched network. All switches run Rapid PVST+. A host connected to an access port on SwitchC can no longer reach the default gateway. The access port is configured with PortFast and BPDU Guard. The administrator checks the interface status and finds it in an err-disabled state. What is the most likely cause of this issue?

A.The root bridge election failed, causing a loop.
B.BPDU Guard detected a BPDU on a PortFast-enabled port and disabled it.
C.Rapid PVST+ is not compatible with PortFast.
D.The port is configured as a trunk but should be an access port.
AnswerB

BPDU Guard is a security feature that monitors PortFast-enabled ports for incoming BPDUs. When a BPDU is received, it immediately transitions the port to err-disabled state to prevent a potential switching loop, as a valid access port should never receive BPDUs. This exactly matches the symptom: Gi0/1 is down/err-disabled after BPDU Guard was enabled. The port will remain disabled until manually re-enabled or errdisable recovery is configured.

Why this answer

B is correct because BPDU Guard is designed to protect the spanning-tree topology by disabling a PortFast-enabled port if it receives a BPDU, placing the port in err-disabled state. Option A is incorrect: a root bridge election failure would not cause a port to err-disable; loops do not directly trigger this state without BPDU Guard. Option C is incorrect because PortFast and BPDU Guard work with all spanning-tree variants including Rapid PVST+.

Option D is incorrect: a trunk misconfiguration alone would not cause err-disable unless BPDU Guard detects a BPDU on a PortFast port.

Exam trap

Cisco often tests the misconception that PortFast and BPDU Guard are incompatible with Rapid PVST+, but in reality, PortFast is a port-level feature that works identically across all spanning-tree variants, and BPDU Guard is the mechanism that causes the err-disabled state when a BPDU is received.

Why the other options are wrong

A

A root bridge election failure would not place the port in err-disabled state; it would cause loops but not trigger BPDU Guard directly.

C

PortFast and BPDU Guard are fully compatible with Rapid PVST+; this option implies incompatibility, which is incorrect.

D

A trunk misconfiguration alone would not cause the port to go err-disable unless a BPDU is received on a PortFast-enabled port, and BPDU Guard is the specific mechanism for that.

Why candidates pick the wrong answer

A

Students may associate connectivity loss with root bridge issues or loops, but the err-disabled state specifically points to a port security feature like BPDU Guard.

C

Some might think that Rapid PVST+ requires BPDUs on all ports, but PortFast is a standard feature that bypasses the listening/learning states and works with any spanning-tree mode.

D

Students might confuse access port configuration with trunk issues, especially if they think the default gateway is on a different VLAN. However, the err-disabled state is directly caused by BPDU Guard.

521
MCQmedium

Exhibit: R1 has a static default route to 192.0.2.2 and also learns a default route from OSPF. Which default route is installed in the routing table?

A.The OSPF default route because dynamic routes are preferred
B.The static default route because its administrative distance is lower
C.Both default routes because they have the same prefix length
D.Neither route until a floating static route is configured
AnswerB

Although both routes share the same /0 prefix, the static default route is installed because its administrative distance of 1 is far lower than OSPF's 110. The Cisco routing table uses AD to break ties between routes to the same destination learned from different protocols, and the lower the AD, the more trustworthy the source. Therefore, the static default route is selected and placed in the routing table, while the OSPF default route is not installed unless the static route fails.

Why this answer

When two routes to the same prefix are learned from different sources, the router compares administrative distance first. A static route has AD 1 by default, while OSPF has AD 110, so the static default route wins unless its AD was changed manually.

Exam trap

A common exam trap is believing that OSPF default routes always override static default routes because dynamic routing protocols are 'more intelligent' or 'preferred.' This misconception leads to selecting the OSPF route as installed, ignoring the fundamental Cisco routing rule that administrative distance determines route preference. Since static routes have a default AD of 1 and OSPF routes have an AD of 110, the static route is preferred unless its AD is manually changed. Misunderstanding this can cause incorrect answers and confusion about route installation behavior.

Why the other options are wrong

A

This option is incorrect because dynamic routes like OSPF are not automatically preferred over static routes. Administrative distance determines preference, and static routes have a lower AD than OSPF by default.

C

This option is incorrect because having the same prefix length does not mean both routes are installed. The router uses administrative distance to choose a single best route.

D

This option is incorrect because a normal static default route is valid and installed immediately. A floating static route is only needed if you want a backup route with a higher AD.

When would these options actually be correct?

A

In a different scenario where the static route has a higher administrative distance than the OSPF default route, such as if the static route was configured with an AD of 200, then the OSPF default route would be installed in the routing table instead of the static one.

C

In a different scenario where the question states that both routes are being used for load balancing and the router is configured to support multiple equal-cost routes, this option could be correct, allowing both default routes to be installed in the routing table.

D

In a different scenario where the static route has a higher administrative distance than the OSPF route, and there is a configuration that prevents the static route from being installed until a floating static route is defined, this option would be correct. For example, if the static route's administrative distance was set to a higher value than OSPF's.

Why candidates pick the wrong answer

A

Students may think that dynamically learned routes are more trustworthy because they reflect current network topology, but static routes have a lower AD by design.

C

Students often confuse the rule that equal prefix length allows load balancing with the rule that AD is the primary tiebreaker; they may think equal prefix length means both routes are installed.

D

The term 'floating static route' is often misunderstood; students may think that all static routes require special configuration to be installed, but only those with higher AD than the dynamic route are considered floating.

522
PBQhard

You are connected to R1. Configure HSRP so that R1 becomes the active router for VLAN 10, with a virtual IP of 192.168.10.1. Ensure that R1 preempts if it comes back online after a failure. Also, configure R1 to decrement its HSRP priority by 20 if its GigabitEthernet0/1 interface goes down. The current configuration shows both routers as active — identify and fix the issues.

Network Topology
Gi0/0.10192.168.10.3/24Gi0/0.10192.168.10.2/24switchR1R2

Hints

  • Both routers show Active because they have equal priority and no preempt.
  • The virtual IP configured is 192.168.10.254 but the task requires 192.168.10.1.
  • To ensure R1 is active, set its priority higher than R2's default (100) and enable preempt.
A.Change the virtual IP to 192.168.10.1, set priority to 110, enable preempt, and track interface GigabitEthernet0/1 with decrement 20.
B.Change the virtual IP to 192.168.10.1, set priority to 100, enable preempt, and track interface GigabitEthernet0/1 with decrement 20.
C.Change the virtual IP to 192.168.10.254, set priority to 110, enable preempt, and track interface GigabitEthernet0/1 with decrement 20.
D.Change the virtual IP to 192.168.10.1, set priority to 110, enable preempt, but do not track any interface.
AnswerA
solution
! R1
interface GigabitEthernet0/0.10
standby 10 ip 192.168.10.1
standby 10 priority 110
standby 10 preempt
standby 10 track GigabitEthernet0/1 20

Why this answer

The scenario indicates both routers appear as Active, which is abnormal. This could result from a misconfigured virtual IP or group number mismatch. The required fix is to set the virtual IP to 192.168.10.1, assign R1 a higher priority (110 vs R2's default 100), enable preempt so R1 reclaims active role after failure, and track GigabitEthernet0/1 with a decrement of 20 to lower priority if that interface goes down.

Exam trap

Watch for three common mistakes: (1) forgetting to set a higher priority to win the election, (2) using the wrong virtual IP address, and (3) omitting the track command when required. Also note that preempt alone does not guarantee active status if priorities are equal.

Why the other options are wrong

B

HSRP election uses priority as the primary tie-breaker; equal priority leads to comparison of primary IP addresses, which may not favor R1.

C

The virtual IP address must be consistent across all HSRP routers and match the configured gateway; a mismatch prevents proper operation.

D

Without tracking, R1's priority remains unchanged even if the uplink fails, so R1 would remain active despite losing connectivity, causing traffic black-holing.

Why candidates pick the wrong answer

B

Candidates may think preempt alone is sufficient to make R1 active, but preempt only triggers re-election after a failure; it does not guarantee R1 wins if priorities are equal.

C

Candidates might confuse the virtual IP with the standby IP or assume any unused IP in the subnet works, but the question explicitly requires 192.168.10.1.

D

Candidates may overlook the tracking requirement or think preempt alone handles failover, but tracking is needed to lower priority and trigger a switchover when the tracked interface goes down.

523
Drag & Dropmedium

Drag and drop the following steps into the correct order to create VLANs, assign access ports, configure 802.1Q trunks, set the native VLAN, and verify with 'show vlan brief' and 'show interfaces trunk'.

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

VLANs must be created before assigning ports; trunking is configured after access ports; verification is the final step.

Exam trap

Do not confuse the order of VLAN creation and port assignment. VLANs must be created before ports can be assigned to them. Also, native VLAN configuration is part of trunk configuration and should be done after trunk mode is set.

Why candidates pick the wrong answer

B

Candidates may think port assignment can be done first because they configure interfaces before VLANs in some scenarios, but VLAN creation is a prerequisite.

C

Candidates might think native VLAN is set independently of trunking, but it only applies to trunk ports.

D

Candidates may confuse the order of VLAN creation and trunk configuration, thinking trunks can be set up before VLANs exist.

524
MCQmedium

A switch displays the following output: Interface Status VLAN Gi1/0/5 connected 20 Gi1/0/6 notconnect 1 Gi1/0/24 trunk trunk Which interface is operating as an access port in VLAN 20?

A.Gi1/0/5
B.Gi1/0/6
C.Gi1/0/24
D.None of the interfaces
AnswerA

The output for Gi1/0/5 shows an interface that is up/connected and explicitly assigned to VLAN 20 as an access port, which exactly matches the requirement stated in the question. The status column indicates the link is active, and the VLAN column confirms membership in VLAN 20, leaving no doubt that this is the correct interface.

Why this answer

The output explicitly shows Gi1/0/5 in VLAN 20 and not operating as a trunk.

Exam trap

Be careful not to confuse trunk ports with access ports or assume interfaces not shown in the output are relevant.

Why the other options are wrong

B

Gi1/0/6 is an access port in VLAN 1 (the default VLAN), not VLAN 20. The question specifically asks for an interface operating as an access port in VLAN 20, so this option is incorrect.

C

Gi1/0/24 is configured as a trunk port, which carries traffic for multiple VLANs and is not an access port. Access ports belong to a single VLAN, so this option is incorrect.

D

Gi1/0/5 is clearly an access port in VLAN 20, so there is an interface that matches the description. Therefore, 'None of the interfaces' is incorrect.

When would these options actually be correct?

B

If the question asked for an interface that is not currently operational but was previously configured as an access port in VLAN 20, Gi1/0/6 could be the correct answer. This could occur in a scenario where the interface has been administratively shut down but retains its VLAN assignment.

C

If the question asked which interface is configured to allow traffic for multiple VLANs, or if it specified that Gi1/0/24 was set to access mode for VLAN 20, then this option would be correct.

D

In a different scenario where the question states that all interfaces are configured as trunk ports or are not assigned to any VLAN, then 'None of the interfaces' would be correct if no access port exists for VLAN 20.

Why candidates pick the wrong answer

B

A student might see that Gi1/0/6 is an access port (since it shows a VLAN number and not 'trunk') and assume it could be in VLAN 20, but the output clearly shows it is in VLAN 1.

C

A student might confuse the word 'trunk' in the VLAN column with being a trunk port, but the question asks for an access port, and trunk ports are not access ports.

D

A student might overlook Gi1/0/5 if they misinterpret the output or think that 'connected' status does not imply access port, but the VLAN assignment confirms it.

525
MCQmedium

A network engineer successfully logs in to a router, but cannot enter configuration mode because the command is rejected by policy. Which AAA function is controlling this behavior?

A.Authentication
B.Authorization
C.Accounting
D.Encryption
AnswerB

Authorization is the AAA component that determines which commands a successfully authenticated user is permitted to execute. Even after a valid login, the router consults authorization rules, such as privilege levels or per-command permissions from a TACACS+ or RADIUS server, to decide whether to allow a specific command. If the user lacks the required privilege or is not explicitly authorized, the command is rejected. Thus, the engineer's inability to run the command is directly due to authorization failing.

Why this answer

Authentication confirms identity. Authorization determines which commands, privilege levels, or resources that authenticated user is permitted to access.

Exam trap

A common exam trap is confusing authentication with authorization. Candidates often think that if a user cannot enter configuration mode, it means the login failed, which is incorrect. Authentication only confirms the user's identity during login.

Once authenticated, authorization controls what commands or modes the user can access. Misunderstanding this distinction leads to incorrect answers. The question states the user successfully logged in, so the failure to enter configuration mode is due to authorization restrictions, not authentication failure.

Why the other options are wrong

A

Authentication is the process of verifying a user's identity during login. Since the engineer successfully logged in, authentication has already succeeded and is not preventing command execution.

C

Accounting records user activities and commands for auditing purposes but does not grant or deny access to commands or configuration modes, so it cannot be the cause of the command rejection.

D

Encryption protects data confidentiality during transmission but does not control user access or command permissions, so it is unrelated to the inability to enter configuration mode.

When would these options actually be correct?

A

In a different question, if it asked about the process that prevents a user from logging in altogether due to incorrect credentials, then authentication would be the correct answer. For example, if a user attempts to log in with a wrong username or password, authentication would fail.

C

If the question were about monitoring user activities and resource usage on the router, such as tracking which commands were executed by users, then accounting would be the correct answer. For example, a question could ask about the function that logs user actions after they have been authenticated and authorized.

D

If the question were about securing the communication between the router and a management station, asking which AAA function ensures that the data is encrypted during transmission, then encryption would be the correct answer.

Why candidates pick the wrong answer

A

Students often confuse authentication with authorization because both are AAA components and the terms sound similar. They may think that if a command is rejected, it must be an authentication issue.

C

Test-takers might think accounting includes monitoring and controlling access because it logs events, but its function is purely record-keeping, not enforcement.

D

Encryption is often associated with secure access (e.g., SSH for login), so a student might incorrectly assume it also controls command permissions.

Page 6

Page 7 of 19

Page 8