Enabling Keepalives
The following example demonstrates enabling keepalives and configuring
settings.
1.
2.
3.
4.
5.
6.
7.
8.
Cisco 11000 Series Secure Content Accelerator Configuration Guide
4-30
Initiate a management session as described previously.
Enter Privileged, Configuration, and SSL Configuration modes.
SCA> enable
SCA# configure
(config[myDevice])# ssl
Enter Server Configuration mode for the desired server.
(config-ssl[myDevice])# server myServer
(config-ssl-server[myServer])#
Enable keepalive messaging.
(config-ssl-server[myServer])# keepalive enable
(config-ssl-server[myServer])#
Set the keepalive message frequency to 8 seconds and the failure interval to
5 non-responded keepalive messages.
(config-ssl-server[myServer])# keepalive frequency 8
(config-ssl-server[myServer])# keepalive maxfailure 5
(config-ssl-server[myServer])#
Verify the keepalive information by entering the info command.
(config-ssl-server[myServer])# info
...
Keepalive enable
Keepalive frequency
Keepalive maxfailure
...
Return to Privileged mode.
(config-ssl-server[myServer])# finished
SCA#
Save the configuration to flash memory. If not saved, the configuration is lost
during a power cycle or when the reload command is used.
SCA# write flash
SCA#
Chapter 4
Using the Configuration Manager
: on
: 8 seconds
: 5
78-13124-05