Cisco Certified Network Associate (CCNA) Practice Exam

Disable ads (and more) with a membership for a one time $2.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!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What command is used to exit configuration mode back to privileged exec mode?

  1. (config-vlan)#exit

  2. (config)#end

  3. (config-if)#quit

  4. (config)#exit

The correct answer is: (config)#end

The command used to exit configuration mode back to privileged exec mode is "end". This command takes the user out of various configuration contexts—such as global configuration mode or interface configuration mode—directly back to privileged exec mode. Using the "end" command is a widely recognized action within Cisco devices, allowing for a quick transition out of configuration settings to execute other commands or obtain an overview of the current configuration and operational status. While alternative commands like "exit" and "quit" might seem similar, they typically return users to hierarchical modes, not necessarily privileged exec mode. "exit" specifically is often utilized in various configuration contexts to back out one level in the configuration hierarchy rather than jumping directly to privileged exec mode. Thus, understanding the context of these commands makes it clear why "end" is the most appropriate choice for this action.