84 Configuring the Switch
www.dell.com | support.dell.com
console(config)# exit
console# ping 50.1.1.2
64 bytes from 50.1.1.2: icmp_seq=1. time=0 ms
64 bytes from 50.1.1.2: icmp_seq=2. time=0 ms
64 bytes from 50.1.1.2: icmp_seq=3. time=0 ms
64 bytes from 50.1.1.2: icmp_seq=4. time=0 ms
----50.1.1.2 PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 0/0/0
console#
9
Define a user name and password to allow privileged level 15 device access for a remote user
(HTTP and HTTPS).
In this example the user name and password is "Dell," user name is "Dell," 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 Dell privilege 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
10
Define a user name and password to allow access for a local user—console, Telnet, Web
Server, for example.
In this example the user name and password is "Dell," and the privilege level is 15.
console(config)# username Dell password Dell privilege 15
console(config)#
console(config)# aaa authentication login default line
console(config)# aaa authentication enable default line
console(config)# line console