Cisco Cisco ASR 5000

Page of 9109
PDIF Service Configuration Mode Commands   
▀  bind 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
7920 
   
bind 
Binds the service IP address to a crypto template and configures the number of sessions the PDIF can support. 
Product
 
PDIF 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > PDIF Service Configuration 
configure > context context_name > pdif-service service_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-pdif-service)# 
Syntax
 
bind address address { crypto-template string } [ max-sessions number ] 
no bind 
no
 
Removes a previously configured binding. 
address
 
Specifies the IP address of the service. 
crypto-template
 
string
 
Specifies the name of the crypto template to be bound to the service as an alphanumeric string of 0 through 
127 characters. 
max-sessions
 
number
 
Specifies the maximum number of sessions to be supported by the service as an integer from 0 to 3000000. 
Default: 3000000 
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 the crypto template. 
It can also define the number of sessions the PDIF can support. 
Example
 
The following command binds a service with the IP address 
13.1.1.1
 to the crypto template 
T1
 and sets the 
maximum number of sessions to 
2000000
bind address 13.1.1.1 crypto-template T1 max-sessions 200000