Cisco Certified Network Associate (CCNA) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Cisco Certified Network Associate (CCNA) Practice Exam. Test your knowledge with our interactive quizzes featuring multiple choice questions, hints, and explanations. Equip yourself for success!

Practice this question and more.


What command is used to redistribute static routes in EIGRP?

  1. (config-router)# redistribute static

  2. (config)# static redistribute

  3. (config-router)# include static

  4. (config)# route static

The correct answer is: (config-router)# redistribute static

The command used to redistribute static routes in EIGRP is indeed "redistribute static." This command is entered in the EIGRP router configuration mode, allowing EIGRP to advertise static routes to other EIGRP neighbors. When this command is executed, it tells the EIGRP process to take any static routes configured on the router and include them in the EIGRP routing updates. This ensures that the static routes can be used by other routers in the EIGRP domain, which is essential for creating a cohesive and comprehensive routing strategy within an enterprise network. The other presented choices do not represent valid command syntax for this purpose. For instance, "static redistribute" and "include static" do not align with the accepted command structure in Cisco IOS, while "route static" does not relate to the redistribution of routes in EIGRP. Understanding the proper commands and their context is crucial for effective network management and configuration.