Valid H12-811_V1.0 Dumps shared by ExamDiscuss.com for Helping Passing H12-811_V1.0 Exam! ExamDiscuss.com now offer the newest H12-811_V1.0 exam dumps, the ExamDiscuss.com H12-811_V1.0 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com H12-811_V1.0 dumps with Test Engine here:
The following configuration commands implement route backup on RTA for a route to the same destination 10.1.1.0. [RTA] ip route-static 10.1.1.0 24 12.1.1.1 permanent [RTA] ip route-static 10.1.1.0 24 13.1.1.1
Correct Answer: A
Comprehensive and Detailed Explanation: * The first command: ip route-static 10.1.1.0 24 12.1.1.1 permanent * Sets a static route to 10.1.1.0/24 via next-hop 12.1.1.1 and marks it permanent (remains in the table even if unreachable). * The second command: ip route-static 10.1.1.0 24 13.1.1.1 * Configures a backup route to 10.1.1.0/24 via next-hop 13.1.1.1. * This route only becomes active if the primary route (12.1.1.1) fails. # Reference: HCIA-Datacom Routing Guide - Static Route Configuration