server-group sip element-retries
To configure the number of retries for group elements in all SIP server groups, use the server-group sip element retries command in CCCSP configuration mode. To restore the default value, use the no form of this command.
server-group sip element retries { tcp | tls | udp } number-of-retries
no server-group sip element retries { tcp | tls | udp }
Syntax Description
| tcp |
Specifies TCP as the transport protocol of the listener. |
| tls |
Specifies TLS as the transport protocol of the listener. |
| udp |
Specifies UDP as the transport protocol of the listener. This is the default value. |
| number-of-retries |
Maximum number of consecutive failed attempts to send a request to a server group element via the specified protocol before the element is considered down. A failed attempt can occur because of a timeout, ICMP error, or receipt of a failure response (configured via the failover-response command). The valid range is from 0 to 65535. The default number of retries for the transport protocols is 1 for TCP, 1 for TLS, and 2 for UDP. |
Command Default
UDP is the default transport, and the default number of retries for UDP is 2.
Command Modes
CCCSP configuration (cusp-config)
Command History
| Release | Modification |
|---|---|
|
CCCSP-15.0(1) |
This command was introduced. |
Usage Guidelines
Use this command to configure the maximum number of failed attempts to send a request to a server group element via the specified protocol before the element is considered down. A failed attempt can occur because of a timeout or network error.
This command is a global value, and applies to all SIP server group elements.
Examples
The following example sets the retry value for UDP to 5:
Hostname(cusp-config)# server-group sip element-retries udp 5
The following example sets the retry value for UDP to the default value:
Hostname(cusp-config)# no server-group sip element-retries udp

Feedback