Configuring Diameter Endpoint Instances

To configure the Diameter endpoint instances, use the following sample configuration:

config 
   instance instance-id instance-id 
      endpoint diameter  
      interface interface_name 
         internal-vip ip_address 
         vip-ip ip_address 
         mode mode_value 
      exit 

NOTES:

  • instance instance-id instance-id endpoint diameter : Specify the number of Diameter endpoint pods to be deployed.

  • interface interface_name : Specify the interface, such as Gx and Gy, for the Diameter endpoints.

  • internal-vip ip_address : Specify the internal VIP IP address for the Diameter endpoint to listen for requests from the service. internal-vip is a mandatory parameter.

  • vip-ip ip_address : Specify the VIP IPv4 address for the corresponding to the Diameter clients. vip-ip is a mandatory parameter.

  • mode mode_value : Specify the Diameter endpoints with a specific mode. mode is a mandatory parameter.

    Note

    SMF supports only the client as mode_value .