Cisco Cisco IOS Software Release 12.2(2)XA

Pagina di 96
MGCP 1.0 Including NCS 1.0 and TGCP 1.0 Profiles
timeout tdmax
75
Cisco IOS Release 12.2(2)XA
timeout tdmax
To configure the maximum timeout value for the disconnected procedure (Tdmax), use the timeout 
tdmax
 MGCP profile command. To set the value to the default, use the no form of this command.
timeout tdmax tdmax-value
no timeout tdmax tdmax-value
Syntax Description
Defaults
600 seconds
Command Modes
MGCP profile
Command History
Usage Guidelines
When a gateway recognizes that an endpoint has lost its communication with the call agent (has become 
disconnected), a timer known as the disconnected timer is initialized to a random value between 0 and 
the disconnected initial waiting delay (Tdinit), which is configured with the timeout tdinit command. 
The gateway then waits for one of three things: the end of this timer, the reception of a command from 
the call agent, or the detection of local user activity for the endpoint, such as an off-hook transition. 
When one of the first two cases occurs, the gateway initiates the disconnected procedure for that 
endpoint. In the third case, the detection of local user activity, a minimum waiting delay (Tdmin) also 
must have elapsed. This value is configured with the timeout tdmin command.
The disconnected procedure consists of the endpoint sending an RSIP message to the call agent, stating 
that it was disconnected and is now trying to reestablish connectivity.
If the disconnected procedure is unsuccessful and the endpoint is still disconnected, the disconnected 
timer is doubled; this is repeated until the timer value reaches the maximum waiting delay (Tdmax), 
which is configured with the timeout tdmax command.
Examples
The following example shows the maximum timeout value (Tdmax) being set to 450 seconds:
Router(config)# mgcp profile nyc-ca
Router(config-mgcp-profile)# timeout tdmax 450
tdmax-value
Specifies the maximum timeout value for the disconnected procedure 
(Tdmax), in seconds. Range is 300 to 600.
Release
Modification
12.2(2)XA
This command was introduced.