Configuring UDM Failure Handling Support

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

config 
   profile nf-client-failure nf-type udm 
      profile failure-handling fh_profile_name 
         service name type { nudm-ee | nudm-pp | nudm-sdm | nudm-ueau 
         | nudm-uecm } 
         message type { UdmRegistrationReq | UdmSdmGetUESMSubscriptionData 
         | UdmSdmSubscribeToNotification | UdmSubscriptionReq 
         | UdmUecmRegisterSMF | UdmUecmUnregisterSMF |  
         UdmSdmUnsubscribeToNotification } 
            status-code httpv2 0 
               action { continue | retry-and-continue | retry-and-ignore 
              | retry-and-terminate | terminate } 
              end 

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


config 
   profile network-element udm udmprofile_name 
      nf-client-profile profile_name 
      failure-handling-profile fh_profile_name 
      query-params [ dnn ] 
      rulebase-prefix cbn# 
      predefined-rule-prefix crn# 
      exit 

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

config 
   profile nf-client nf-type udm 
      udm-profile udmprofile_name 
         locality LOC 
            priority priority_value 
            service name type { nudm-ee | nudm-pp | nudm-sdm | 
            nudm-ueau | nudm-uecm } 
               endpoint-profile epprofile_name 
                  capacity capacity_value 
                  uri-scheme http 
                  endpoint-name endpoint_name 
                     priority priority_value 
                     primary ip-address ipv4 primary_ipaddress 
                     primary ip-address port port_num 
                     secondary ip-address ipv4 secondary_ipaddress 
                     secondary ip-address port port_num 
                     end