This command allows you to configure the EMM timers, ESM timers, and Session Setup timers in access-profile.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Access Profile Configuration
configure > access-profile profile_name
Entering the above command sequence results in the following prompt:
[local]host_name(access-profile-profile_name)#
Syntax
timeout { emm { t3422 | t3450 | t3460 | t3470 } timeout_value | esm { t3485 | t3486 | t3489 | t3495 } timeout_value | session-setup setup_timer }
remove timeout { emm | esm | session-setup }
remove
Removes the configuration from the access-profile.
emm { t3422 | t3450 | t3460 | t3470 } timeout_value
Configures the EMM timers. The EMM timer configuration in access-profile will have higher precedence over the same timer configuration
in mme-service.
-
t3422 : Timer for Retransmission of Detach Request.
-
t3450 : Timer for Retransmission of Attach Accept/TAU Accept.
-
t3460 : Timer for Retransmission of Auth Request/Security Mode.
-
t3470 : Timer for Retransmission of Identity Request.
timeout_value specifies the timeout value in seconds as an integer from 1 to 270.
esm { t3485 | t3486 | t3489 | t3495 } timeout_value
Configures the ESM timers. The ESM timer configuration in access-profile will have higher precedence over the same timer configuration
in mme-service.
-
t3485 : Timer for Retransmission of Activate Default/Dedicated Bearer Request.
-
t3486 : Timer for Retransmission of Modify EPS Bearer Context Request.
-
t3489 : Timer for Retransmission of ESM Information Request.
-
t3495 : Timer for Retransmission of Deactivate EPS Bearer Request.
timeout_value specifies the timeout value in seconds as an integer from 1 to 270.
session-setup setup_timer
Configures the session setup timeout in seconds. The session setup timer configuration in access-profile will have higher
precedence over the same timer configuration in mme-service.
setup_timer is an integer from 1 to 10000.
Usage Guidelines
Use this command to configure the EMM timers, ESM timers, and Session Setup timers in access-profile. The configuration in
access-profile will have higher precedence over the same timer configuration in mme-service.
The device type and RAT type are not known while configuring the timer values. Hence, the valid range for these timers is
defined such that it covers the maximum value for E-UTRAN and NB-IoT RAT as specified in 3GPP TS 24.301 Release 13.
The maximum timer value is 24+240 = 264 seconds for NB-IoT CE-mode. Hence, the maximum configurable value for timers is 270
seconds.
Example
The following command configures the t3450 EMM timer with timeout value set to 100 seconds:timeout emm t3450 100