Configuring Dell PowerConnect 113
console(config)#crypto certificate generate key_generate
Generating RSA private key, 1024 bit long modulus
console(config)#ip https server
8.
Define a user name and password to allow access for a local user—console, Telnet, or Web Server, for
example. The enable password for console, telnet, and SSH is
tommy123
,
bobby123
, and
jones123
,
respectivel y.
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 15
console(config)#aaa authentication login default local
console(config)#aaa authentication enable default line
console(config)#line console
console(config-line)#login authentication default
console(config-line)#enable authentication default
console(config-line)#password tommy123
console(config-line)#exit
console(config)#line telnet
console(config-line)#login authentication default
console(config-line)#enable authentication default
console(config-line)#password bobby123
console(config-line)#exit
console(config)#line ssh
console(config-line)#login authentication default
console(config-line)#enable authentication default
console(config-line)#password jones123
console(config-line)#exit
9.
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)#exit
console#copy running-config startup-config