Configuration Guide
66
Managing System
Access Security Configurations
Switch(config)#ip http secure-ciphersuite
3des-ede-cbc-sha
Switch(config)#ip http secure-session timeout
15
Switch(config)#ip http secure-max-users
1 2
Switch(config)#ip http secure-server download certificate
ca.crt
ip-address
192.168.0.100
Start to download SSL certificate......
Download SSL certificate OK.
Switch(config)#ip http secure-server download key
ca.key
ip-address
192.168.0.100
Start to download SSL key......
Download SSL key OK.
Switch(config)#show ip http secure-server
HTTPS Status: Enabled
SSL Protocol Level(s): ssl3 tls1
SSL CipherSuite: 3des-ede-cbc-sha
HTTPS Session Timeout: 15
HTTPS User Limitation: Enabled
HTTPS Max Admin Users: 1
HTTPS Max Guest Users: 2
Switch(config)#end
Switch#copy running-config startup-config
5.2.4 Configuring the SSH Feature
Follow these steps to configure the SSH function:
Step 1
configure
Enter global configuration mode.
Step 2
ip ssh server
Enable the SSH function. By default, it is disabled.
Step 3
ip ssh version {
v1 | v2
}
Configure to make the switch support the corresponding protocol. By default, the switch
supports SSHv1 and SSHv3.
v1 | v2
: Select to enable the corresponding protocol.