Cisco Cisco Packet Data Gateway (PDG)

Seite von 8770
  FNG Service Configuration Mode Commands 
bind  ▀   
 
Command Line Interface Reference, StarOS Release 16  ▄  
 
   
5053 
bind 
Binds the FNG service IP address to a crypto template and specifies the maximum number of sessions the FNG service 
supports. 
Product
 
FNG 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > FNG Service Configuration 
configure > context context_name > fng-service service_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-fng-service)# 
Syntax
 
bind address ipv4_address { crypto-template string }[ max-sessions number ] 
no bind 
no bind
 
Removes a previously configured binding. 
address
 
ipv4_address
 
Specifies the IPv4 address of the FNG service. 
crypto-template
 
string
 
Specifies the name of the crypto template to be bound to the FNG service. 
string
 is any value from 0 - 127 alpha and/or numeric characters. 
max-sessions
 
number
 
Specifies the maximum number of sessions to be supported by the FNG 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 
Binds the IP address used as the connection point for establishing the IKEv2 sessions to a crypto template. It 
can also define the maximum number of sessions the FNG can support. 
Example
 
The following command binds an FNG service with an IP address of 
10.2.3.4
 to the crypto template named 
T1
 and sets the maximum number of sessions to 
500000
bind address 10.2.3.4 crypto-template T1 max-sessions 500000