Configuring Cause-to-Class Map under cause-map-class Profile
To configure cause-to-class mapping under the cause-map-class profile, use the following sample configuration:
config
profile cause-map-class nf-type [ udm | pcf ] cmc_profile_name
source { status-code httpv2_code cause cause_value } fail-class failclass_string
exit
NOTES:
-
profile cause-map-class nf-type [ udm | pcf ] cmc_profile_name : Specify the NF profile name to configure the cause-map-class profile.
-
source { status-code httpv2_code cause cause_value } fail-class failclass_string
-
status-code httpv2_code : Specify the HTTPv2 status code of the source interface.
-
cause cause_value : Specify the cause value as a string.
-
fail-class failclass_string : Specify the failure class as a string.
-
-
The profile cause-map-class is associated to the network-element profile.
-
The status-code and cause keywords are optional. If both are configured, then the corresponding fail-class is given higher priority followed by status-code and cause .
Example
The following is an example of the UDM interface configuration:
profile cause-map-class nf-type udm UDM-CMC
source status-code 403 cause DNN_NOT ALLOWED fail-class congestion