Cisco CCNP Enterprise 350-401 ENCOR EIGRP/OSPF Concepts and OSPF Implementation Practice Test
Topic 08 covers eigrp/ospf concepts and ospf implementation for the Cisco Certified Specialist – Enterprise Core certification. These original practice questions apply the verified 350-401 objectives to practical decisions and troubleshooting. Select one answer unless a fixed number is requested. For broader preparation, visit the Cisco 350-401 ENCOR Exam Dumps page. Each option includes an explanation of the relevant behavior and scenario constraints.
Question 1
A troubleshooting report says Router A uses EIGRP and stores neighbor-advertised destinations with metrics in a topology table, while Router B uses OSPF and maintains an area link-state database from flooded LSAs. Which classification is correct?
Correct Answer: C
Correct Answer
Answer C is correct because EIGRP learns distance information from neighbors and uses DUAL, while OSPF floods link-state information and computes routes from the resulting topology database.
Incorrect Answers
Answer A is incorrect because keeping alternate information does not make EIGRP a link-state protocol.
Answer B is incorrect because OSPF neighbors exchange/flood link-state information rather than only destination-distance vectors.
Answer D is incorrect because path-vector describes BGP behavior; the stated classification is reversed for EIGRP/OSPF.
Answer E is incorrect because administrative distance is a local route-source preference and does not define the routing algorithm family.
Question 2
A network engineer asks what topology knowledge each protocol maintains. Which statement best contrasts EIGRP and OSPF?
Correct Answer: D
Correct Answer
Answer D is correct because the protocols maintain different control-plane representations even though both ultimately install best routes in the RIB.
Incorrect Answers
Answer A is incorrect because both maintain protocol-specific state beyond installed routes. It does not satisfy the stem’s governing point: Protocol comparison should focus on the control-plane information each algorithm maintains.
Answer B is incorrect because OSPF retains LSAs in the LSDB and uses them to run SPF.
Answer C is incorrect because each routing protocol maintains its own control-plane database.
Answer E is incorrect because EIGRP does not build an OSPF-style synchronized LSDB of every area link.
Question 3
After a stable EIGRP adjacency is established, no topology changes occur for 20 minutes. A colleague expects a full routing table to be sent periodically every 30 seconds. Which correction is accurate?
Correct Answer: D
Correct Answer
Answer D is correct because EIGRP uses neighbor discovery/maintenance and bounded updates instead of periodically re-advertising the entire route set in steady state.
Incorrect Answers
Answer A is incorrect because EIGRP also avoids periodic full-table route advertisements. It does not satisfy the stem’s governing point: EIGRP uses neighbor-dependent, triggered/partial update behavior rather than periodic full routing-table advertisements.
Answer B is incorrect because hellos maintain neighbor relationships and do not imply full-table periodic flooding.
Answer C is incorrect because neighbor maintenance still uses hello traffic even without route changes.
Answer E is incorrect because OSPF timers do not control EIGRP update behavior.
Question 4
An enterprise divides OSPF into Area 0 plus three nonbackbone areas. Why is this hierarchy an OSPF design property rather than merely a naming convention?
Correct Answer: C
Correct Answer
Answer C is correct because routers within an area maintain synchronized topology for that area, while area boundaries limit how detailed topology is propagated.
Incorrect Answers
Answer A is incorrect because all areas are part of OSPF; the hierarchy scopes link-state information rather than selecting unrelated protocols.
Answer B is incorrect because nonbackbone areas contain routed OSPF interfaces as normal.
Answer D is incorrect because OSPF areas and VRF routing-table separation are different concepts.
Answer E is incorrect because OSPF area IDs are routing-control identifiers and do not tag Layer 2 frames.
Question 5
A router learns 10.50.0.0/16 from OSPF with metric 5 and from EIGRP with metric 1000. Both routes have default protocol administrative distances and are otherwise valid. Which value decides which protocol source is installed before comparing their unrelated metrics?
Correct Answer: A
Correct Answer
Answer A is correct because the router first chooses among different route sources using administrative distance; an OSPF cost of 5 is not numerically compared with an EIGRP composite metric of 1000.
Incorrect Answers
Answer B is incorrect because the process/AS number identifies the EIGRP domain but does not establish interprotocol preference.
Answer C is incorrect because longest-prefix match matters between different destination lengths; here the same prefix is learned from two sources.
Answer D is incorrect because area membership does not replace administrative distance for route-source selection.
Answer E is incorrect because metrics from different protocols use different scales and are not directly compared across protocols.
Question 6
An EIGRP output for a route lists minimum bandwidth 100000 Kbit, total delay 300 microseconds, reliability 255/255, load 1/255, and MTU 1500. The question does not state modified K-values. Which approach is sound?
Correct Answer: D
Correct Answer
Answer D is correct because the vector metric output contains several values, but which components affect the composite metric depends on configured K-values; unspecified changes must not be assumed.
Incorrect Answers
Answer A is incorrect because visibility of a vector component does not prove the K-values weight it in the composite metric.
Answer B is incorrect because MTU is reported but is not simply the sole route metric.
Answer C is incorrect because EIGRP and OSPF use different metric systems. It does not satisfy the stem’s governing point: Interpret EIGRP metric inputs from stated K-values/configuration rather than inventing assumptions.
Answer E is incorrect because EIGRP prefers lower composite metrics, and delay treatment must follow the actual configuration.
Question 7
An OSPF router has two paths to 10.10.10.0/24. Path A crosses interfaces with OSPF costs 10, 20, and 5. Path B crosses costs 15 and 25. Which path is preferred, assuming all else is normal?
Correct Answer: D
Correct Answer
Answer D is correct because OSPF adds the outgoing interface costs along the path: 10 + 20 + 5 = 35, which is lower than Path B at 40.
Incorrect Answers
Answer A is incorrect because OSPF path cost is cumulative, not only the final hop.
Answer B is incorrect because hop count is not the direct OSPF metric; the explicitly supplied interface costs sum differently.
Answer C is incorrect because EIGRP inputs are irrelevant to an OSPF cost comparison when costs are already supplied.
Answer E is incorrect because OSPF selects the lower cumulative cost. It does not satisfy the stem’s governing point: OSPF path cost is the sum of the relevant interface costs, and lower total cost is preferred.
Question 8
A router has two EIGRP paths that both satisfy the feasibility condition. Their composite metrics are 1000 and 1500. With variance 1, only the 1000 path is installed. What concept distinguishes the default from a later configuration that could install both?
Correct Answer: A
Correct Answer
Answer A is correct because variance 1 limits installation to equal-best metrics; a larger variance can admit feasible unequal-cost paths within the multiplier.
Incorrect Answers
Answer B is incorrect because both candidate paths are within EIGRP, so the question is intraprotocol load sharing.
Answer C is incorrect because DR/BDR roles do not control EIGRP path installation.
Answer D is incorrect because the scenario explicitly uses EIGRP, which supports unequal-cost load sharing under its own rules.
Answer E is incorrect because spanning tree is a Layer 2 control plane unrelated to EIGRP variance.
Question 9
Router R1 reaches a destination through R2 with feasible distance 200. R3 advertises the same destination with reported distance 150 and R1 would have total distance 260 through R3. Which statement about R3 is correct?
Correct Answer: A
Correct Answer
Answer A is correct because the feasibility condition tests the neighbor-reported distance against the current feasible distance, not whether the alternate total metric is lower than the successor.
Incorrect Answers
Answer B is incorrect because EIGRP feasibility is independent of an OSPF advertisement.
Answer C is incorrect because the successor is selected by the router total metric, and the stated total through R3 is 260.
Answer D is incorrect because an alternate can be a feasible successor even with a worse total metric if its reported distance satisfies the loop-free condition.
Answer E is incorrect because the feasibility condition requires reported distance to be less than the current feasible distance.
Question 10
A router has the exact same /24 prefix from an EIGRP internal route and an OSPF intra-area route. An operator notices the OSPF route has cost 2 while the EIGRP route metric is 28160. Which reasoning is correct?
Correct Answer: E
Correct Answer
Answer E is correct because the numeric metric scales are not comparable across routing protocols.
Incorrect Answers
Answer A is incorrect because trust between route sources is represented by administrative distance, not metric magnitude.
Answer B is incorrect because interprotocol route choice does not compare dissimilar protocol metric values directly.
Answer C is incorrect because there is no generic metric conversion for this selection process.
Answer D is incorrect because different route sources are not automatically combined just because the destination matches.
Question 11
An EIGRP successor link fails. The topology table already contains a feasible successor for the destination. What is the key convergence advantage?
Correct Answer: B
Correct Answer
Answer B is correct because a prequalified feasible successor avoids the active query process for that loss.
Incorrect Answers
Answer A is incorrect because EIGRP does not use an OSPF-style LSDB flood for this event.
Answer C is incorrect because DR election is an OSPF multiaccess concept. It does not satisfy the stem’s governing point: A feasible successor lets EIGRP converge locally after successor loss without a query computation.
Answer D is incorrect because EIGRP feasible successors specifically provide a loop-free backup mechanism.
Answer E is incorrect because EIGRP reacts to topology changes rather than waiting for a full periodic update.
Question 12
An OSPF link fails inside Area 10. Which statement best describes link-state propagation scope in a normal multi-area design?
Correct Answer: E
Correct Answer
Answer E is correct because OSPF areas bound detailed LSDB scope and use area boundary information for inter-area reachability.
Incorrect Answers
Answer A is incorrect because an area is still part of the same OSPF domain.
Answer B is incorrect because the scenario is OSPF, which uses LSAs and SPF.
Answer C is incorrect because the area does reconverge and inter-area reachability can change through ABR advertisements.
Answer D is incorrect because area boundaries intentionally limit detailed topology flooding. It does not satisfy the stem’s governing point: OSPF areas scope detailed link-state flooding while ABRs convey inter-area reachability.
Question 13
A design compares OSPF Area 20 as a normal area with an alternative restricted-area design that intentionally limits some external route information. Which statement is safe at ENCOR scope?
Correct Answer: D
Correct Answer
Answer D is correct because restricted area types are an OSPF design control, not merely a route-table display option.
Incorrect Answers
Answer A is incorrect because normal areas commonly connect to the backbone through ABRs.
Answer B is incorrect because area boundaries still require routers that connect the area to other OSPF areas.
Answer C is incorrect because area behavior is a routing-protocol configuration, not an addressing rewrite.
Answer E is incorrect because the purpose of stub/NSSA-style designs is to restrict certain external information.
Question 14
An enterprise wants to reduce inter-area route entries for sixteen contiguous /24 prefixes in Area 30. Where is the natural OSPF hierarchy boundary for that summarization?
Correct Answer: B
Correct Answer
Answer B is correct because inter-area summarization is an area-boundary function because detailed intra-area topology is preserved inside the source area.
Incorrect Answers
Answer A is incorrect because EIGRP roles do not define OSPF area summarization.
Answer C is incorrect because DR election optimizes adjacency/flooding on a multiaccess segment and is not the area-summary boundary.
Answer D is incorrect because the summarizing function must be performed by the relevant OSPF boundary router.
Answer E is incorrect because ordinary inter-area summarization is not performed arbitrarily by every internal router.
Question 15
During an outage, OSPF recalculates a lower-cost path after an LSA change. Separately, the router also has an EIGRP route to the same prefix with a lower administrative distance than OSPF. Which concept determines the final steady-state installed source after both protocols converge?
Correct Answer: A
Correct Answer
Answer A is correct because convergence finds each protocol candidate; route-source preference then decides which equal-prefix source enters the RIB.
Incorrect Answers
Answer B is incorrect because the metrics are protocol-specific scales. It does not satisfy the stem’s governing point: Convergence mechanics and steady-state route-source preference are separate decisions.
Answer C is incorrect because hop count is not a universal cross-protocol preference.
Answer D is incorrect because OSPF DR status is unrelated to interprotocol RIB preference.
Answer E is incorrect because arrival timing does not permanently override the stable route selection rules.
Question 16
R1 Gi0/0 is configured for OSPF area 0. R2 on the same Ethernet segment is configured for area 10. Hello/dead timers and IP subnet match. No adjacency forms. Which mismatch is decisive?
Correct Answer: A
Correct Answer
Answer A is correct because neighbors on the same link must agree on the area to form the intended adjacency.
Incorrect Answers
Answer B is incorrect because different OSPF interface costs can affect path choice but do not prevent adjacency by themselves.
Answer C is incorrect because OSPF process IDs are locally significant and do not need to be the same on neighbors.
Answer D is incorrect because only one DR and one BDR are elected on a broadcast network.
Answer E is incorrect because router IDs must be unique, not identical. It does not satisfy the stem’s governing point: Area mismatch on the link prevents the intended OSPF adjacency even when other parameters match.
Question 17
R1 and R2 share an Ethernet subnet. R1 uses OSPF hello/dead timers 10/40 seconds; R2 uses 1/4 seconds. Router IDs, area, authentication and MTU are otherwise compatible. What should be corrected?
Correct Answer: D
Correct Answer
Answer D is correct because OSPF neighbors require consistent timing expectations on the common link.
Incorrect Answers
Answer A is incorrect because another routing protocol does not fix the OSPF timer mismatch.
Answer B is incorrect because priority affects DR eligibility and does not reconcile hello/dead timers.
Answer C is incorrect because costs may differ without blocking the neighbor relationship.
Answer E is incorrect because duplicate router IDs are harmful and not the fix.
Question 18
R1 is 10.1.10.1/24 and R2 is configured 10.1.11.2/24 on the same Ethernet broadcast domain. OSPF is enabled in the same area and the physical interfaces are up. Why can the intended adjacency fail despite Layer 2 reachability?
Correct Answer: B
Correct Answer
Answer B is correct because a broadcast-link OSPF adjacency requires compatible IP addressing on the common subnet.
Incorrect Answers
Answer A is incorrect because DR election uses OSPF priority then router ID, and subnet mismatch is the earlier adjacency problem.
Answer C is incorrect because /32 would not establish the intended shared broadcast subnet.
Answer D is incorrect because neighbors do not need consecutive addresses, only compatible network parameters.
Answer E is incorrect because process IDs are local and unrelated to the IP subnet number.
Question 19
R1 Gi0/1 is configured as an OSPF passive interface. Its connected /24 is still advertised by the OSPF process, but a new router connected to Gi0/1 never appears as a neighbor. Why?
Correct Answer: C
Correct Answer
Answer C is correct because passive behavior prevents neighbor establishment without necessarily removing the prefix from the routing process.
Incorrect Answers
Answer A is incorrect because it changes routing-protocol behavior, not interface line protocol.
Answer B is incorrect because path cost does not enable OSPF hello transmission on a passive interface.
Answer D is incorrect because it is an OSPF configuration option, not a protocol conversion.
Answer E is incorrect because router ID selection is independent of a single passive-interface setting.
Question 20
Two routers on different links are both manually configured with OSPF router ID 10.255.255.1. The topology expects both to participate in the same OSPF domain. Which issue should be corrected?
Correct Answer: C
Correct Answer
Answer C is correct because OSPF router ID identifies a router within the domain; duplication can corrupt neighbor/LSA interpretation and must be removed.
Incorrect Answers
Answer A is incorrect because router ID is a 32-bit identifier and need not equal each interface address.
Answer B is incorrect because Layer 2 MAC duplication would create another problem and is unrelated to OSPF router-ID uniqueness.
Answer D is incorrect because process ID is locally significant and does not resolve a duplicate protocol router ID.
Answer E is incorrect because zero is not a valid intended unique router identity.
Question 21
Two routers are connected by a dedicated Ethernet link with no third device. The design wants no DR/BDR election and full adjacency directly between the two routers. Which OSPF network behavior fits?
Correct Answer: E
Correct Answer
Answer E is correct because point-to-point OSPF forms full adjacency directly and does not use a DR/BDR election.
Incorrect Answers
Answer A is incorrect because NBMA behavior is not the straightforward fit for a dedicated Ethernet link.
Answer B is incorrect because broadcast still invokes DR/BDR behavior. It does not satisfy the stem’s governing point: A direct two-router link can use OSPF point-to-point behavior to avoid unnecessary DR/BDR semantics.
Answer C is incorrect because that still leaves broadcast DR logic and does not make the link point-to-point.
Answer D is incorrect because neighbor maintenance requires OSPF control communication. It does not satisfy the stem’s governing point: A direct two-router link can use OSPF point-to-point behavior to avoid unnecessary DR/BDR semantics.
Question 22
Four OSPF routers share one broadcast Ethernet. R1/R2 priorities are 100 and 50; R3/R4 priorities are 1 and 0. Router IDs otherwise do not change the ordering. Which router is eligible and preferred as DR in a fresh election?
Correct Answer: E
Correct Answer
Answer E is correct because broadcast DR election prefers the highest priority; priority 0 is ineligible.
Incorrect Answers
Answer A is incorrect because priority 0 explicitly makes a router ineligible for DR/BDR.
Answer B is incorrect because configured higher priorities outrank the default 1. It does not satisfy the stem’s governing point: Broadcast OSPF DR election prefers highest interface priority; priority 0 is ineligible.
Answer C is incorrect because the highest eligible priority becomes DR and the next candidate may become BDR.
Answer D is incorrect because a broadcast segment elects one DR and one BDR.
Question 23
On a broadcast Ethernet, R1 is DR, R2 is BDR, and R3/R4 are DROTHER. `show ip ospf neighbor` on R3 shows R4 in 2-WAY state while R1/R2 are FULL. Is R3-to-R4 necessarily broken?
Correct Answer: C
Correct Answer
Answer C is correct because OSPF reduces full-mesh database synchronization on broadcast networks by using DR/BDR adjacencies.
Incorrect Answers
Answer A is incorrect because the state shown is OSPF and does not imply EIGRP.
Answer B is incorrect because broadcast multiaccess OSPF intentionally leaves DROTHER pairs at 2-WAY.
Answer D is incorrect because DROTHER-to-DROTHER 2-WAY is normal regardless of whether their priority is zero or merely lower than the elected DR/BDR.
Answer E is incorrect because 2-WAY specifically means bidirectional hello communication has been established.
Question 24
R1 configures an Ethernet link as OSPF point-to-point. R2 on the same link is left at broadcast type. IP addressing, area and timers otherwise match. Neighbor formation is unstable/not as designed. What should be checked?
Correct Answer: C
Correct Answer
Answer C is correct because network type affects hello parameters and adjacency/DR behavior; mismatched expectations are a direct troubleshooting target.
Incorrect Answers
Answer A is incorrect because router IDs should be unique, not equal. It does not satisfy the stem’s governing point: OSPF neighbors on a common link should use compatible network types and expectations.
Answer B is incorrect because spanning tree edge behavior is unrelated to OSPF network-type compatibility.
Answer D is incorrect because link aggregation negotiation does not reconcile OSPF network types.
Answer E is incorrect because zero is not a general OSPF cost fix and cost mismatch is not the stated network-type issue.
Question 25
On a broadcast OSPF segment, R1 has priority 200 and interface cost 100. R2 has priority 10 and interface cost 1. Which distinction is correct?
Correct Answer: C
Correct Answer
Answer C is correct because OSPF priority and cost influence different decisions. This directly matches the stem’s governing point: Separate OSPF DR priority from path-selection cost.
Incorrect Answers
Answer A is incorrect because neighbors can use different costs; that alone does not prevent adjacency.
Answer B is incorrect because DR election uses interface priority, then router ID, not OSPF path cost.
Answer D is incorrect because OSPF priority and OSPF cost have distinct functions.
Answer E is incorrect because priority and cost remain separate configuration values. It does not satisfy the stem’s governing point: Separate OSPF DR priority from path-selection cost.
Question 26
A company uses Area 0 and Area 10. Area 10 has one ABR with interfaces in both Area 10 and Area 0. Which design relationship is satisfied?
Correct Answer: B
Correct Answer
Answer B is correct because normal multi-area OSPF uses Area 0 as the backbone interconnecting other areas through ABRs.
Incorrect Answers
Answer A is incorrect because ABR role is based on area membership, not DR election.
Answer C is incorrect because it remains part of the same OSPF domain.
Answer D is incorrect because the described hierarchy explicitly relies on the backbone.
Answer E is incorrect because only the ABR needs membership in both areas for ordinary connectivity.
Question 27
Router R5 has Gi0/0 in Area 0 and Gi0/1 in Area 20 within the same OSPF process. What role does that area membership make R5?
Correct Answer: E
Correct Answer
Answer E is correct because a router with OSPF interfaces in the backbone and another area connects the areas and performs ABR functions.
Incorrect Answers
Answer A is incorrect because ASBR status depends on introducing routes from outside the OSPF domain, not simply area membership.
Answer B is incorrect because DR is elected per multiaccess segment and is not implied by ABR status.
Answer C is incorrect because the role is within OSPF. It does not satisfy the stem’s governing point: ABR identification follows OSPF interface membership in multiple areas including the backbone.
Answer D is incorrect because STP bridge roles are unrelated to OSPF area membership.
Question 28
A route appears as `O 10.20.1.0/24` on a router inside Area 20 and `O IA 10.30.1.0/24` on the same router. Which interpretation is correct?
Correct Answer: E
Correct Answer
Answer E is correct because Cisco route codes distinguish intra-area OSPF from OSPF inter-area routes.
Incorrect Answers
Answer A is incorrect because IA denotes inter-area, not inactive state. It does not satisfy the stem’s governing point: Differentiate OSPF intra-area and inter-area routes from route-table evidence.
Answer B is incorrect because route codes describe route source/type, not multiaccess neighbor role.
Answer C is incorrect because O is the OSPF route code. It does not satisfy the stem’s governing point: Differentiate OSPF intra-area and inter-area routes from route-table evidence.
Answer D is incorrect because external OSPF routes use different route codes such as E1/E2.
Question 29
Routers in Area 40 can reach every local area prefix and their LSDB is synchronized. They receive no inter-area routes. The ABR still has routes for Area 0, but its Area 40-facing configuration no longer advertises the expected summary LSAs. Where should investigation focus first?
Correct Answer: A
Correct Answer
Answer A is correct because the evidence isolates the failure to the boundary function rather than local adjacency or intra-area SPF.
Incorrect Answers
Answer B is incorrect because DR status does not generate all inter-area reachability; the ABR boundary evidence is more direct.
Answer C is incorrect because EIGRP load sharing does not restore missing OSPF inter-area LSAs.
Answer D is incorrect because that bypasses rather than diagnoses the missing OSPF boundary advertisement.
Answer E is incorrect because local reachability and synchronized LSDB contradict a broad internal failure.
Question 30
An engineer enables OSPF on Gi0/2 with `ip ospf 10 area 30`, but the design document says that subnet belongs to Area 0. Neighbors on the link are all in Area 0. Which correction is most direct?
Correct Answer: E
Correct Answer
Answer E is correct because the interface area association must match the intended neighbors and design.
Incorrect Answers
Answer A is incorrect because passive would suppress neighbor formation and still would not change the configured area.
Answer B is incorrect because cost does not resolve an area mismatch. It does not satisfy the stem’s governing point: OSPF interface area association must follow the intended link and neighbor area.
Answer C is incorrect because router ID does not determine an interface area assignment.
Answer D is incorrect because OSPF process ID is locally significant and need not equal the area number.
Question 31
Area 10 contains 10.10.8.0/24 through 10.10.11.0/24, with no other prefixes in 10.10.8.0/22 allocated anywhere. What is the smallest single summary that exactly covers those four contiguous /24s?
Correct Answer: A
Correct Answer
Answer A is correct because a /22 spans four /24s beginning on the binary boundary at third-octet 8: 8 through 11.
Incorrect Answers
Answer B is incorrect because a /23 covers only 8 and 9. It does not satisfy the stem’s governing point: Summarize only the explicitly contiguous prefix range and verify the binary boundary.
Answer C is incorrect because a /21 covers eight /24s, including 12-15 that are outside the stated range.
Answer D is incorrect because that is far broader than the explicitly bounded four /24s.
Answer E is incorrect because that covers 10 and 11 but omits 8 and 9.
Question 32
Area 20 contains sixteen contiguous /24 networks that should appear as one inter-area route in Area 0. Where should an `area 20 range …` style summary be configured?
Correct Answer: D
Correct Answer
Answer D is correct because area-range summarization is performed at the area boundary when the ABR advertises inter-area reachability.
Incorrect Answers
Answer A is incorrect because internal routers retain the detailed intra-area topology; they are not all inter-area summary points.
Answer B is incorrect because a non-OSPF switch cannot originate the OSPF inter-area summary.
Answer C is incorrect because DR role controls multiaccess adjacency/flooding, not area-range summarization.
Answer E is incorrect because summary placement follows ABR area membership, not router-ID ordering.
Question 33
An ABR summarizes 10.20.0.0/16, but Area 30 actually contains only 10.20.1.0/24 and 10.20.2.0/24. Elsewhere, 10.20.200.0/24 is routed through a different domain. What is the design risk of advertising the broad /16 toward a region that prefers OSPF?
Correct Answer: A
Correct Answer
Answer A is correct because a summary asserts reachability for the whole covered prefix, so overbroad aggregation can attract traffic for ranges not actually reachable behind the summarizer.
Incorrect Answers
Answer B is incorrect because summarization does not create actual component networks. It does not satisfy the stem’s governing point: Avoid summaries that cover address space not genuinely reachable behind the summarizing boundary unless the design intentionally handles that traffic.
Answer C is incorrect because the summary is an OSPF advertisement and directly affects OSPF route selection.
Answer D is incorrect because route aggregation does not change interface addressing. It does not satisfy the stem’s governing point: Avoid summaries that cover address space not genuinely reachable behind the summarizing boundary unless the design intentionally handles that traffic.
Answer E is incorrect because DR election is unrelated to route-summary prefix length.
Question 34
A router applies a local inbound distribute list that prevents an OSPF-learned prefix from entering its routing table, but the router remains in the same area and the LSA still appears in its LSDB. Which distinction is correct?
Correct Answer: A
Correct Answer
Answer A is correct because routers in the same area require a consistent LSDB; some filtering mechanisms affect the RIB without removing the underlying LSA from intra-area flooding.
Incorrect Answers
Answer B is incorrect because route filtering does not change protocol ownership. It does not satisfy the stem’s governing point: Distinguish local route filtering from suppression of link-state information in an OSPF area.
Answer C is incorrect because local RIB filtering does not imply topology information vanishes area-wide.
Answer D is incorrect because Layer 2 VLAN configuration is unrelated to OSPF route installation policy.
Answer E is incorrect because one local route policy does not rewrite all other routers LSDBs.
Question 35
A prefix list used for an OSPF boundary filter contains `permit 10.30.0.0/16 ge 24 le 24`. Which candidate route matches this entry?
Correct Answer: A
Correct Answer
Answer A is correct because it is contained within 10.30.0.0/16 and has exactly /24 prefix length, satisfying ge 24 and le 24.
Incorrect Answers
Answer B is incorrect because its /16 length does not meet the minimum /24 requirement.
Answer C is incorrect because it is both broader than the base range and has the wrong prefix length.
Answer D is incorrect because /25 exceeds the configured maximum /24. It does not satisfy the stem’s governing point: Read both containment and prefix-length conditions in a supplied route filter.
Answer E is incorrect because it is outside the base 10.30.0.0/16 range. It does not satisfy the stem’s governing point: Read both containment and prefix-length conditions in a supplied route filter.
Question 36
A router uses `router ospfv3 10` and enters `address-family ipv6 unicast`. Which interpretation is correct?
Correct Answer: C
Correct Answer
Answer C is correct because OSPFv3 supports address-family contexts, and the command explicitly enters IPv6 unicast AF configuration.
Incorrect Answers
Answer A is incorrect because OSPF process ID and area ID are separate values.
Answer B is incorrect because address-family context is a routing-protocol AF, not a VRF creation command.
Answer D is incorrect because the purpose is to configure IPv6 OSPFv3 behavior, not disable IPv6.
Answer E is incorrect because the command explicitly identifies the IPv6 AF under OSPFv3.
Question 37
`show ospfv3 neighbor` lists a neighbor next hop as FE80::A8BB:CCFF:FE00:6F00 on Gi0/0. Which statement best explains the address?
Correct Answer: B
Correct Answer
Answer B is correct because link-local addresses are valid for local-link control communication and are scoped to the interface/link.
Incorrect Answers
Answer A is incorrect because area identification is separate from the IPv6 neighbor link-local address.
Answer C is incorrect because link-local addresses are not forwarded across links. It does not satisfy the stem’s governing point: OSPFv3 neighbor relationships can use interface-scoped IPv6 link-local addresses.
Answer D is incorrect because OSPFv3 commonly uses link-local neighbor addressing on the shared link.
Answer E is incorrect because FE80::/10 is the IPv6 link-local prefix, not an IPv4-mapped format.
Question 38
R1 and R2 show an OSPFv3 FULL adjacency on their shared link. R1 still cannot ping R2 global IPv6 loopback 2001:db8:2::2/128. Which troubleshooting conclusion is best?
Correct Answer: C
Correct Answer
Answer C is correct because a healthy neighbor relationship establishes control-plane adjacency on one link, but the target prefix still needs routing and forwarding reachability.
Incorrect Answers
Answer A is incorrect because disabling routing would not improve routed reachability. It does not satisfy the stem’s governing point: Verify routed prefix advertisement and forwarding separately from a healthy OSPFv3 adjacency.
Answer B is incorrect because adjacency and end-to-end data reachability are related but distinct.
Answer D is incorrect because unique addressing and route advertisement, not identical addresses, are required.
Answer E is incorrect because process ID is locally significant and unrelated to prefix length.
Question 39
The OSPFv3 process and IPv6 AF are configured, but Gi0/2 has IPv6 enabled and never appears in `show ospfv3 interface`. The design expects Gi0/2 in Area 0. What configuration class should be checked first?
Correct Answer: E
Correct Answer
Answer E is correct because an interface must participate in the process/area to exchange OSPFv3 control traffic; global process configuration alone does not attach every interface.
Incorrect Answers
Answer A is incorrect because EIGRP settings do not enable OSPFv3 on an interface.
Answer B is incorrect because STP role does not attach a Layer 3 interface to OSPFv3.
Answer C is incorrect because MAC ordering does not determine OSPFv3 process participation.
Answer D is incorrect because OSPFv3 interface participation is not created by Layer 2 trunk negotiation.
Question 40
Two OSPF neighbors on a point-to-point Ethernet repeatedly reach EXSTART/EXCHANGE and reset. Debug output reports a DBD MTU mismatch: R1 interface MTU 1500, R2 MTU 1400. Which correction addresses the evidence most directly?
Correct Answer: E
Correct Answer
Answer E is correct because OSPF database exchange can fail when neighbors advertise incompatible interface MTU values; correcting the underlying mismatch is the clean fix.
Incorrect Answers
Answer A is incorrect because duplicate router IDs create a different problem and do not solve the MTU discrepancy.
Answer B is incorrect because cost affects route preference after adjacency and does not resolve DBD MTU validation.
Answer C is incorrect because priority affects DR election and is irrelevant on the stated point-to-point behavior.
Answer D is incorrect because BPDU guard is a Layer 2 spanning-tree edge protection feature, not an OSPF MTU fix.
Popular posts
Recent Posts
