Configures
checkpointing parameters between ICSR active and standby chassis.
Product
All products
supporting ICSR
Privilege
Security
Administrator, Administrator
Mode
Exec > Global
Configuration > Context Configuration > Service Redundancy Protocol
Configuration
configure > context
context_name
>
service-redundancy-protocol
Entering the above
command sequence results in the following prompt:
[context_name]host_name(config-srp)#
Syntax
checkpoint session compression { lz4 | zlib }
checkpoint session duration { ims-session | non-ims-session } seconds
checkpoint session nack { macro | micro } [ max-response number ]
checkpoint session periodic-interval minutes
default checkpoint session { compression | duration { ims-session | non-ims-session } | periodic-interval }
no checkpoint session { compression | duration { ims-session | non-ims-session } | periodic-interval }
default
Resets the following
checkpoint session parameters to their default values:
- compression = zlib
- duration = 60 seconds
- periodic-interval = 48 minutes
no
Disables
compression,
duration,
nack, and
periodic-interval features.
compression { lz4 | zlib
}
Specifies
whether the LZ4 or zlib compression algorithm will be used to compress SRP
payload messages.
LZ4 compression is
effective only if both chassis are configured with LZ4. If any one chassis has
zlib (default) configured, the compression algorithm reverts to zlib. The
algorithm is negotiated only during initial socket establishment. Once agreed
no more negotiation takes place until the TCP socket connection is reset.
Important
|
A change in the
configured compression algorithm resets the TCP Link.
|
duration { ims-session |
non-ims-session }
seconds
Specifies whether
the checkpoint duration is being set for IMS (IP Multimedia Subsystem) or
non-IMS sessions. The duration is the amount of time that a call must be active
before it is check pointed. and is expressed as an integer from 0 through 65535
(Default = 60).
nack { macro | micro } [ max-response
number
]
Enables
a NACK feature for checkpoints. When this feature is enabled, the standby
chassis sends a NACK in response to the receipt of a micro-checkpoint (MC) that
fails to be successfully applied. The standby chassis will send more NACKs
(configurable, default = 3) within a 10-minute window if an FC is not received.
NACKs will continue to be sent within the 10-minute reset window until an FC is
received and applied, or the configured number of maximum-responses is reached.
max-response is the total
number NACKs that can be sent within the 10-minute window in response to a
failed MC or FC expressed as an integer from 1 through 65535 (Default = 3).
Note
|
The time
interval window of 10 minutes is
not
configurable.
|
periodic-interval
minutes
Configures
the minimum periodic checkpoint duration in multiples of 12 minutes for sending
macro-checkpoints (FCs) from the Active to the Standby chassis. The interval is
specified as an integer divisible by 12 in the range from 24 through 1440
(Default = 48 minutes). The interval range for sending full checkpoints is 24
minutes to 24 hours (1140 minutes).
Usage Guidelines
Sets the type of compression algorithm to be used for SRP
payload messages.
Sets the amount of
time the chassis waits before check pointing an existing call session.
Checkpoints can be separately set for IMS and/or non-IMS sessions.
Enable the NACK feature for handling checkpointing messaging on
the Standby chassis.
Configures the
interval between the sending of macro-checkpoints (full checkpoints) between
the active and standby chassis.
Important
|
The
compression,
nack
and periodic-interval
keywords will only appear if a special ICSR optimization feature license has
been purchased and installed. Contact your Cisco account representative for
assistance.
|
For additional
information on ICSR checkpointing, see the
System
Administration Guide.
Example
The following
example configures sets the checkpoint session duration
for an IMS session
to 6500 seconds:
checkpoint session duration ims-session 6500
The following command
resets the periodic interval for sending full checkpoints to 36 minutes:
checkpoint session periodic-interval 36