Configuring Dell™ PowerConnect™ 99
In this example, the user name
Dell
, the password is
Dell1234
, and the privilege level is 15. Privilege
levels range from 1
–
15, with 15 being the highest level. Level 15 access is the only level of access for the
Web interface.
console#config
console(config)#username Dell password Dell1234 level 15
console(config)#ip http authentication local
console(config)#ip https authentication local
console(config)#crypto certificate generate key_generate
Generating RSA private key, 1024 bit long modulus
console(config)#ip https server
9.
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
,
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 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