Configuring the Subscriber Policy

Note

The maximum number of supported subscriber map profiles is 64.

To configure this feature, use the following configuration:

config 
    policy subscriber subscriber_name 
        precedence precedence_value 
            imsi 
                mcc mcc_value 
                mnc mnc_value 
                msin first_value last_value 
            serving-plmn 
                mcc mcc_value 
                mnc mnc_value 
            imsi-start-range range_value 
            imsi-stop-range range_value 
            supi-start-range range_value 
            supi-stop-range range_value 
            operator-policy policy_name 
            end 
Note

All parameters are optional.

NOTES:

  • precedence precedence_value —Specify the precedence for entry. Must be an integer in the range of 1-2048.

  • mcc mcc_value —Specify the Mobile Country Code (MCC). Must be a three digit integer.

  • mnc mnc_value —Specify the Mobile Network code (MNC). Must be a two or three digit integer.

  • msin first_value last_value —Specify the mobile subscriber identification number (MSIN) range.

    first_value —Specify starting value of the MSIN range. Must be an integer in the range of 1-9999999999.

    last_value —Specify the ending value of the MSIN range. Must be an integer in the range of 1-9999999999.

  • operator-policy policy_name —Specify the operator policy name. Must be a string.

  • imsi-start-range range_value —Specify the IMSI start range. Must be an integer in the range of 100000000000000-9999999999999999.

  • imsi-stop-range range_value —Specify the IMSI stop range. Must be an integer in the range of 100000000000000-9999999999999999.

  • supi-start-range range_value —Specify the SUPI start range. Must be an integer in the range of 100000000000000-999999999999999.

  • supi-stop-range range_value —Specify the SUPI stop range. Must be an integer in the range of 100000000000000-999999999999999.