Valid H12-891_V1.0 Dumps shared by ExamDiscuss.com for Helping Passing H12-891_V1.0 Exam! ExamDiscuss.com now offer the newest H12-891_V1.0 exam dumps, the ExamDiscuss.com H12-891_V1.0 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com H12-891_V1.0 dumps with Test Engine here:
As shown in the figure, what is known about the default routes on R4? Routing Table on R4: <R4>display ip routing-table protocol isis Destination/Mask Proto Pre Cost Flags NextHop Interface 0.0.0.0/0 ISIS-L1 15 10 D 10.1.24.1 GigabitEthernet0/0/1 ISIS-L1 15 10 D 10.1.34.1 GigabitEthernet0/0/0 172.16.1.2/32 ISIS-L1 15 10 D 10.1.24.1 GigabitEthernet0/0/1 172.16.1.3/32 ISIS-L1 15 10 D 10.1.34.1 GigabitEthernet0/0/0
Correct Answer: D
Understanding the Routing Table Entries on R4 * 0.0.0.0/0 (Default Route) is installed twice in the routing table. * The NextHop values for the default route: * 10.1.24.1 (GigabitEthernet0/0/1) * 10.1.34.1 (GigabitEthernet0/0/0) * Cost: Both routes have a metric (Cost) of 10, meaning they are equal-cost routes. * Protocol: ISIS-L1 (Intermediate System to Intermediate System - Level 1) confirms these routes are coming from IS-IS routing. * Flags: D (Dynamic) means these routes were dynamically learned via IS-IS. Why is Option D Correct? * Since both routes have the same cost (10), they are considered equal-cost default routes. * The router will use both routes in a load-sharing fashion. * The answer is NOT A (Four equal-cost routes) because there are only two default routes, not four. * The answer is NOT B (One default route) because there are two default routes in the table. * The answer is NOT C (Two default routes with different costs) because both routes have the same cost (10). Real-World Application * Equal-Cost Multi-Path (ECMP): The router can perform load balancing across the two equal-cost paths. * Resilience & Redundancy: If one link fails, the other can take over without re-calculating the entire routing table. # Reference: Huawei HCIE-Datacom Study Guide - IS-IS Routing & ECMP Load Balancing