Lenovo ThinkSystem NE1032 Snelstarthandleiding - Pagina 9

Blader online of download pdf Snelstarthandleiding voor {categorie_naam} Lenovo ThinkSystem NE1032. Lenovo ThinkSystem NE1032 14 pagina's. For lenovo cloud network operating system
Ook voor Lenovo ThinkSystem NE1032: Producthandleiding (26 pagina's), Snelstarthandleiding (22 pagina's)

Lenovo ThinkSystem NE1032 Snelstarthandleiding
 
General Configuration 
Set the Enable Mode Password 
(config)#​
enable password
 
 
Generate New SSH keys 
#​
conf t
(config)#​
no feature ssh
(config)#​
ssh key rsa length 4096 force
(config)#​
ssh login-attempts 3
(config)#​
feature ssh
 
 
Set AAA Maximum Attempts 
Authentication, authorization, and accounting features determine what resources users have access to, and where to 
check for that user's credentials. Here, we are setting failed login attempts to be logged and the maximum number of 
login attempts to 25. 
(config)#​
aaa authentication login error-enable
(config)#​
aaa local authentication attempts max-fail 25
 
 
Create Additional Users 
The network-admin account type has full administrative rights to the switch. The network-operator is a limited 
account type. 
(config)#​
username <ADMIN> role network-admin password <PASSWORD>
(config)#​
username <USER> role network-operator password <PASSWORD>
 
 
Set NTP 
Any internal or external NTP server that is accessible on your network should work. 
(config)#​
feature ntp
(config)#​
ntp server 10.205.13.2
 
 
 
©
Scale Computing 2018
SOMEPASS