nerdexam
(ISC)2

301B · Question #53

An LTM Specialist configures the following iRule on an LTM device: `` when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "/URI1/" } { pool Pool1 } elseif {[string tolower [HTTP::uri]]…

The correct answer is D. Pool4. See the full explanation below for the reasoning.

Question

An LTM Specialist configures the following iRule on an LTM device:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "/URI1/" } {
pool Pool1
}
elseif {[string tolower [HTTP::uri]] contains "/URI2/" } { pool Pool2
}
elseif {[string tolower [HTTP::uri]] contains "/URI3/" } { pool Pool3
}
else { pool Pool4}
}

Options

  • APool1
  • BPool2
  • CPool3
  • DPool4

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    3% (1)
  • D
    84% (27)

Community Discussion

No community discussion yet for this question.

Full 301B Practice