Configuring the Policy DNN

This section describes how to configure Policy DNN and adding it to cnSGW-C. The DNN support enables you to determine the exact APN profile as per the APN name, APN network-identifier and APN operator-identifier.

Note

The maximum number of supported DNN policies is 1000.

To configure this feature, use the following configuration:

config 
    policy dnn dnn_policy_name 
        dnn dnn_name 
           dnn-list dnn_list 
           profile profile_name 
        dnn network-identifier network_identifier_name operator-identifier operator_identifier_name profile profile_name 
        dnn operator-identifier operator_identifier_name profile profile_name 
        dnn operator-identifier profile profile_name 
        end 

NOTES:

  • dnn dnn_name —Specify the DNN name.

  • network-identifier network_identifier_name —Specify the network identifier. Must be a string.

  • profile profile_name —Specify the profile name. Must be a string.

  • operator-identifier operator_identifier_name —Specify the operator identifier. Must be a string.

  • profile default_dnn_profile —Specify the default DNN profile name.

  • dnn-list dnn_list —Specify the DNN list for selecting a DNN profile. It helps in minimizing the entries needed for pointing multiple DNN to a single profile.

Note

With present evaluation criteria, following is the matching order to select the associated profile:

  • DNN/DNN List

  • NI+OI

  • NI

  • OI

  • Default

Don’t configure overlapping criteria.