Configuring Host Selection through Diameter Endpoint

Diameter host selection configuration is available in the Diameter profile. You can configure multiple Diameter hosts and then bind these hosts to a different Diameter client.

To configure the host selection through the Diameter endpoint, use the following sample configuration:

config 
   profile diameter-host-selection host_selection_name 
      algorithm algorithm-name 
      hosts hosts_number 
         primary host host_ip_address 
         primary realm realm_name 
         secondary host host_ip_address 
         secondary realm realm_name 
      end 

NOTES:

  • profile diameter-host-selection host_selection_name : Specify the Diameter host selection profile name.

  • algorithmalgorithm-name : Choose the algorithm to select the host. algorithm-name has the ipaddr-modulus , msisdn-modulus , and round-robin values.

  • hosts hosts_number : Specify the precedence of the host in the form of index from 1-64.

  • primary host host_ip_address : Specify the primary host name.

  • primary realm realm_name : Specify the primary host realm.

  • secondary host host_ip_address : Specify the secondary host name.

  • secondary realm realm_name : Specify the secondary host realm.