Ip csg psd retries – Cisco OL-15491-01 User Manual
Page 98

A-98
Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide
OL-15491-01
Appendix A CSG2 Command Reference
ip csg psd retries
ip csg psd retries
To define the maximum number of Cisco Persistent Storage Device (PSD) retries allowed before the
CSG2 determines that the link has failed, use the ip csg psd retries command in global configuration
mode. To reset the number of PSD retries to the default value, use the no form of this command.
ip csg psd retries [packet] number-of-retries
no ip csg psd retries
Syntax Description
Defaults
The default value is 3 retries.
Command Modes
Global configuration
Command History
Usage Guidelines
We recommend that you change the number of retries allowed only when directed to do so by
Cisco Technical Assistance Center (TAC) engineers. In most environments, the default value is the most
appropriate setting.
By default, the CSG2 retries a packet forever; it never discards a packet. If you configure the ip csg psd
retries packet command, the CSG2 tries to send a packet to the PSD the specified number of times, then
discards the packet. (The first attempt to send a packet to the PSD is not counted as a retry.) For example,
if you configure ip csg psd retries packet 4, the CSG2 tries to send a packet to the PSD five times before
discarding it (the initial attempt plus four retries).
Examples
The following example shows how to allow two PSD retries:
ip csg psd retries 2
The following example shows how to allow the CSG2 to try to send a packet to the PSD four times, in
addition to the initial attempt:
ip csg psd retries packet 4
packet
(Optional) Attempt to send a packet to the PSD the specified number of
times, then discard the packet.
number-of-retries
Maximum number of PSD retries allowed by the CSG2. The range is
1 to 65535. The default value is 3.
Release
Modification
12.4(11)MD
This command was introduced.
12.4(15)MD
The packet keyword was added.