Cisco Cisco ASR 5000

Page of 640
Operator Policy   
▀  Operator Policy Configuration 
 
▄  SGSN Administration Guide, StarOS Release 18 
   
configure 
   sgsn-global 
      imsi-range mcc 311 mnc 411 operator-policy oppolicy1 
      imsi-range mcc 312 mnc 412 operator-policy oppolicy2 
      imsi-range mcc 313 mnc 413 operator-policy oppolicy3 
      imsi-range mcc 314 mnc 414 operator-policy oppolicy4 
      imsi-range mcc 315 mnc 415 operator-policy oppolicy5 
      end 
Notes: 
 
Operator policies are not valid until IMSI ranges are associated with them. 
Associating Operator Policy Components on the MME 
After configuring the various components of an operator policy, each component must be associated with the other 
components and, ultimately, with a network service. 
The MME service associates itself with a subscriber map. From the subscriber map, which also contains the IMSI 
ranges, operator policies are accessed. From the operator policy, APN remap tables and call control profiles are 
accessed. 
Use the following example to configure operator policy component associations: 
configure 
   operator-policy <name
      associate apn-remap-table <table_name
      associate call-control-profile <profile_name
      exit 
   lte-policy 
      subscriber-map <name
         precedence match-criteria all operator-policy-name <policy_name
         exit 
      exit 
   context <mme_context_name
      mme-service <mme_svc_name
         associate subscriber-map <name