Configuring NRF for Registration

This section describes how to enable NRF for registering the NFs.

To configure NRF for registration, use the following configuration:

config 
  nf-services nf_services_name 
    registration  
    service-repository  service_repository_name 
    heartbeat  
     failure-threshold failure_threshold_in_secs 
     interval-in-secs interval_in_secs 
     end 

NOTES:

  • nf-services nf_services_name – Enters the network function service configuration mode. From this mode, you can configure the services such as registration, repository, and service discovery details.

  • registration – Enters the registration configuration mode.

  • service-repository service_repository_name – Shows the name of the repository from the repository configuration.

  • heartbeat – Enters the heartbeat configuration mode.

  • failure-threshold failure_threshold_in_secs – Configures the value for the number of failures before confirming the heartbeat failure. The acceptable value is an integer in the range of 1-3.

  • interval-in-secs interval_in_secs – Configures the interval between two heartbeats in seconds. The acceptable value is an integer.