Enables and configures
or disables the Default APN feature for use when the normal APN
selection process fails.
Privilege:
Security Administrator,
Administrator
Syntax
apn-selection-default { first-in-subscription | lowest-context-id | network-identifier apn_net_id [ fallback-apn network-identifier apn_net_id | fallback-to-first-in-subscription | prefer-single-subscription | reject-blank-apn | require-dns-fail-wildcard | require-subscription-apn ] + }
no apn-selection-default { first-in-subscription | lowest-context-id | network-identifier apn_net_id }
no
Delete the configuration
statement and disable the default APN feature.
first-in-subscription
Specifies that the
first APN in the subscription record matching the PDN type is used
as the default APN when normal APN selection fails and if the UE
APN is absent and the defined default APN is not a match.
For the SGSN, “first-in-subscription” means
the first record from the list of records sent from the HLR (in
the same order) with PDP type matching the requested PDP type. With
this configuration, if the first record is a wildcard APN it is
expected that the wildcard APN be configured. If not, the activation
will be rejected.
lowest-context-id
SGSN
only.
Specifies that the
subscription APN with tje lowest context-ID in the subscription
record matching the PDN type is used as the default APN when normal
APN selection fails.
With this configuration,
if the record with the lowest context-ID is a wildcard APN, then
it is expected that the wildcard APN has already been configured.
If not, the activation will be rejected.
network-identifier apn_net_id
Specifies the network
identifier will be used as the default APN name as a string of 1
to 62 characters, including digits, letters, dots (.) and dashes
(-).
Any of the following
optional keywords can be used with network-identifier as
qualifications.
fallback-apn network-identifier apn_net_id
SGSN only.
Specifies a dummy
APN to be used when the default APN is not present in the subscription so
that the activation does not fail. With this keyword configured,
the context is activated with a dummy APN and the GGSN displays
a static page for this APN, instructing the subscriber to subscribe
for appropriate services.
apn_net_id is
a string of 1 to 62 characters, including letters, digits, dots
(.) and dashes (-).
fallback-to-first-in-subscription
Uses the APN from
the first subscription record when the configured default APN is
not available.
prefer-single-subscription
Uses the APN from
the subscription record if it is the only record available and normal
APN selection fails.
reject-blank-apn
Disables use of the
default APN if a blank APN is received.
require-dns-fail-wildcard
Enables the default
APN to be used if the DNS query fails with the selected APN.
require-subscription-apn network-identifier apn_net_id
If defined, this APN
name must also be included in the subscription data for the default
APN feature to function.
apn_net_id is
a string of 1 to 62 characters, including letters, digits, dots
(.) and dashes (-).
Usage:
IMPORTANT:
The Default APN feature
will only work if it is configured in an APN remap table entry and the
table is associated to an IMEI profile.
The default APN feature
will be used in error situations when the SGSN cannot select a valid
APN via the normal APN selection process. Within an operator policy,
a default APN can be configured for the SGSN to:
- override a requested
APN when the HLR does not have the requested APN in the subscription
profile.
- provide a viable APN
if APN selection fails because there was no "requested APN" and wildcard
subscription was not an option.
The default APN feature
can also be used in the event of a DNS query failure with the selected
APN, if:
- the wildcard-apn command
is configured,
- a wildcard subscription
is present,
- the require-dns-fail-wildcard keyword
is included with the apn-selection-default command
then the configured default APN will be used when the DNS query
is retried.
In all of the instances
outlined above, the SGSN can provide the default APN as an alternate
behavior to ensure that PDP context activation is successful.
Example:
The following command
enables the default APN feature for APN
HomeNet1:
apn-selection-default
network-identifier HomeNet1
The following command
enables use of a default APN selected on the basis of lowest context-ID
if the APN is not contained within the subscription:
apn-selection-default
lowest-context-id
The following command
enables use of a default APN if the DNS query fails:
apn-selection-default
network-identifier HomeNet1 require-dns-fail-wildcard