profile network-element upf
Configures peer UPF parameters.
Command Mode
Exec > Global Configuration (config)
Syntax
profile upf peer_upf_name [ capacity lb_capacity | dnn-list dnn_list | downlink-data-buffer{ false | true } | downlink-data-report{ false | true } | mode mode_of_operation | n4-peer-port port_number | node-id node_id | priority lb_priority | upf-group-profile profile_name ]
capacity lb_capacity
Specify the static capacity relative to other UPFs used for load balancing.
Must be an integer in the range of 0-65535.
Default Value: 10.
dnn-list dnn_list
Specify the list of DNNs supported by the UPF node.
Must be a string.
downlink-data-buffer{ false | true }
Specify to enable or disable buffering in UPF for downlink data.
Must be one of the following:
false
true
Default Value: true.
downlink-data-report{ false | true }
Specify to enable or disable notification from UPF for downlink data.
Must be one of the following:
false
true
Default Value: true.
mode mode_of_operation
Specify the UPF mode of operation.
Must be one of the following:
offline
n4-peer-port port_number
Specify the UPF N4 peer port number.
Must be an integer in the range of 0-65535.
Default Value: 8805.
node-id node_id
Specify the node ID for the UPF peer node.
Must be a string.
priority lb_priority
Specify the static priority relative to other UPFs used for load balancing.
Must be an integer in the range of 0-65535.
Default Value: 1.
upf-group-profile profile_name
Specify the UPF Group profile name.
Must be a string.
peer_upf_name
Specify the UPF peer name.
Must be a string.
Usage Guidelines
Use this command to configure peer UPF parameters. When active profile is removed, clears if any existing sessions and upf will be un-associated.