H12-821_V1.0 · Question #401
Regarding the description of the above output information, which one is wrong?
The correct answer is A. The route to 2.2.2.7/32 with the next hop being 10.1.3.1 is the optimal route. Option A is the incorrect statement - making it the right answer to "which one is wrong." In OSPF routing tables (typically shown in Huawei VRP output), the optimal/best route is marked with a specific indicator (such as >). If two routes exist to 2.2.2.7/32, the one via…
Question
Options
- AThe route to 2.2.2.7/32 with the next hop being 10.1.3.1 is the optimal route.
- BOSPF calculates cost as 2.2.2.8/32
- CRoutes to 2.2.2.7/32 are injected through the network command.
- DThe Router ID of this device is 192.168.2.2
How the community answered
(43 responses)- A74% (32)
- B9% (4)
- C12% (5)
- D5% (2)
Explanation
Option A is the incorrect statement - making it the right answer to "which one is wrong."
In OSPF routing tables (typically shown in Huawei VRP output), the optimal/best route is marked with a specific indicator (such as >). If two routes exist to 2.2.2.7/32, the one via 10.1.3.1 is likely the non-optimal path - the other route has a lower OSPF cost and is selected as preferred. Claiming the 10.1.3.1 next-hop route is optimal directly contradicts what the output shows.
Why the distractors are correct (not wrong):
- B is correct: OSPF does calculate a cost metric for
2.2.2.8/32based on interface bandwidth (cost = 100 Mbps / interface bandwidth). - C is correct: A
/32host route like2.2.2.7/32advertised within OSPF using thenetworkcommand is standard behavior - it's not a redistributed external route. - D is correct: The Router ID
192.168.2.2would be visible in the OSPF output header or route details, confirming the local device identity.
Memory tip: In "which is WRONG" questions about routing output, focus on route selection logic - the optimal route has the lowest metric/cost, not just any available path. If a question claims a specific next-hop is "optimal," verify it actually has the best cost among all paths to that prefix.
Topics
Community Discussion
No community discussion yet for this question.