Configuring the Retransmission and Timeout Values

This section includes the CLI commands to configure the retransmission and timeout values for the outbound and inbound messages.

Following is the CLI configuration for the outbound messages:

config 
  instance instance-id instance_id 
    endpoint endpoint_name 
      interface interface_name 
        retransmission timeout timeout_intervalmax-retry retry_value 
        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.

  • retransmission timeout timeout_interval —Configure the timeout interval value.

Following is the CLI configuration for the inbound messages:

config 
    instance instance-id 1 
    endpoint protocol 
    interface n4 
        dispatcher 
            count 5 
            outbound true 
        threshold 5000 
        end 

NOTES:

  • 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.