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:
- user@host# edit redirect-server
- [edit redirect-server]
- user@host# set request-rate request-rate
- [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.
- [edit redirect-server]
- user@host# set client-rate client-rate
- [edit redirect-server]
- user@host# set client-burst-size client-burst-size
This value should exceed the value for the client rate.