Configuring Internal VIP

To configure the internal VIP, use the following configuration:

config 
   instance instance-id instance_id 
      endpoint gtp 
         internal-vip  vip_ip_address 
         vip-ip ipv4_address vip-port ipv4_port_number 
         vip-ipv6 ipv6_address vip-ipv6-port ipv6_port_number 
         dual-stack-transport { true | false }  
         end 

NOTES:

  • internal-vip vip_ip_address —Specify the internal VIP IP address of the additional endpoint of the GTPC-EP pod. The Service pod sends the messages directly to this IP address.

  • dual-stack-transport { true | false } —Enable the dual stack feature that allows you to specify IPv6 or IPv4 address. Specify true to enable this feature.