Configuring Response Timeout Parameter
To configure response timeout for fail-open support over the UDM interface (N10), use the following sample configuration:
config
profile network-element udm udm_profile_name
response-timeout timeout_value
exit
NOTES:
-
response-timeout timeout_value : Specify the response timeout in milliseconds. timeout_value must be an integer in the range of 1000-30000.
Default: 4000
Verifying the Response Timeout Configuration
The following is an example configuration.
[unknown] smf# show running-config profile network-element udm
profile network-element udm udm1
nf-client-profile UP1
failure-handling-profile FH4
query-params [ dnn ]
response-timeout 2000
exit
[unknown] smf#