Configuring Secondary and Tertiary IP Addresses

Use the following sample configuration to configure secondary and tertiary IP addresses:

config 
   profile nf-client nf-type pcf 
      pcf-profile PP1 
         locality LOC1 
            priority 30 
            service name type npcf-smpolicycontrol 
               endpoint-profile EP1 
                  capacity   30 
                  uri-scheme http 
                  endpoint-name EP1 
                  priority 56 
                  primary ip-address ipv4 primary_ipv4 
                  primary ip-address port 8098 
                  secondary ip-address ipv4 secondary_ipv4 
                  secondary ip-address port 9098 
                  exit 

NOTES:

  • primary ip-address ipv4 primary_ipv4 : Specify the primary IPv4 address.

  • primary ip-address port 8098 : Specify the port number of the primary IPv4 address.

  • secondary ip-address ipv4 secondary_ipv4: Specify the secondary IPv4 address.

  • secondary ip-address port 9098 : Specify the port number of the secondary IPv4 address.