profile nf-client-failure nf-type sepp profile failure-handling service name type message type status-code httpv2

Configures HTTPv2 status codes. This command is common to multiple NF clients, and is available in the following configuration modes.

Command Mode

Exec > Global Configuration (config) > AMF NF Client Configuration (config-amf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > AUSF NF Client Configuration (config-ausf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > CHF NF Client Configuration (config-chf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > EIR NF Client Configuration (config-eir) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > NRF NF Client Configuration (config-nrf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > NSSF NF Client Configuration (config-nssf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > PCF NF Client Configuration (config-pcf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > SEPP NF Client Configuration (config-sepp) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > SMF NF Client Configuration (config-smf) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Command Mode

Exec > Global Configuration (config) > UDM NF Client Configuration (config-udm) > Failure Handling Configuration (config-failure-handling-profile_name ) > Failure Handling Service Name Type Configuration (config-type-service_name_type ) > Failure Handling Message Type Configuration (config-type-message_type_name )

Syntax

status-code httpv2 { range range | range } { action action | retransmit retransmit | retransmit-interval retransmit_interval | retry retry_value } 

action action

Specify the action.

Must be one of the following:

  • continue : Specify to continue the session without any retry. The retry count configuration is invalid with this action.

  • retry-and-continue : Specify to retry as per the configured retry count and continue the session.

  • retry-and-ignore : Specify to retry as per the configured retry count and ignore the session in case all retry fails.

  • retry-and-terminate : Specify to retry as per the configured retry count and terminate the session in case all retry fails.

  • terminate : Specify to terminate the session without any retry. Retry count configuration is invalid with this action.

code code_value

Specify the code, or a range of status codes separated by either - (hyphen) or , (comma).

Must be an integer.

-Or-

Must be a string.

retransmit-interval retransmit_interval

Specify the retransmit interval in milliseconds.

Must be an integer.

retransmit retransmit

Specify the retransmit value.

Must be an integer in the range of 1-10.

retry retry_value

Specify the number of times the NF service must retry before proceeding with the action.

Must be an integer in the range of 1-10.

Usage Guidelines

Use this command to configure HTTPv2 status codes.