Configuring NF Client Profile
To configure the NF endpoints for AMF, CHF, PCF, and UDM, use the following sample configuration:
config
profile nf-client { nf-type { amf amf-profile | chf chf-profile | pcf pcf-profile | udm udm-profile } nf_profile_name }
end
NOTES:
-
profile nf-client { nf-type { amf amf-profile | chf chf-profile | pcf pcf-profile | udm udm-profile } nf_profile_name } : Specify the required NF client profiles and provide the local configuration for any of the following configured NFs:
-
amf : Enable the AMF local configuration
-
chf : Enable the CHF local configuration
-
pcf : Enable the AMF local configuration
-
udm : Enable the AMF local configuration
For example, if you are configuring the amf amf-profile keyword, this command enables the AMF local configuration. The same approach applies for the other configured NFs.
nf_profile_name must be an alphanumeric string representing the corresponding NF client profile name.
-
-
You can configure multiple NF profiles within a given service.
-
To disable the configuration, use the no profile nf-client { nf-type { amf amf-profile | chf chf-profile | pcf pcf-profile | udm udm-profile } nf_profile_name } command.