< Home

binding cipher-suite-customization

Function

The binding cipher-suite-customization command binds a customized SSL cipher suite policy to an SSL policy.

The undo binding cipher-suite-customization command unbinds the customized SSL cipher suite policy from an SSL policy.

By default, no customized cipher suite policy is bound to an SSL policy. Each SSL policy uses a default cipher suite.

Format

binding cipher-suite-customization customization-policy-name

undo binding cipher-suite-customization

Parameters

Parameter Description Value
customization-policy-name Specifies the name of a customized SSL cipher suite policy. The value is a string of 1 to 32 case-insensitive characters, spaces not supported.

Views

SSL policy view

Default Level

3: Management level

Usage Guidelines

Usage Scenario

To bind a customized SSL cipher suite policy to an SSL policy, run the binding cipher-suite-customization command. After a customized SSL cipher suite policy is bound to an SSL policy, the device uses an algorithm in the specified cipher suite to perform SSL negotiation.

After a customized cipher suite policy is unbound from an SSL policy, the SSL policy uses one of the following cipher suites supported by default:

  • tls1_ck_rsa_with_aes_256_sha
  • tls1_ck_rsa_with_aes_128_sha
  • tls1_ck_dhe_rsa_with_aes_256_sha
  • tls1_ck_dhe_dss_with_aes_256_sha
  • tls1_ck_dhe_rsa_with_aes_128_sha
  • tls1_ck_dhe_dss_with_aes_128_sha
  • tls12_ck_rsa_aes_256_cbc_sha256

Prerequisites

The customized cipher suite policy to be bound to an SSL policy contains cipher suites.

Precautions

If the cipher suite in the customized cipher suite policy bound to an SSL policy contains only one type of algorithm (RSA or DSS), the corresponding certificate must be loaded for the SSL policy to ensure successful SSL negotiation.

Example

# Bind customized SSL cipher suite policy named cipher1 to an SSL policy.

<HUAWEI> system-view
[HUAWEI] ssl policy ftp_server
[HUAWEI-ssl-policy-ftp_server] binding cipher-suite-customization cipher1
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >