Configures the name and PDN type of the access point name (APN) used for emergency PDN connections.
Mode
Exec > Global Configuration > LTE Policy Configuration > LTE Emergency Profile Configuration
configure > lte-policy > lte-emergency-profile profile_name
Entering the above command sequence results in the following prompt:
[local]host_name(lte-emergency-profile)#
Syntax
apn apn_name pdn-type { ipv4 | ipv4v6 | ipv6 } [ restoration-priority priority_value ]
no apn
no
Removes the selected APN from the profile.
apn_name
apn_name specifies the APN name of the emergency bearer services which will be used for emergency sessions. apn_name must be an alphanumeric string of 1 to 64 characters.
pdn-type { ipv4 | ipv4v6 | ipv6 }
Configures the packet data network type supported by the APN and this profile.
ipv4 : Specifies that the PDN supports IPv4 network traffic.
ipv4v6 : Specifies that the PDN supports both IPv4 and IPv6 network traffic.
ipv6 : Specifies that the PDN supports IPv6 network traffic.
restoration-priority priority_value
Configures the APN restoration priority value for emergency sessions for this APN profile. The reactivation of emergency PDNs
after a P-GW restart notification is processed in the order of this priority.
priority_value is an integer from 1 to 16 where "1" is the highest priority and "16" is the lowest priority. Default: 16 (lowest priority).
To define the APN restoration priority for non-emergency sessions, refer to the apn-restoration command in the APN Profile Configuration Mode.
Usage Guidelines
Use this command to select the APN to be used for emergency bearer services. APNs are configured through the APN Configuration
mode. For more information, see the APN Configuration Mode Commands chapter.
Example
The following command specifies that the APN named apn-3.com is to be used for emergency bearer services and that the PDN supports IPv4 traffic only: apn apn-3.com pdn-type ipv4
The following command configures the APN Restoration Priority for APN profile named eap with restoration priority value 1 : apn eap pdn-type ipv4 restoration-priority 1