Configuring SMF to Exclude WPS Sessions from Overload Throttling

Use the sample configuration to exclude WPS sessions from overload throttling for the GTP interface.

Note
Overload exclusion is based only on the ARP/5QI/DNN/MP and not based on DSCP.
config 
   profile overload ovld_ctrl_prfl 
      overload-exclude-profile self-protection ovld_exclude_wps 
      node level  
        tolerance minimum minimum_value  
        tolerance maximum maximum_value  
        reduction-metric minimum minimum_value  
        reduction-metric maximum maximum_value  
      advertise  
        interval value  
        change-factor value  
        validity-period value  
       exit 
      interface interface_name 
        overloaded-action [ advertise ]  
       exit 
     exit 
   exit 
profile overload-exclude ovld_exclude_wps 
    dnn-list dnn_list 
    arp-list arp_list 
    qi5-list qi5_list 
    message-priority priority_value 
exit 

NOTES:

  • overload-exclude-profile self-protection ovld_exclude_wps : Excludes WPS sessions from overload throttling.

  • profile overload-exclude ovld_exclude_wps message-priority priority_value : Allows GTP overload exclude support.