Cisco Cisco Packet Data Gateway (PDG)

Página de 8994
PDG Service Configuration Mode Commands   
▀  bind 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
7790 
   
Dependencies: 
When you configure the PDG service to be in TTG mode, you must also configure the SGTP service using 
the 
associate sgtp-service
 command, as the TTG needs to connect with the GGSN to complete the 
PDG functionality. 
The following behaviors occur when the PDG service operates in TTG mode: 
 
If the SGTP service associated with PDG service is not configured, the PDG service is not started. 
 
If the SGTP service associated with PDG service is not started, the PDG service is not started. 
 
If the SGTP service associated with PDG service is stopped, the PDG service is stopped. 
 
If the SGTP service associated with PDG service is re-started, the PDG service is re-started. 
 
If the SGTP service is not yet configured, whenever the SGTP service is started, the PDG service is 
started. 
Note that starting or stopping the PDG service has no impact on the SGTP service. 
max-sessions
 
number
 
Specifies the maximum number of sessions to be supported by the PDG service as an integer from 0 through 
1000000. Default: 1000000 
If the max-sessions value is changed on an existing system, the new value takes effect immediately if it is 
higher than the current value. If the new value is lower than the current value, existing sessions remain 
established, but no new sessions are permitted until usage falls below the newly-configured value. 
Usage 
Use this command in PDG Service Configuration Mode to bind the IP address used as the connection point 
for establishing IKEv2/IPSec sessions to a crypto template. You can also use it to define the maximum 
number of sessions the PDG service supports. 
Example
 
The following command binds a PDG service with an IP address of 
10.2.3.4
 to the crypto template 
crypto_template_1
, sets the mode to TTG, and sets the maximum number of sessions to 
500000
bind address 10.2.3.4 crypto-template crypto_template_1 mode ttg max-
sessions 500000