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 would you use to enable AAA security on a Cisco router?

  1. #enable aaa security

  2. (config)#aaa new-model

  3. (config)#enable aa security

  4. #aaa secure-mode

The correct answer is: (config)#aaa new-model

The command to enable AAA (Authentication, Authorization, and Accounting) security on a Cisco router is "aaa new-model." This command activates the AAA framework on the device, allowing you to configure authentication methods, set up authorization for various commands, and collect accounting data. Once you have entered this command in global configuration mode, you can then define specific AAA users, authentication methods, and authorization policies that will govern access to the router. The other options do not accurately reflect valid commands used in Cisco IOS. For instance, the first option is not a recognized command in Cisco IOS, while the third option suggests an incorrect command format that wouldn't function for enabling AAA. The last option also does not match a valid command syntax for enabling AAA.