Configure S5 Binding Address

To define the S5 binding address at which the SMF listens for GTP messages from S-GW (S5 interface), use the following sample configuration:

config 
   instance instance-id instance_id 
      endpoint gtp 
         replicas replica_count 
         nodes node_id 
         enable-cpu-optimization true 
         interface s5 
         vip-ip vip_ip_address 
         exit 
      interface s5e 
         echo 
         vip-ip vip_ip_address 
         exit 
      interface s2b 
         vip-ip vip_ip_address 
         end 

NOTES:

  • interface s5 : Configure the S5 interface through which the messsges are sent from S-GW to SMF.

  • vip-ip vip_ip_address : Enter the IP address at which SMF listens for GTP messages from S-GW through S5 interface. Enter the address in either standard IPv4 dotted decimal format or in standard IPv6 colon notation format.