Configuring Create Dedicated Bearer Delay and Retry Support

This section describes how to configure the Create Dedicated Bearer Delay and Retry Support feature.

configure 
   profile access accesstemp 
     eps-fallback cbr delay delay_time max-retry retry_count  
     timeout timeout_value 
     end 

NOTES:

  • delay delay_time : Specifies the time delay in milliseconds for the creation of the dedicated bearer. The valid values range 0 through10000 milliseconds. The default is 0.

  • max-retry retry_count : Specifies the number of times to retry the creation of the dedicated bearer. The valid values range from 0 through 10. The default is 0.

  • timeout timeout_value : Specifies the time gap in seconds before retrying the creation of the dedicated bearer. The valid values range from 1 through 3 seconds. The default is 1.

Verifying the Create Dedicated Bearer Delay and Retry Support Configuration

This section describes how to verify the Create Dedicated Bearer Delay and Retry Support configuration.

Use the show running-config command to view the configuration.

The following is a sample output of the show running-config command.

profile smf smf1
service name smf-service
  access-profile access1
!
!
profile access access1
eps-fallback cbr delay 100 max-retry 5 timeout 2