Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Changing the Number of Requests That the Redirect Server Accepts (SRC CLI)
If you want to change the number of redirection requests that the redirect server accepts, change the values for the request rates and the client rates.
Use the following configuration statements to configure the number of requests that the redirect server accepts:
redirect-server { request-rate request-rate; request-burst-size request-burst-size; client-rate client-rate; client-burst-size client-burst-size;}
To configure the number of redirection requests that the redirect server can accept:
- From configuration mode, access the configuration statement
that configures the redirect server.user@host# edit redirect-server
- Specify the number of requests that the redirect server
can accept per minute from all clients (global sustained rate).[edit redirect-server]user@host# set request-rate request-rate
- Specify the maximum number of requests that the redirect
server can accept from all clients (burst size).[edit redirect-server]user@host# set request-burst-size request-burst-size
This value should exceed the value for the request rate. If the value for the request rate exceeds this value, the redirect server drops the excess requests.
- Specify the number of requests that the redirect server
can accept per minute for a single client (per-client sustained rate).[edit redirect-server]user@host# set client-rate client-rate
- Specify the maximum number of requests that the redirect
server can accept for a single client (per client burst size). [edit redirect-server]user@host# set client-burst-size client-burst-size
This value should exceed the value for the client rate.