Cisco Cisco ASR 5700

Page of 8994
  APN Remap Table Configuration Mode 
apn-selection-default  ▀   
 
Command Line Interface Reference, StarOS Release 17  ▄  
 
   
1563 
Important:
  For SGSN ONLY - Beginning with Release 16, customers already using an APN remap table that is 
associated with an IMEI profile will have to change the existing configuration to enable the default APN remapping 
associated with an operator policy rather than the one associated with an IMEI profile. For example, if an existing 
configuration forced all matching IMEI in a defined IMEI range to use xxx.net APN, the configuration needs to be 
changed to an APN remap table configuration similar to what is shown below: 
Old APN remap table associated with an IMEI profile: 
apn-selection-default network-identifier xxx.net  
For a configuration to accomplish the same remapping function, change the APN remap table associated 
with an IMEI profile
 to the following: 
apn-remap network-identifier * new-ni xxx.net 
Important:
  For SGSN ONLY - With Release 16, an APN remap table associated with an IMEI profile overrides 
a remap table associated with an operator policy. This means activation will be rejected if a local default APN 
configured, in an APN remap table associated with an IMEI profile, cannot be used. This will occur even if a valid 
local default APN is available in an APN remap table associated with an operator policy.  
For SGSN ONLY - Beginning with Release 16, the following sample configuration will enable the operator 
to bypass APN remapping for a specific IMEI range: 
config 
 operator-policy name OpPol1 
 associate call-control-profile OpPol1CCprof1 
 associate apn-remap-table RemapOpPol1 
 imei-range first start_imei last ending_imei [ sv IMEI_sv ] imei-profile 
name 
IMEIprof1 
 exit 
 imei-profile name IMEIprof1 
 associate apn-remap-table remapIMEIprof1 
 exit 
 apn-remap-table remapIMEIprof1 
 exit 
 apn-remap-table RemapOpPol1 
 apn-selection-default network-identifier NewAPN.net 
 end 
Example