Configuring IP Pool Selection Method
Use the following configuration to configure an IP pool selection method.
config
nssai name nssai_name
dnn dnn
pool-selection [ pool_selection_method ]
sdt sdt_value
sst sst_value
tai-group-list tai_group_list
end
NOTES:
-
pool-selection [ pool_selection_method ] : Configure the IP pool selection method as DNN or NSSAI. The default value of pool-selection is dnn . If you configure pool-selection [ nssai ] for a slice, then in IPAM configuration for all the DNN for that UPF, "slice1+dnn" is to be configured.
NoteThe slice-based pool selection is not supported.
Configuration Example
The following is an example configuration of the IP pool selection method.
nssai name slice1
pool-selection [nssai]
exit
nssai name slice2
pool-selection [nssai dnn]
exit
nssai name slice3
exit
Note | If no pool selection method is configured, then the default value of pool-selection [ dnn ] is used. |