Configuring the Dispatcher
This section describes the dispatcher configuration for GTPC-EP (GTP) and SMF_PROTO (PFCP) endpoint.
config
instance instance-id instance_id
endpoint endpoint_name
interface interface_name
dispatcher dispatcher_values
end
NOTES:
-
instance instance-id instance_id —Specify the instance ID.
-
endpoint endpoint_name —Specify the endpoint name.
-
interface interface_name —Specify the interface name.
-
dispatcher dispatcher_values —Configure the dispatcher values.
-
cache true | false —Disable the retransmission cache support for dispatcher queue. The default value is false.
Must be one of the following:
-
true —Disable the retransmission cache support for dispatcher queue, set the cache to true.
-
false —Enable the retransmission cache support for dispatcher queue, set the cache to false.
-
-
capacity capacity_value —Specify the queue size for each dispatcher queue. The default value is 5000.
-
count value —Specify the number of supported dispatcher queues for the interface or the endpoint.
-
expiry expiry_duration —Specify the duration for which the cache entry with response is held in the cache. The default value is 60 seconds.
-
nonresponsive nonresponsive_duration —Specify the duration for which the cache entry without response is held in the cache.
-
outbound true | false —Disable dispatcher queue support for outgoing messages. The default value is true. When set to false, the queue support is enabled for outgoing messages.
It means by default, the queue support is enabled for the outgoing messages. Must be one of the following:
-
true —Disable dispatcher queue support for outgoing messages, set the outbound to true.
-
false —Enable dispatcher queue support for outgoing messages, set the outbound to false.
-
-
rate-limit rate_limit —Specify the rate limit for each queue.
-
threshold threshold —Specify the outstanding limit for non-responsive cache entries. When the threshold is reached, the incoming requests are dropped. It must be an integer. The default value is 30000 milliseconds.
-