Configuring SMF Failover to Secondary PCF Support

Use the following configuration to configure the PCF failure handling profile with action config:

profile nf-client-failure nf-type pcf 
 profile failure-handling FH1 
  service name type npcf-smpolicycontrol 
   message type PcfSmpolicycontrolCreate 
    status-code httpv2 0 
     action continue 

Use the following configuration to configure the association of FH profile in the respective network element:

profile network-element pcf pcf1 
 nf-client-profile PP1 
 failure-handling-profile FH1 
 query-params [ dnn ] 
 rulebase-prefix cbn# 
 predefined-rule-prefix crn# 
exit 

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

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 primaryipaddress 
      primary ip-address port 8098 
      secondary ip-address ipv4 secondaryipaddress 
      secondary ip-address port 9098 
      end