Enable AAA on router Rb To define views, AAA must be enabled. Rb config t R1(config)# aaa new-model R1(config)# exit Note: AAA is covered in Chapter 3. • Enable the root view. Use the command enable view to enable the root view. Use the enable secret password cisco12345. If the router does not have an enable secret password, create one now. R1# enable viewPassword cisco12345 Dec 16 22:41:17.483: %PARSER-6-VIEW_SWITCH: user unknown successfully set to view 'root. • Create New Views for the Admin, Admin, and Tech Roles on Rand Rb b. Create the admin view, establish a password, and assign privileges . • The admin user is the top-level user below root that is allowed to access this router. It has the most authority. The admin user can use all show, config, and debug commands. Use the following command to create the admin view while in the root view. R1(config)# parser view admin1 R1(config-view)#