end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The LTE Paging Map Configuration Mode is used to create and manage the paging profiles that control the different stages of paging for MME configurations on the system.
Exec > Global Configuration > LTE Policy Configuration > LTE Paging Profile Configuration
configure > lte-policy > paging-profile profile_name
Entering the above command sequence results in the following prompt:
[local]host_name(paging-profile)#
![]() Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
Enables the operator to configure different stages of paging in the order of desired execution with parameters that control the pace, volume, and behavior of a given paging stage.
MME
Administrator
Exec > Global Configuration > LTE Policy Configuration > LTE Paging Profile Configuration
configure > lte-policy > paging-profile profile_name
Entering the above command sequence results in the following prompt:
[local]host_name(paging-profile)#
[ no ] paging-stage level match-criteria { ue-contact-time seconds | all } action { last-n-enb-last-tai max-n-enb value | all-enb-last-tai | all-enb-all-tai } t3413-timeout seconds max-paging-attempts attempts [t3415-timeout t3415_dur ]
Remove the paging-stage from the system.
Defines different levels of paging-stages, each with a different match-criteria and different action. level must be a value 1 through 5.
Defines the time-interval in seconds between paging requests. The MME uses this timer for retransmission of an S1 Paging request to UE for PS paging. timeout must be a value from 0 through 20.
CS triggered S1 Paging requests are transmitted only once by the MME (no retransmission). For a CS paging to be sent again, another SGs paging request needs to be sent by MSC/VLR towards MME.
The keyword t3415-timeout t3415_dur is used to configure the T3415 paging timeout value. The t3415_dur is an integer value in the range 1 up to 20 seconds.
Defines the number of paging requests to be sent out during this paging-stage.
attempts must be a value from 0 through 5.
Use this command to configure paging procedure stages, which in turn control the pace, volume, and behavior of paging for each stage. This command is not enabled by default. There are no re-tries in a paging stage. The MME uses the T3413 timer for non-eDRX UEs to re-transmit paging. For eDRX UEs the MME uses the T3415 timer and on expiry of T3415 timer, the network aborts the paging procedure.
If a session recovery occurs then the eDRX timer re-starts only for the remaining time of the total time configured before session recovery. This is to ensure that the UE and MME are in sync with respect to the paging occasion.
Refer to the paging-map command in the LTE Policy Configuration Commands chapter to assign a priority for this paging profile based on traffic type.
The following configuration example creates a paging-profile in the lte-policy configuration mode:
paging-stage 1 match-criteria all action all-enb-all-tai t3413-timeout 5 max-paging-attempts 4