Configuring the Sx Load/Overload Feature

This section describes how to configure Sx Load/Overload.

Use the following commands to configure Sx Load/Overload configuration.

config
 instance instance-id instance_id 
   endpoint endpoint_name 
    interface interface_name 
     supported-features [ load-control | overload-control ] 
    exit 
   exit 

NOTES:

  • endpoint endpoint_name - Specify the endpoint name.

  • interface interface_name - Specify the interface name.

  • supported-features [ load-control | overload-control ] - Enable load/overload control.

Sample Configuration

Following is a sample configuration.

configure
 instance instance-id 1
  endpoint pfcp
   interface sxa
    supported-features load-control overload-control
   exit

Verifying Sx Load/Overload Configuration

Use the following show command to view the Sx load/overload configuration.

show running-config instance instance-id 1 endpoint
instance instance-id 1
endpoint pfcp
interface sxa
supported-features load-control overload-control
exit
exit