Ip csg quota-server retries – Cisco OL-15491-01 User Manual

Page 112

Advertising
background image

A-112

Cisco Content Services Gateway - 2nd Generation Release 2.0 Installation and Configuration Guide

OL-15491-01

Appendix A CSG2 Command Reference

ip csg quota-server retries

ip csg quota-server retries

To define the maximum number of quota server retries allowed before the CSG2 determines that the link
has failed, use the ip csg quota-server retries command in global configuration mode. To reset the
number of quota server retries to the default value, use the no form of this command.

ip csg quota-server retries [packet] number-of-retries

no ip csg quota-server 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
quota-server retries packet
command, the CSG2 tries to send a packet to the quota server the specified
number of times, then discards the packet. (The first attempt to send a packet to the quota server is not
counted as a retry.) For example, if you configure ip csg quota-server retries packet 4, the CSG2 tries
to send a packet to the quota server five times before discarding it (the initial attempt plus four retries).

Examples

The following example shows how to allow two quota server retries:

ip csg quota-server retries 2

The following example shows how to allow the CSG2 to try to send a packet to the quota server four
times, in addition to the initial attempt:

ip csg quota-server retries packet 4

packet

(Optional) Attempt to send a packet to the quota server the specified number
of times, then discard the packet.

number-of-retries

Maximum number of quota server 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.

Advertising