- Preface
- Using the WAAS Command-Line Interface
- Cisco WAAS Software Command Summary
- CLI Commands
- EXEC Mode Commands
- Global Configuration Mode Commands
- Interface Configuration Mode Commands
- Standard ACL Configuration Mode Commands
- Extended ACL Configuration Mode Commands
- PKI Certificate Authority Configuration Mode Commands
- PKI Global Settings Configuration Mode Commands
- SSL Accelerated Service Configuration Mode Commands
- SSL Cipher List Configuration Mode Commands
- SSL Global Service Configuration Mode Commands
- SSL Host Peering Service Configuration Mode Commands
- SSL Management Service Configuration Mode Commands
- WCCP Configuration Mode Commands
- Class Map Configuration Mode Commands
- Policy Map Configuration Mode Commands
- Policy Map Class Configuration Mode Commands
- Acronyms and Abbreviations
- Command Summary by Mode
SSL Management Service Configuration Mode Commands
SSL management services lets you configure SSL parameters used for secure communications between the Central Manager and the WAE devices. To configure secure socket layer (SSL) encryption management service parameters on a WAAS device, use the crypto ssl management-service global configuration command. To delete a parameter use the no form of the command.
no crypto ssl management-service
Syntax Description
Defaults
Command Modes
Device Modes
Usage Guidelines
Use the crypto ssl management-service command to configure management services. The crypto ssl management-service command initiates SSL management service configuration mode, as indicated by the following prompt:
Within SSL management service configuration mode, you can use the SSL management service configuration commands. To return to global configuration mode, enter exit at the SSL management service configuration mode prompt.
Examples
The following example shows how to enter SSL management service configuration mode:
Related Commands
(config-ssl-mgmt) cipher-list
To configure secure socket layer (SSL) encryption cipher lists on a WAAS device, use the cipher-list command. To delete a cipher list use the no form of the command.
no cipher-list cipher-list-name
Syntax Description
Name of the cipher list you want to create or edit. The cipher list name may contain up to 64 characters. |
Defaults
Command Modes
SSL management service configuration
Device Modes
Usage Guidelines
A cipher list is customer list of cipher suites that you assign to an SSL connection. (See the SSL Cipher List Configuration Mode Commands chapter for more information.)
Examples
The following example shows how to enter SSL management service configuration mode, and then create or edit a cipher list called myciphers. If the cipher list is already established on the WAAS device, the cipher-list command edits it. If the cipher list does not exist, the cipher-list command creates it:
Related Commands
(config-ssl-mgmt) peer-cert-verify
To enable verification of peer certificates, use the peer-cert-verify command.
peer-cert-verify [revocation-check none]
Syntax Description
(Optional) Specifies a revocation check null method that returns revocation success. |
Defaults
Command Modes
SSL management service configuration
Device Modes
Usage Guidelines
SSL peering service configuration parameters control secure communications established by the SSL accelerator between WAE devices while optimizing SSL connections.
If peer certificate verification is enabled, WAAS devices that use self-signed certificates will not be able to establish peering connections to each other and not be able to accelerate SSL traffic.
To disable OCSP certificate revocation checking, set the revocation check value to none.
Examples
The following example shows how to enter SSL management service configuration mode, and then set the revocation check method to none:
Related Commands
(config-ssl-mgmt) version
To specify the type of SSL protocol to use for management services, use the version command.
Syntax Description
Specifies TLS1 for the SSL version 3 protocol. Specifies SSL3 for the Transport Layer Security version 1 protocol. |
Defaults
Command Modes
SSL management service configuration
Device Modes
Examples
The following example shows how to enter SSL management service configuration mode, and then set the protocol to SSL version 3: