Creates an entry in
the APN remap table and provides the ability to override the APN
requested by the UE.
Privilege:
Security Administrator,
Administrator
Syntax
apn-remap { network-identifier apn_net_id { new-ni new_apn_net_id | operator-identifier apn_op_id new-ni new_apn_net_id { new-oi new_apn_op_id | value-for-oi-mcc mcc | value-for-oi-mnc mnc } | value-for-ni-wc new_apn_net_id } | operator-identifier apn_op_id { new-oi new_apn_op_id | value-for-oi-mcc mcc | value-for-oi-mnc mnc } }
no apn-remap { network-identifier apn_net_id | operator-identifier apn_op_id }
no
Deletes the specified
APN remap entry from the APN remap table.
network-identifier apn_net_id
Identifies the "old"
APN network identifier that is being mapped for replacement.
apn_net_id is
a string of 1 to 62 characters, including digits, letters, dots
(.) and dashes (-). Additionally, one wildcard character ( * )
can be included anywhere within the string.
new-ni new_apn_net_id
Identifies the new
(target) network identifier to use when no wildcard character is
included in the “old” APN network identifier.
new_apn_net_id is
a string of 1 to 62 characters, including digits, letters, dots
(.) and dashes (-).
value-for-ni-wc new_apn_net_id
Identifies the information
to replace the wildcard in the new APN network identifier when a wildcard
character is included in the “old” APN network
identifier.
new_apn_net_id is
an alphanumeric string of characters, including dots (.) and dashes
(-). This string replaces the wildcard (*) specified in
the apn_net_id.
The two strings together must not exceed 62 characters.
operator-identifier apn_op_id
Identifies the “old” APN
operator identifier that is being mapped for replacement.
apn_op_id is
a string of 1 to 18 characters including digits, letters, and dots
(.). The entry must be in the following format, where # represents
a digit: MNC###.MCC###.GPRS
.
Optionally, either
one or two wildcard characters ( * ) can be entered. Wildcard
characters can be used in place of one # or three # --
for example MNC12*.MCC*.GPRS
.
new-oi new_apn_op_id
Identifies the new
(target) operator identifier to use when no wildcard character is
included in the “old” APN operator identifier.
new_apn_op_id is
a string of 1 to 18 characters including digits, letters, and dots
(.). The entry must be in the following format, where # represents
a digit: MNC###.MCC###.GPRS
.
value-for-oi-mcc mcc
Identifies the information
to replace the wildcard in the new APN operator identifier when
a wildcard character is included in the MCC portion of the “old” APN
operator identifier; for example MNC###.MCC*.GPRS
.
value-for-oi-mnc mnc
Identifies the information
to replace the wildcard in the new APN operator identifier when
a wildcard character is included in the MNC portion of the “old” APN
operator identifier; for example MNC*.MCC###.GPRS
.
Usage:
IMPORTANT:
Entries in the APN
remap table are only valid if the table is associated with an operator policy.
The same table can then be associated with an IMEI profile as IMEI-specific
remap entries are not supported.
This command defines
mapping entries in the APN remap table which supports a range of
APN overrides. Mapping can be done one-to-one:
- a "new" APN network
identifier (NI) can be mapped to override an “old” APN network
identifier (NI) or an “old” APN operator identifier
(OI)
- a "new" APN operator
identifier (OI) can be mapped to override an “old” APN
network identifier (NI) or an “old” APN operator
identifier (OI)
Mapping can also be
done with wildcards in the "old" APN entry mapped to wildcard replacements
to dynamically create “new” APN network/operator
identifiers.
Related Commands: APN
override can also be based on charging characteristics. This type
of override mapping is defined with the cc command,
also part of this configuration mode.
Example:
A one-to-one APN NI
remap entry is illustrated by:
apn-remap network-identifier
123abc.com new-ni 333CBC.com
Create an entry with
a wildcard so that part of an incoming APN NI will be replaced -
for example, incoming
xyzabcpqr.com becomes
xyzinternet2pqr.com.
apn-remap network-identifier
xyz*pqr.com value-for-ni-wc internet2
Replace any incoming
APN NI with a new APN NI.
apn-remap network-identifier * value-for-ni-wc newnet.com
A one-to-one APN OI
remap entry is illustrated by:
apn-remap operator-identifier MNC423.MCC222.GPRS
new-oi MNC123.MCC456.GPRS
Replace any incoming
APN OI with a new APN OI
MNC123.MCC456.GPRS:
apn-remap operator-identifier
MNC*.MCC*.GPRS value-for-oi-mnc 123 value-for-oi-mcc 456