Configuring Dell PowerConnect 113console(config)#crypto certificate generate key_generateGenerating RSA private key, 1024 bit long modulusconsole(config)#ip https server8. Define a user name and password to allow access for a local user—console, Telnet, or Web Server, forexample. The enable password for console, telnet, and SSH is tommy123, bobby123, and jones123,respectively.In this example, the user name is Dell, the password is Dell1234, and the privilege level is 15.console(config)#username Dell password Dell1234 level 15console(config)#aaa authentication login default localconsole(config)#aaa authentication enable default lineconsole(config)#line consoleconsole(config-line)#login authentication defaultconsole(config-line)#enable authentication defaultconsole(config-line)#password tommy123console(config-line)#exitconsole(config)#line telnetconsole(config-line)#login authentication defaultconsole(config-line)#enable authentication defaultconsole(config-line)#password bobby123console(config-line)#exitconsole(config)#line sshconsole(config-line)#login authentication defaultconsole(config-line)#enable authentication defaultconsole(config-line)#password jones123console(config-line)#exit9. Save the running-config file to the startup-config file.This ensures that the configuration just completed is the same if the switch is rebooted.console(config)#exitconsole#copy running-config startup-config