DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
318
D G S - 3 2 0 0 - 1 0 : 4 # d o w n l o a d s s l c e r t i f i c a t e 1 0 . 5 5 . 4 7 . 1 c e r t f i l e n a m e c e r t . d e r
k e y f i l e n a m e p k e y . d e r
C o m m a n d : d o w n l o a d s s l c e r t i f i c a t e 1 0 . 5 5 . 4 7 . 1 c e r t f i l e n a m e c e r t . d e r k e y f i l e n a m e
p k e y . d e r
S u c c e s s .
D G S - 3 2 0 0 - 1 0 : 4 #
37-3 enable ssl
Purpose
Used to enable the SSL feature and ciphersuites.
Format
enable ssl { ciphersuite { RSA_with_RC4_128_MD5 | RSA_with_3DES_EDE_CBC_SHA |
DHE_DSS_with_3DES_EDE_CBC_SHA | RSA_EXPORT_with_RC4_40_MD5 } }
Description
This command enables the SSL status and its individual ciphersuites. Using the “
enable ssl
” command
will enable the SSL feature, which means SSLv3 and TLSv1. Each ciphersuite must be enabled by this
command.
Parameters
Parameters
Description
ciphersuite
For configuring a cipher suite combination.
RSA_with_RC4_128_MD5
Indicates RSA key exchange with RC4 128 bits
encryption and MD5 hash.
RSA_with_3DES_EDE_CBC_SHA
Indicates RSA key exchange with 3DES_EDE_CBC
encryption and SHA hash.
DHE_DSS_with_3DES_EDE_CBC_SHA
Indicates DH key exchange with 3DES_EDE_CBC
encryption and SHA hash.
RSA_EXPORT_with_RC4_40_MD5
Indicates RSA_EXPORT key exchange with RC4 40
bits encryption and MD5 hash.
NULL
Enable the SSL feature.
Restrictions
You must have administrator privilege.