Configuring Failure Handling Profile

This section describes how to configure failure handling profile.

Use the following commands to configure failure handling profile.

config
 profile failure-handling failure-handling_profile_name 
   interface interface_name 
     message message_type 
       cause-code cause_code 
         action action_type 
           max-retry max_retry_count 
       exit 
     exit 
   exit 
 profile upf-group upf-group_profile_name 
  failure-profile profile_name 
 exit 

NOTES:

  • profile failure-handling failure-handling_profile_name - Specify the failure-handling profile name.

  • interface interface_name - Specify the interface name.

  • message message_type - Specify the message type.

  • cause-code cause_code - Specify the cause ID (range of 2-255) or range of cause IDs (range of 2-255) separated by either '-' or ',' or both.

    -Or-

    Must be one of the following:

    • no-resource-available

    • no-response-received

    • pfcp-entity-in-congestion

    • reject

    • service-not-supported

    • system-failure

  • action action_type - Specify the action type for the cause. Must be one of the following:

    • retry-terminate

    • terminate

  • max-retry max_retry_count - Specify the maximum retry count for the retry-terminate action. Must be an integer in the range of 0-5. Default value is 1.

  • profile upf-group upf-group_profile_name - Specify the UPF group profile name.

  • failure-profile profile_name - Specify the UPF failure profile name.

Sample Configuration

Following is the sample configuration:

profile failure-handling fh1
 interface sxa
  message SessionEstablishmentReq
   cause-code pfcp-entity-in-congestion action terminate
  exit
 exit
exit
profile failure-handling fh2
 interface sxa
  message SessionEstablishmentReq
   cause-code 74 action retry-terminate max-retry 3
  exit
 exit
exit
profile upf-group g1
 failure-profile fh1
exit
profile upf-group g2
 failure-profile fh2
exit