Configuring P-CSCF Server IPv4v6 Addresses

Use the following sample configuration to configure the IPv4v6 address of the primary, secondary, and tertiary P-CSCF servers.

config 
   profile pcscf pcscf_profile_name 
      v4v6-list 
         precedence precedence_value 
            primary ipv4 server_ipv4_address ipv6 server_ipv6_address 
            secondary { [ ipv4 server_ipv4_address ] [ ipv6 server_ipv6_address ] } 
            tertiary { [ ipv4  server_ipv4_address ] [ ipv6 server_ipv6_address ] } 
            end 

NOTES:

  • precedence precedence_value : Specify the precedence value. precedence_value must be an integer in the range of 1-64. This precedence value is used for the round-robin selection of P-CSCF server. The lower the precedence, the higher the priority.

  • primary ipv4 server_ipv4_address ipv6 server_ipv6_address : Specify the IPv4 and IPv6 address of the primary P-CSCF server in dotted-decimal notation and colon-separated hexadecimal notation respectively.

  • secondary { [ ipv4 server_ipv4_address ] [ ipv6 server_ipv6_address ] } : Specify the IPv4 and IPv6 address of the secondary P-CSCF server in dotted-decimal notation and colon-separated hexadecimal notation respectively.

  • tertiary { [ ipv4 server_ipv4_address ] [ ipv6 server_ipv6_address ] } : Specify the IPv4 and IPv6 address of the tertiary P-CSCF server in dotted-decimal notation and colon-separated hexadecimal notation respectively.