Hello @subtle-zinc
The e-RAB setup timer on a Cisco MME (Mobility Management Entity) is a timer that controls the maximum amount of time the MME waits for an e-RAB (Evolved Radio Access Bearer) setup response from the eNodeB (base station) during the bearer setup procedure. This timer is critical for ensuring that the MME does not wait indefinitely for a response in case of network issues or delays.
Default Value:
The default value of the e-RAB setup timer on Cisco MME is typically 4 seconds (4000 milliseconds).
Configurability:
Yes, the e-RAB setup timer is configurable on Cisco MME. Network operators can adjust this timer based on their network requirements and performance tuning needs. For example, in networks with higher latency or specific performance considerations, the timer can be increased or decreased.
Configuration Command:
The e-RAB setup timer can be configured using the following command in the Cisco MME configuration mode:
mme-service <service-name>
timer e-rab-setup <value-in-milliseconds>
- <service-name>: The name of the MME service.
- <value-in-milliseconds>: The desired timer value in milliseconds (e.g., 4000 for 4 seconds).
Example:
To set the e-RAB setup timer to 5 seconds (5000 milliseconds), you would use:
mme-service mme1
timer e-rab-setup 5000
After making the change, ensure you save the configuration and monitor the network to verify the impact of the new timer value.
Notes:
- Setting the timer too low may result in premature timeout and failed bearer setups in networks with higher latency.
- Setting the timer too high may delay the detection of issues during the e-RAB setup process.
Always test and validate changes in a controlled environment before applying them to a production network.
Hope This Helps!!!
AshSe
Forum Tips:
- Insert photos/images inline - don't attach.
- Always mark helpful and correct answers, it helps others find what they need.
- For a prompt reply, kindly tag @name. An email will be automatically sent to the member.