- IGMP Profile Configuration Mode Commands
- IKEv2 Security Association Configuration Mode Commands
- IMEI Profile Configuration Mode
- IMEI-TAC-Group Configuration Mode Commands
- IMS Authorization Service Configuration Mode Commands
- IMS Sh Service Configuration Mode Commands
- IPMS Client Configuration Mode Commands
- IPNE Endpoint Configuration Mode Commands
- IPNE Service Configuration Mode Commands
- IPSec Transform Set Configuration Mode Commands
- IPSG RADIUS Snoop Configuration Mode Commands
- IPSG RADIUS Server Configuration Mode Commands
- IPSP Configuration Mode Commands
- IPv6 ACL Configuration Mode Commands
- IPv6 to IPv4 Tunnel Interface Configuration Mode Commands
- IP VRF Context Configuration Mode Commands
- ISAKMP Configuration Mode Commands
- IuPS Service Configuration Mode Commands
- LAC Service Configuration Mode Commands
- Line Configuration Mode Commands
- Link Configuration Mode Commands
- Linkset Configuration Mode Commands
- LMA Service Configuration Mode Commands
- LNS Service Configuration Mode Commands
- Local Policy Actiondef Configuration Mode Commands
- Local Policy Eventbase Configuration Mode Commands
- Local Policy Ruledef Configuration Mode Commands
- Local Policy Service Configuration Mode Commands
- Location Service Configuration Mode Commands
- Logical eNode Configuration Mode Commands
- Loopback Interface Configuration Mode Commands
- LTE Custom TAI List Configuration Mode Commands
- LTE Emergency Profile Configuration Mode Commands
- LTE Forbidden Location Area Configuration Mode Commands
- LTE Forbidden Tracking Area Configuration Mode Commands
- LTE Foreign PLMN GUTI Management Database Configuration Mode Commands
- LTE HeNBGW MME Pool Configuration Mode Commands
- LTE Handover Restriction List Configuration Mode Commands
- LTE MME HeNB-GW Management Database Configuration Mode Commands
- LTE Network Global MME ID Management Database Configuration Mode Commands
- LTE Paging Map Configuration Mode Commands
- LTE Paging Profile Configuration Mode Commands
- LTE Peer Map Configuration Mode Commands
- LTE Policy Configuration Mode Commands
- LTE Subscriber Map Configuration Mode Commands
- LTE TAI Management Database Configuration Mode Commands
- LTE TAI Management Object Configuration Mode Commands
- MAG Service Configuration Mode Commands
- MAP Service Configuration Mode Commands
- MIP HA Assignment Table Configuration Mode Commands
- MPLS-LDP Configuration Mode Commands
- MIPv6 HA Service Configuration Mode Commands
- MME-eMBMS Service Configuration Mode Commands
- MME LAC Pool Area Configuration Mode Commands
- MME MSC Pool Area Configuration Mode
- MME SGs Service Configuration Mode Commands
- MME Service Configuration Mode Commands
- MPLS-IP Configuration Mode Commands
- MRME Service Configuration Mode Commands
- Network Service Entity- IP Local Configuration Mode Commands
- Network Service Entity - Peer NSEI Configuration Mode Commands
- Network Service Virtual Connection Configuration Mode Commands
- Network Service Virtual Link Configuration Mode Commands
- NTP Configuration Mode Commands
- NTSR Pool Configuration Mode Commands
- Operator Policy Configuration Mode
- ORBEM Configuration Mode Commands
- OSPF Configuration Mode Commands
- OSPFv3 Configuration Mode Commands
- OSPF VRF Configuration Mode Commands
- Out-Address Configuration Mode Commands
- P2P Advertisement Server Group Configuration Mode Commands
- PCC-Action-Set Configuration Mode Commands
- PCC-AF-Service Configuration Mode Commands
- PCC-Condition-Group Configuration Mode Commands
- PCC-Data-Service Configuration Mode Commands
- PCC-Event-Notification-Interface-Endpoint Configuration Mode Commands
- PCC-Policy-Service Configuration Mode Commands
- PCC-Service-Profile Configuration Mode Commands
- PCC-QoS-Profile Configuration Mode Commands
- PCC-Quota Service Configuration Mode Commands
- PCC-Sp-Endpoint Configuration Mode Commands
- PCC-Service Addon Configuration Mode Commands
- PCC-TimeDef Configuration Mode Commands
- PCP Configuration Mode Commands
- PCP Policy Control Configuration Mode Commands
- PDIF Service Configuration Mode Commands
- PDG Service Configuration Mode Commands
- PDSN Service Configuration Mode Commands
- PDSN Service RoHC Configuration Mode Commands
- Peer List Configuration Mode Commands
- Peer Profile Configuration Mode Commands
- Peer-Server Configuration Mode Commands
- P-GW Service Configuration Mode Commands
- Policy Control Configuration Mode Commands
- Plugin Configuration Mode Commands
- PVC Configuration Mode Commands
- PVC Interface Configuration Mode Commands
- QCI - QoS Mapping Configuration Mode Commands
- QCI - RAN ID Mapping Configuration Mode Commands
- QoS L2 Mapping Configuration Mode Commands
- QoS Profile Configuration Mode Commands
- Index
Operator Policy
Configuration Mode
The Operator Policy Configuration Mode is used to create and manage operator policies for MME, S-GW, SAEGW, and SGSN configurations.
A maximum of 1,000 operator policies can be defined, including the "default" operator policy.
A maximum of 128 APN profiles can be associated with a single operator policy.
A maximum of 128 IMEI profiles can be associated with a single operator policy (SGSN-only).
Only one APN remap table can be associated with a single operator policy.
Only one call control profile can be associated with a single operator policy.
Using the Operator Policy feature allows the operator to fine-tune any desired restrictions or limitations needed to control call handling per subscriber or for a group of callers across IMSI ranges.
Mode
Operator Policy configuration mode associates APNs, APN profiles, IMEI ranges, IMEI profiles, an APN remap table and a call control profile to an operator policy. These profiles and tables are created and defined within their own configuration modes to generate sets of rules and instructions that can be reused and assigned to multiple policies.
Exec > Global Configuration > Operator Policy Configuration
configure > operator-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-opr-policy-policy_name)#
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s).
apn
This command identifies an APN (access point name) and associates it with an APN profile (created separately in the APN Profile Configuration mode).
Product
MME
SAEGW
SaMOG
S-GW
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Operator Policy Configuration
configure > operator-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-opr-policy-policy_name)#
Syntax
Syntax Description
apn { default-apn-profile apn_profile_name | network-identifier apn_net_id [ apn-profile apn_profile_name | congestion-control ] | operator-identifier apn_op_id apn-profile apn_profile_name | webauth-apn-profile apn_webauth_name } no apn { default-apn-profile | network-identifier apn_net_id [ congestion-control ] | operator-identifier apn_op_id | webauth-apn-profile apn_webauth_name }
no
Disables the specified APN to APN Profile correspondence.
default-apn-profile apn_profile_name
Enables the use of a default APN profile comprised of default values for all parameters. this profile will be used when none of the configured APNs match the APN in the incoming Request.
apn_profile_name must be an alphanumeric string of 1 through 64 characters.
apn-profile apn_profile_name
apn_profile_name must be an alphanumeric string of 1 through 64 characters.
network-identifier apn_net_id [ congestion-control ]
Links the specified APN network ID with the specified APN profile.
apn_net_id must be an alphanumeric string of 1 through 63 characters, including dots (.) and dashes (-).
congestion-control: MME or SGSN only. This optional keyword configures the MME or SGSN to apply congestion control actions for this specific APN. Refer to the drop and reject commands within the [SGSN] Congestion Action Profile Configuration Mode for more information on configuring APN-based congestion control.
operator-identifier apn_op_id
Links the specified APN operator ID with the specified APN profile.
apn_op_id: must be an alphanumeric string of 1 through 18 characters, including dots (.). The string must be in the following format, where # represents a digit: MNC###.MCC###.GPRS.
webauth-apn-profile apn_webauth_name
Specify the APN profile to be used for SaMOG web authorization.
apn_webauth_name must be an alphanumeric string of 1 through 64 characters.
The SaMOG Web Authorization feature is license dependent. Contact your Cisco account representative for more information on license requirements.
Usage Guidelines
Use this command, to associate APNs with APN profiles. This command can be repeated to associate multiple APNs with profiles.
Examples
apn apnprof1 network-identifier starflash.com
apn network-identifier starflash.com congestion-control
associate
Associate an APN remap table and a call control profile with the operator policy.
Product
MME
SAEGW
S-GW
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Operator Policy Configuration
configure > operator-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-opr-policy-policy_name)#
Syntax
Syntax Description
associate { apn-remap-table table_id | call-control-profile profile_id } no associate { apn-remap-table | call-control-profile }
no
Removes the association definition from the policy configuration.
apn-remap-table table_id
Identifies the APN remap table to be associated with the operator policy.
table_id must be an alphanumeric string of 1 through 65 characters.
call-control-profile profile_id
Identifies a call control profile to be associated with the operator policy.
profile_id must be an alphanumeric string of 1 through 64 characters.
Usage Guidelines
Use this command to associate an APN remap table and/or a call control profile with this Operator Policy. The APN remap table and the call control profile contain the definitions that instruct the SGSN or MME how to handle calls. Only one of each of these can be associated with an operator policy.
Examples
associate apn-remap-table stardust.net_APNremap1
description
Associates a description with or names an operator policy.
Product
MME
SAEGW
S-GW
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Operator Policy Configuration
configure > operator-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-opr-policy-policy_name)#
Syntax
Syntax Description
description description no description
description
Enter an alphanumeric string of 1 through 100 characters. If the string includes spaces, punctuation, and case-sensitive letters, it must be bracketed with double quotation marks (" ").
no
Removes the existing description from this operator policy.
Usage Guidelines
Identity this particularly operator policy using descriptive text.
Examples
description "sgsn1 operator policy carrier1"
end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
end
Usage Guidelines
Use this command to return to the Exec mode.
exit
Exits the current mode and returns to the parent configuration mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
Syntax Description
exit
Usage Guidelines
Use this command to return to the parent configuration mode.
imei
Defines a range of IMEI (International Mobile Equipment Identity) numbers and associates an IMEI profile with the range definition.
Product
SGSN
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Operator Policy Configuration
configure > operator-policy policy_name
Entering the above command sequence results in the following prompt:
[local]host_name(config-opr-policy-policy_name)#
Syntax
Syntax Description
imei range IMEI_number to IMEI_number { imei-profile profile_name | sv ## imei-profile profile_name } no imei range IMEI_number to IMEI_number sv ##
no
Removes the IMEI definition from the policy configuration.
range IMEI_number to IMEI_number
Defines the beginning and end of a range of IMEIs.
IMEI_number must be a numerical string of up to 14 digits.
sv ##
Identifies the software version to fine-tune the IMEI definition. This keyword should only be included if the IMEISV is retrievable.
## must be a 2-digit integer.
imei-profile profile_name
Identify the IMEI profile that defines the actions appropriate to the devices identified within the specified range.
profile_name must be an alphanumeric string of 1 through 64 characters.
Usage Guidelines
This command defines the IMEI ranges that will be used by the operator policy to determine if the device is appropriately selected for actions defined in the specified IMEI profile.
Examples
imei range 1231230 to 1231239 imei-profile name blacklist_profile1
Feedback