Configure Administrative Roles Enable Root View on R1 R1(config)# parser view admin1 R1(config-view)# secret admin1pass #Associate the admin1 view with an encrypted password Add all config, show, and debug R1(config-view)# commands exec include all show R1(config-view)# commands exec include all config terminal R1(config-view)# commands exec include all debug Verify the admin1 view. R1# enable view admin1 Password: admin1pass R1# show parser view Create the admin2 view R1(config)# parser view admin2 R1(config-view)# secret admin2pass R1(config-view)# commands exec include all show Verify the admin2 view. R1# enable view admin2 Password: admin2pass R1# show parser view Create the tech view R1(config)# parser view tech R1(config-view)# secret techpasswd R1(config-view)# commands exec include show version R1(config-view)# commands exec include show interfaces R1(config-view)# commands exec include show ip interface brief R1(config-view)# commands exec include show parser view R1# enable view tech Password: techpasswd R1# show parser view