Endpoint Configuration

To configure the endpoint and associate with the VRF, use the following sample configuration:

config 
   instance instance-id instance_id 
       endpoint { gtp | pfcp | radius } 
          interface { coa-nas | s5 | s5e | s2b | s11 | n4 } 
             vip-ip ip_address [ vip-interface  interface_name| vip-port vip_port | vrf vrf_name ] 
             end 

NOTES:

  • endpoint { gtp | pfcp | radius } —Specify the endpoint name. It can be GTP, PFCP protocol, or RADIUS.

    For PAPN support, use the RADIUS endpoint. For the static and dynamic policy removal use case, select the GTP or PFCP protocol.

  • interface { coa-nas | s5 | s5e | s2b | s11 | n4 } —Specify the interface based on the use case. For PAPN support, select coa-nas interface. For the policy removal use case, use any of the other available interfaces.

  • vip-ip ip_address —Specify the IPv4 address of the configured endpoint.

  • vip-port vip_port —Specify the port number of endpoint.

  • vip-interface interface_name —Specify the interface name. Note that this is a bonded interface which is associated with VRF.

  • vrf vrf_name —Specify the VRF name defined using global VRF configuration.