Investigate the options for the username command. In global configuration mode, enter the following command R1(config)# username user password ?What options are available 0 Specifies an UNENCRYPTED password will follow 7 Specifies a HIDDEN password will follow LINE The UNENCRYPTED (clear text) user password ________ • Create anew user account using the username command. • Create the user account, specifying the password with no encryption. R1(config)# username user password 0 user01pass • Use the show run command to display the running configuration and check the password that is enabled. Even though unencrypted (0) was specified, you still cannot read the password for the new user account, because the service password-encryption command is in effect. •