Cisco Systems OL-15491-01 Network Hardware User Manual


 
A-223
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
replicate
replicate
To replicate the connection state for all connections to the CSG2 content servers on the standby system,
use the replicate command in CSG2 content configuration mode. To disable connection redundancy, use
the no form of this command.
replicate [delay seconds]
no replicate [delay]
Syntax Description
Defaults Connection redundancy is not enabled.
If you do not specify a delay, there is no delay.
Command Modes CSG2 content configuration
Command History
Usage Guidelines Replication is not supported for the wireless application protocol 1.x (WAP 1.x) and Real Time
Streaming Protocol (RTSP) protocols. Therefore, the CSG2 generates an error message if either of the
following situations occurs:
You have already configured RTSP or WAP 1.x using the parse protocol command and you try to
enter the replicate command.
You have already configured replicate and you try to configure RTSP or WAP 1.x using the parse
protocol command.
For HTTP, the replicated session is treated as Layer 4. No HTTP parsing is performed when the
replicated session on the standby CSG2 becomes active.
Examples The following example shows how to enable replication for the CSG2 content MOVIES, and replication
with a delay of 30 seconds for the CSG2 content GAMES:
ip csg content MOVIES
replicate
ip csg content GAMES
replicate delay 30
delay seconds (Optional) Number of seconds to delay state replication. The range is from
1 to 3600. The default value is no delay.
Release Modification
12.4(11)MD This command was migrated from CSG1.
Changes from CSG1:
The name of this command changed from replicate connection tcp to
replicate.
The delay seconds keyword and argument were added.