Cisco Cisco Packet Data Gateway (PDG)

Pagina di 8994
CSCF Serving-CSCF Configuration Mode Commands   
▀  registration lifetime 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
3346 
   
registration lifetime 
Configures a registration lifetime for all subscribers to the service. 
Product
 
SCM (S-CSCF, SIP Proxy) 
Privilege
 
Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > CSCF Service Configuration > Serving-CSCF Configuration 
configure > context context_name > cscf service service_name > serving-cscf
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-cscf-service-serving-cscf)# 
Syntax
 
registration lifetime { default sec | implicit sec | max sec | min sec } 
default registration lifetime 
default
 
Returns the command to the default settings. 
default sec | implicit sec | max sec | min sec
 
default 
 
sec
: Specifies the default amount of time that a registration can exist on the system.  
sec
 must be an integer from 60 to 
max
 
sec
 -1.  
Default: 3600 
Important:
  
default sec
 must be < or = to max 
sec
 and > or = to min 
sec
implicit 
 
sec
: Specifies the implicit amount of time that a registration can exist on the system. 
sec
 must 
be an integer from 60 to 1209600.  
Default: 0 
max sec
: Specifies the maximum amount of time that a registration can exist on the system.  
sec
 must be an integer from 60 to 1209600.  
Default: 86400 
Important:
  
max sec
 must be > or = to min 
sec
min sec
: Specifies the minimum amount of time that a registration can exist on the system.  
sec
 must be an integer from 60 to 
max
 
sec
 -1.  
Default: 60 
Important:
  
min sec
 must be < or = to max 
sec