Cisco Cisco Packet Data Gateway (PDG)

Seite von 8994
  SaMOG Service Configuration Mode Commands 
timeout  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
8301 
timeout 
Configures the session's time-to-live (TTL) settings under SAMOG service. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > SAMOG Service Configuration 
configure > context context_name > samog-service samog_service_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-samog-service)# 
Syntax
 
timeout { absolute absolute_value  | idle idle_value | setup-timeout setup_timeout_value 
} 
default timeout [ absolute | idle | setup-timeout ] 
no timeout [ absolute | idle ] 
default
 
Sets/restores the default value assigned for timeout. 
The default value of absolute and idle timeout is 
0
, which indicates the function is disabled. 
The default value of setup-timeout is 
60
no
 
Enables / Disables the timeout option. 
absolute
 
absolute_value
 
Specifies the maximum duration of the session, in seconds, before the system automatically terminates the 
session.  
absolute_value
 must be an integer between 
0
 and 
2147483647
idle idle_value
 
Specifies the maximum duration a session can remain idle, in seconds, before the system automatically 
terminates the session. Zero indicates that the timeout function is disabled. Default is 
0
.  
idle_value 
must be an integer between 
0
 and 
2147483647
setup-timeout setup_timeout_value
 
Specifies the maximum time allowed for session setup in seconds. Default is 
60
 seconds.  
setup_timeout_value
must be an integer between 
0
 and 
1000000