Page 1 of 1

Scenario: An organization has a fair usage policy that limits each customer to a maximum of five active connections in a

Posted: Wed Aug 03, 2022 9:21 am
by answerhappygod
Scenario: An organization has a fair usage policy that limits each customer to a maximum of five active connections in any given second. A NetScaler Engineer is given the task of implementing the requirements to enforce a policy using the Rate Limiting feature onNetScaler.Which commands should the network engineer execute to create a proper selector and limit identifier that fulfills the policy requirement?

A. add stream selector API_selector CLIENT.IP.SRC add ns limitIdentifier API_limitidf -threshold 5 -mode CONNECTION -timeslice 1000 - selectorName API_selector
B. add stream selector API_selector HTTP.REQ.URL add ns limitIdentifier API_limitidf -threshold 5 -mode CONNECTION -timeslice 1000 - selectorName API_selector
C. add stream selector API_selector HTTP.REQ.URL add ns limitidentifier limit_req -mode request_rate -limitType smooth -timeslice 1000 - Threshold 5 -selectorName API_selector
D. add stream selector API_selector CLIENT.IP.SRC add ns limitidentifier limit_req -mode request_rate -limitType smooth -timeslice 1000 - Threshold 5 -selectorName API_selector