Cisco Cisco ASR 5700

Page of 8994
  APN Configuration Mode Commands 
p-cscf  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
1415 
priority address_ priority [ ip IPv4_address | ipv6 IPv6_address ]
 
Specifies the priority for P-CSCF address for the APN. 
address_ priority
 is an integer from 1 to 3. 1 is the highest priority. 
IPv4_address
 must be expressed in IPv4 dotted-decimal notation. 
IPv6_address
 must be expressed in IPv6 colon-separated-hexadecimal notation. 
Usage 
Use this command to specify the P-CSCF addresses or FQDN server name associated with this APN. 
Example
 
The following command enables a P-CSCF with the primary IPv4 address 
10.2.3.4
 for the APN: 
p-cscf primary ip 10.2.3.4 
The following command enables a P-CSCF with FQDN server name 
pcscfalias1.ind.pun.cisco.com
 
for the APN: 
p-cscf fqdn pcscfalias1.ind.pun.cisco.com 
The following command enables a P-CSCF with the IPv4 address 
10.2.3.4
 at the highest priority of 1 for 
the APN: 
p-cscf priority 1 ip 10.2.3.4