Configuring UPF Group and UPF Selection Policy Enhancement

This section describes how to configure UPF Group and UPF Selection Policy Enhancement.

You can add new configuration under upf-group-profile to configure location-area-group-list.

Use the following commands to configure the UPF group anf UPF selection policy enhancement.

config 
   profile upf-group upf_group_name 
      location-area-group-list [area_group_list] 
   exit 
config 
   policy upf-selection selection_policy_name 
    precedence value  [ selection_parameter_list ] 
   exit 

NOTES:

  • upf-group upf_group_name - Specify the UPF group name.

  • location-area-group-list area_group_list - Specify the list of Location Area Group supported by UPF node.

  • upf-selection selection_policy_name - Specify the UPF selection policy name.

  • precedence value [ selection_parameter_list ] - Specify the precedence for entry. Must be an integer in the range of 1-4.

    Note

    If pdn-type-subscription and pdn-type-session both are configured, pdn-type-subscription is considered.

Sample Configuration

Following is the sample configuration.

config
profile upf-group G1
 location-area-group-list [ LOC_AUTO_GRP_1 ]
exit
profile upf-group G2
 location-area-group-list [ LOC_AUTO_GRP_2 ]
exit
profile upf-group G3
 location-area-group-list [LOC_AUTO_GRP_1 LOC_AUTO_GRP_2 ]
exit
config
policy upf-selection upf_pol1
  precedence 1
    [ location ]
  exit
  precedence 2
    [ dnn ]
  exit
exit