Configuring Overload Protection at Endpoint Level
Use the following configuration to configure overload protection at endpoint level.
configure
endpoint sbi
overload-control threshold threshold_limit threshold_range action action_status action_code range
commit
end
NOTES:
overload-control – Specify the overload control at endpoint level.
threshold – Specify the threshold limit and range.
threshold_limit –Specify the threshold limit. threshold_limit must be one of the following:
low – Specify the low threshold limit for overload protection.
high – Specify the high threshold limit for overload protection.
critical – Specify the critical threshold limit for overload protection.
thershold_range – Specify the threshold range. threshold_range must be an integer in the range of 10 – 100000.
action – Specify the action to be taken for the threshold limit.
action_status – Specify the action for the threshold limit. action_status must be:
reject – Rejects the inbound messages if the specified threshold range is met.
action_code – Specify the action status code. action_code must be:
reject-code – Specify the reject status code.
range – Specify the range of the action code. range must be an integer in the range of 100 – 600.
The following is an example configuration:
overload-control threshold low 500 action reject reject-code 501
overload-control threshold critical 10000 action reject reject-code 329