Configuring sslv2 connection rate, Configuring number of ssl profiles, Configuring number of ssl certificates and keys – Brocade Virtual ADX Security Guide (Supporting ADX v03.1.00) User Manual

Page 155

Advertising
background image

Brocade Virtual ADX Security Guide

143

53-1003250-01

Configuration examples for SSL Termination Mode

6

Configuring SSLv2 connection rate

You can configure the maximum connection rate for SSLv2, as shown in the following example.

Virtual ADX(config)#ssl-v2-rate num-conn-per-sec

Syntax: ssl-v2-rate num-conn-per-sec

The num-conn-per-sec variable sets the maximum connections for SSLv2 allowed per second.

Valid range: 16 to 256

Default: 100

NOTE

The connection count for the SSLv2 rate includes only client-side connection in SSL-terminate mode.

Configuring number of SSL profiles

You can configure the maximum number of SSL profiles, as shown in the following example:

Virtual ADX(config)#system-max ssl-max-profiles 64

Syntax: [no] system-max ssl-max-profiles num-max-profiles

The num-max-profiles variable sets the maximum number of SSL profiles.

The minimum, maximum and default values for this setting are determined by the license that is
active on your system. For actual values associated with your license, refer to the Brocade Virtual
ADX Licensing Guide
.

Configuring the maximum number of SSL and SSLv2 concurrent connections

Use the system-max ssl-concurrent-conn command to set the maximum number of SSL concurrent
connections, as shown in the following.

Virtual ADX(config)#system-max ssl-concurrent-conn 512

Use the system-max ssl-v2-concurrent-conn command to set the maximum number of SSLv2
concurrent connections, as shown in the following.

Virtual ADX(config)#system-max ssl-v2-concurrent-conn 128

Syntax: [no] system-max {ssl-concurrent-conn | ssl-v2-concurrent-conn}

number-of-ssl-connections

The number-of-ssl-connections variable sets the maximum number of SSL or SSLv2 concurrent
connections.

The minimum, maximum and default values for this setting are determined by the license that is
active on your system. For actual values associated with your license, refer to the Brocade Virtual
ADX Licensing Guide
.

Configuring number of SSL certificates and keys

You can configure the maximum number of SSL certificates and keys, as shown in the following
example:

Virtual ADX(config)# system-max ssl-cert-count 1024

Virtual ADX(config)# system-max ssl-keys 1024

Advertising