Configure S5 Binding Address in SMF Service Configuration

Use the following configuration to define the S5 binding address at which the SMF listens for GTP messages from S-GW (S5 interface).


configure 
   profile smf smf_profile_name 
   service name smf_service_name 
      s5 bind-address { ipv4 ipv4_address | ipv6 ipv6_address } 
      end 

NOTES:

  • s5 bind-address { ipv4 ipv4_address | ipv6 ipv6_address } : Enter the IP address at which SMF listens for GTP messages from S-GW via S5 interface. Enter the address in either standard IPv4 dotted decimal format or in standard IPv6 colon notation format.