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 following figure, an engineer tests network interconnection between two branches. To implement network interconnection, OSPF is deployed on R1, R2, and R3 of branch 1, and IS-IS is deployed on R2, R3, and R4 of branch 2. Which of the following operations needs to be performed to allow R1 to access R4's loopback interface address?
Correct Answer: C
Understanding the Network Scenario: * R2 is the boundary router between OSPF and IS-IS. * OSPF and IS-IS do not automatically redistribute routes between each other. * R4's loopback (10.1.4.4/32) exists in the IS-IS domain. * To allow R1 (OSPF) to reach R4's loopback, R2 must redistribute IS-IS routes into OSPF. Why Option C Is Correct (#) # default-route-advertise in OSPF on R2: * This advertises a default route into the OSPF domain, allowing OSPF routers (R1, R3) to forward unknown traffic to R2. * Since IS-IS routes are not automatically injected into OSPF, this ensures R1 can reach R4. # IS-IS Already Has Routes to OSPF * IS-IS routers (R3, R4) already learn routes from OSPF via R2 (assuming route redistribution is properly configured). * No need to run default-route-advertise in IS-IS. Why Other Options Are Incorrect (#) # A. Run default-route-advertise in both OSPF and IS-IS views on R2 * Unnecessary in IS-IS. The IS-IS domain already learns OSPF routes from R2 via redistribution. * Only OSPF needs a default route to forward unknown traffic to R2. # B. No configuration is required * Incorrect, because OSPF does not automatically learn IS-IS routes. * A default route or redistribution is needed for R1 to reach R4. # D. Run default-route-advertise only in the IS-IS view on R2 * Incorrect, because IS-IS already has routing information from OSPF. * The issue is with OSPF not learning IS-IS routes, so the command needs to be in OSPF view. # Reference: Huawei HCIE Datacom - OSPF and IS-IS Route Redistribution and Interoperability