Create Exclude Profile

Use the following sample configuration to create the exclude profile for use during self-protection state. This profile determines the session-related messages that should be excluded from throttling decisions.

config 
   profile overload-exclude overload_exclude_profile_name 
      arp-list list_of_arps 
      dnn-list list_of_dnns 
      message-priority s5 upto message_priority 
      procedure-list session-delete  
      qi5-list list_of_qos_identifiers 
      end 

NOTES:

  • profile overload-exclude overload_exclude_profile_name : Specify the exclude profile name. overload_exclude_profile_name must be an alphanumeric string.

    You can configure multiple exclude profiles with this command. Be sure to reference the exclude profile name in the Overload Control configuration.

  • arp-list list_of_arps : Specify the list of Allocation and Retention Priorities (ARPs) that must be excluded from throttling decisions.

    list_of_arps must be an integer in the range of 1-15.

    You can configure a maximum of eight entries.

  • dnn-list list_of_dnns : Specify the list of DNNs that must be excluded from throttling decisions.

    You can configure a maximum of three entries.

  • message-priority s5 upto message_priority : Specify the message priority up to which has to be excluded from throttling decisions.

    message_priority must be an integer in the range of 0-15.

  • procedure-list session-delete : Specify the session deletion procedures that must be excluded from throttling decisions.

  • qi5-list list_of_qos_identifiers : Specify the 5G QoS Identifiers that must be excluded from throttling decisions.

    list_of_qos_identifiers must be an integer in the range of 1-15.