This command configures
the timeout duration for various ALCAP procedure timers in ALCAP
service.
Privilege:
Security Administrator,
Administrator
Syntax
timeout alcap {blo blo_timer_value | erq erq_timer_value | mod mod_timer_value | rel rel_timer_value | res res_timer_value | ubl ubl_timer_value}
default timeout alcap {blo | erq | mod | rel | res | ubl}
default
Sets the timer values
to default duration for specific ALCAP procedure in an ALCAP service.
blo blo_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Path Block procedure. When
a request to block a particular AAL2 path is recieved by ALCAP service,
the ALCAP service sends ALCAP-BLOCK-REQEST message to AAL2 node/peer
ALCAP Manage and starts Timer_BLO timer.
The timer waits for specified timeout duration blo_timer_value for
ALCAP-BLOCK-CONFRIM message before reporting error in procedure.
If AAL2 Node responds
with ALCAP-BLOCK-CONFRIM message the timer will stop before the
expiry of timeout duration and system reports the successful completion
of the procedure.
blo_timer_value must
be an integer value from 2 through 60.
Default: 5
erq erq_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Establish Request procedure.
When a request to esblish a connection through ALCAP-ESTABLISH-REQUEST
message is sent to AAL2 node the system starts the Timer_ERQ timer.
The timer waits for specified timeout duration erq_timer_value for
ALCAP-ESTABLISH-CONFRIM message before reporting error in procedure
and system requests ALCAP Manager to free the AAL2-channel used
for connection and also indicates to start the RESET procedure for
this channel.
If AAL2 Node responds
with ALCAP-ESTABLISH-CONFRIM message the timer will stop before
the expiry of timeout duration and system reports the successful
completion of the procedure.
erq_timer_value must
be an integer value from 5 through 30.
Default: 5
mod mod_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Modify Request procedure. When
a request to modify a connection or channel through ALCAP-MODIFY-REQUEST
message is sent to AAL2 node the system starts the Timer_MOD timer.
The timer waits for specified timeout duration mod_timer_value for
ALCAP-MODIFY-CONFRIM message before reporting error in procedure
and system requests ALCAP Manager to initiates the RESET or any
other appropriate procedure for this channel and HNB-GW shall release
the RUA connection towards HNB and SCCP connection towards CN.
If AAL2 Node responds
with ALCAP-MODIFY-CONFRIM message the timer will stop before the
expiry of timeout duration and system reports the successful completion
of the procedure.
mod_timer_value must
be an integer value from 5 through 30.
Default: 5
rel rel_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Release Request procedure.
When a request to release a connection or channel through ALCAP-RELEASE-REQUEST
message is sent to AAL2 node the system starts the Timer_REL timer
and sends RAB-ASST-REQ to HNB. The timer waits for specified timeout
duration rel_timer_value for ALCAP-RELEASE-CONFRIM
message before reporting error in procedure and system requests ALCAP
Manager to release the AAL2 channel. System also indicates to start
RESET procedure for this channel.
If AAL2 Node responds
with ALCAP-RELEASE-CONFRIM message the timer will stop before the
expiry of timeout duration and system reports the successful completion
of the procedure.
rel_timer_value must
be an integer value from 2 through 60.
Default: 2
res res_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Reset Request procedure. When
a request to reset a connection or channel through ALCAP-RESET-REQUEST
message is sent to AAL2 node the system starts the Timer_RES timer.
The timer waits for specified timeout duration res_timer_value for
ALCAP-RESET-CONFRIM message before retrying the RESET procedure.
The system will retry the RESET procedure for configured number
of times and on completion of retry limit the stops the RESET procedure
for the affected path and path will become available for connections.
If AAL2 Node responds
with ALCAP-RESET-CONFRIM message the timer will stop before the
expiry of timeout duration and system reports the successful completion
of the procedure.
res_timer_value must
be an integer value from 2 through 60.
Default: 2
ubl ubl_timer_value
Specifies the maximum
time, in seconds, the system waits for response from adjacent AAL2 node
before reporting the failure of AAL2 Path UnBlock procedure. When
a request to unblock a particular AAL2 path is recieved by ALCAP
service, the ALCAP service sends ALCAP-UNBLOCK-REQEST message to
AAL2 node/peer ALCAP Manager and start Timer_BLO timer.
The timer waits for specified timeout duration ubl_timer_value for
ALCAP-UNBLOCK-CONFRIM message before reporting error in procedure.
If AAL2 node/peer
ALCAP Manager responds with ALCAP-BLOCK-CONFRIM message the timer
will stop before the expiry of timeout duration and system reports
the successful completion of the procedure.
ubl_timer_value must
be an integer value from 2 through 60.
Default: 2
Usage:
Use this command to
configure the timeout duration for various ALCAP procedures in ALCAP
service.
Example:
The following command
sets the timeout duration of 10 seconds for ALCAP-MODIFY-REQUEST
procedure:
timeout alcap mod 10