Configuring Subscriber Policy

To configure the subscriber policy, use the following sample configuration:

config 
   policy subscriber subscriber_policy_name 
      precedence precedence_value 
         cc-start-range cc_start_range_value 
         cc-stop-range cc_stop_range_value 
         gpsi-start-range gpsi_start_range_value 
         gpsi-stop-range gpsi_stop_range_value 
         imsi { mcc mcc_value | mnc mnc_value | msin  msin_value } 
         imsi-start-range imsi_start_value 
         imsi-stop-range imsi_stop_value 
         operator-policy operator_policy_name 
         pei-start-range pei_start_range_value 
         pei-stop-range pei_stop_range_value 
         sdt sdt_value 
         serving-plmn { mcc mcc_value | mnc mnc_value | mnc-list  mnc_list_value } 
         serving-plmn  serving_plmn_value 
         sst sst_value 
         supi-start-range supi_start_range_value 
         supi-stop-range supi_stop_range_value 
         end 

NOTES:

  • precedence precedence_value: Specify the precedence value associated with the subscriber policy.

    The maximum limit for precedence is 2048.

  • cc-start-range cc_start_range_value : Specify the charging characteristics start range value associated with the subscriber policy. cc_start_range_value must be a 1 to 4 digit hexadecimal string in the range of 0x1 to 0xffff. For example, 0001.

  • cc-stop-range cc_stop_range_value : Specify the charging characteristics end range value associated with the subscriber policy. cc_stop_range_value must be a 1 to 4 digit hexadecimal string in the range of 0x1 to 0xffff. For example, 12AB.

  • gpsi-start-range gpsi_start_range_value : Specify the GPSI start range value to be associated with the subscriber policy. gpsi_start_range_value must be an integer in the range from 1000000000 through 999999999999999.

  • gpsi-stop-range gpsi_stop_range_value : Specify the GPSI stop range value to be associated with the subscriber policy. gpsi_stop_range_value must be an integer in the range from 1000000000 through 999999999999999.

  • imsi { mcc mcc_value | mnc mnc_value | msin msin_value} : Specify the IMSI value by providing the MCC, MNC, or MSIN value that is to be associated with the subscriber policy.

  • imsi-start-range imsi_start_value : Specify the IMSI start range value. imsi_start_value must be an integer in the range from 1000000000 through 999999999999999.

  • imsi-stop-range imsi_stop_value : Specify the IMSI stop range value. imsi_stop_value must be an integer in the range from 1000000000 through 999999999999999.

  • operator-policy operator_policy_name : Specify the operator policy to be associated with the subscriber policy.

    The maximum limit for operator policy is 2048.

  • pei-start-range pei_start_range_value : Specify the PEI start range value. pei_start_range_value must be an integer in the range from 1000000000 through 999999999999999.

  • pei-stop-range pei_stop_range_value : Specify the PEI stop range value. pei_stop_range_value must be an integer in the range from 1000000000 through 999999999999999.

  • sdt sdt_value : Specify the SDT value be associated with the subscriber policy. sdt_value must be a 6-digit octet string in the [0-9a-fA-F]{6} - 000000 - ffffff format. For example, 1A2B3c.

  • serving-plmn { mcc mcc_value mnc mnc_value mnc-list mnc_list_values} : Specify the 3-digit Mobile Country Code (MCC), 2- or 3-digit Mobile Network Code (MNC), or the list of MNC values of the serving PLMN. mcc_value and mnc_value must be a string. mnc_list_values must be a string, such as [580 660].

  • sst sst_value : Specify the Slice/Service Type (SST) value. sst_value must be a 2-digit octet string in the [0-9a-fA-F]{2} - 00 to FF format. For example, A8.

  • supi-start-range supi_start_range_value : Specify the SUPI start range value. supi_start_range_value must be an integer in the range from 1000000000 through 999999999999999.

  • supi-stop-range supi_stop_range_value : Specify the SUPI stop range value. supi_stop_range_value must be an integer in the range from 1000000000 through 999999999999999.