Configuring the PCF Failure Handling Profile
To configure the PCF failure handling profile with action, use the following sample configuration:
config
profile nf-client-failure nf-type pcf
profile failure-handling fhprofile_name
service name type servicename_type
message type messagetype_value
status-code httpv2 status_code
action { continue | retry-and-continue | retry-and-ignore | retry-and-terminate } retry retry_value
exit
NOTES:
-
profile failure-handling fhprofile_name : Specify the failure handling profile name.
-
service name type servicename_type : Specify the PCF service name type. servicename_type can be one of the following values:
-
npcf-am-policy-control
-
npcf-bdtpolicycontrol
-
npcf-eventexposure
-
npcf-policyauthorization
-
npcf-smpolicycontrol
-
npcf-ue-policy-control
-
-
message type messagetype_value : Specify the message type. messagetype_value can be one of the following values:
-
PcfAmfPolicyControlCreate
-
PcfSmpolicycontrolCreate
-
PcfSmpolicycontrolDelete
-
PcfSmpolicycontrolUpdate
-
-
status-code httpv2 status_code : Specify the HTTPv2 status code. status_code must be an integer in the range of 0–599, separated by either '-' or ','.
-
action { continue | retry-and-continue | retry-and-ignore | retry-and-terminate } retry retry_value : Specify the action and the number of retry attempts. retry_value must be an integer in the range of 1–10.