Configuring the GTPP Endpoint
Note |
|
To configure a GTPP endpoint, use the following commands:
config
instance instance-id instance_id
endpoint gtpprime
storage storage_capacity
replicas replicas_count
nodes nodes_count
interface Gz
vip-ip vip_ip vip-port vip-port vip-interface vip-interface vrf vrf
end
NOTES:
-
endpoint gtpprime : Specifiy the following parameters to configure an endpoint:
-
storage storage_capacity —Specify the storage size of persistent volume in GB. Must be an integer in the range of 1-100.
NoteCLI doesn't allow changing storage size while the system is running. To change the storage size, bring the system down first.
-
replicas replicas_count —Specify the number of replicas per node. Must be an integer.
-
nodes nodes_count —This property is ignored. You may skip configuring it.
-
interface Gz : Configure the Gz interface details, such as vip IPv4 address, vip port, vip interface, and virtual routing and forwarding details.
NoteWhen the system is active and under the Gz Interface, if there are any add or update vip configurations to use new values, ensure to restart the udp-proxy.
-
Configuration Example
The following is an example configuration for the endpoint gtppprime configuration:
instance instance-id 1
endpoint gtpprime
replicas 1
nodes 1
storage 1
interface gz
vip-ip 10.10.10.205 vip-port 7202 vip-interface v303 vrf GTPP-VRF
exit
exit
exit