Configuring Converged-Core Profile

This section describes how to configure the Converged-Core Profile.

Use the following commands to configure the profile converged-core with UPF selection enabled.

config 
   profile converged-core core_name 
      max-upf-index value 
      no upf-selection disable 
   exit 

Use the following commands to configure the profile converged-core with UPF selection disabled.

config 
   profile converged-core core_name 
      max-upf-index value 
      upf-selection disable 
   exit 

NOTES:

  • converged-core core_name - Specify the converged core prolile name.

  • max-upf-index value - Specify the UPF index value. Must be an integer in the range of 1-1023.

  • no upf-selection disable - Enable colocated UPF selection.

  • upf-selection disable - Disable colocated UPF slection.

Sample configuration

Following is a sample configuration with UPF selection enabled.

config
profile converged-core cc1
max-upf-index 1023
no upf-selection disable
exit

Following is a sample configuration with UPF selection disabled.

config
profile converged-core cc1
max-upf-index 1023
upf-selection disable
exit

Verifying the Profile Converged-core Configuration

This section describes how to verify the Profile Converged-core configuration.

Use the following show command to view the Profile Converged-Core configuration with UPF selection enabled.

show running-config profile converged-core cc1
profile converged-core cc1
max-upf-index 1023
no upf-selection disable
exit

Use the following show command to view the Profile Converged-Core configuration with UPF selection disabled.

show running-config profile converged-core cc1
profile converged-core cc1
max-upf-index 1023
upf-selection disable
exit