Configuring the Echo Parameters

To configure the Echo parameters, use the following configuration:

Enabling the Echo Request

To enable the Echo Request, use the following configuration:

config 
   instance instance-id instance_id 
      endpoint endpoint_name 
         interface [ s11 | s5e ]  
           echo interval interval_value 
           echo max-retransmissions max_retransmissions_count 
           echo retransmission-timeout retransmission_timeout_count 
           end 

NOTES:

  • interval interval_value —Specify the echo interval in seconds. Must be an integer in the range of 60-3600. Default value is 60 seconds.

  • max-retransmissions max_retransmissions_count —Specify the maximum number of retries for GTP Echo Request. Must be an integer in the range of 0-15. Default value is 3.

  • retransmission-timeout retransmission_timeout_count —Specify the Echo Request retransmission timeout period in seconds. Must be an integer in the range of 1-20. Default value is 5.

Disabling the Echo Request

To disable the Echo Request, use the following configuration:

config 
   instance instance-id instance_id 
      endpoint endpoint_name 
         replicas replicas_count 
         interface interface_name 
            no echo 
            end