F5 201 Exam Questions
TMOS Administration (Page 8 )

Updated On: 17-Feb-2026

A virtual server is listening at 10.10.1.100:80 and has the following iRule associated with it: when
HTTP_REQUEST { if { [HTTP::header User‐Agent] contains "MSIE" } { pool MSIE_pool } else { pool
Mozilla_pool } If a user connects to http://10.10.1.100/foo.html and their browser does not specify a
User‐Agent, which pool will receive the request.

  1. MSIE_pool
  2. Mozilla_pool
  3. None. The request will be dropped.
  4. Unknown. The pool cannot be determined from the information provided.

Answer(s): B



Which event is always triggered when the client sends data to a virtual server using TCP?

  1. HTTP_DATA
  2. CLIENT_DATA
  3. HTTP_REQUEST
  4. VS_CONNECTED

Answer(s): B



A virtual server is listening at 10.10.1.100:any and has the following iRule associated with it: when
CLIENT_ACCEPTED { if {[TCP::local_port] equals 21 } { pool ftppool } elseif {[TCP::local_port] equals 23 } { pool telnetpool } If a user connects to 10.10.1.100 and port 22, which pool will receive the request.

  1. ftppool
  2. telnetpool
  3. None. The request will be dropped.
  4. Unknown. The pool cannot be determined from the information provided.

Answer(s): D



When configuring a Virtual Server to use an iRule with an HTTP_REQUEST event, which lists required steps in a proper order to create all necessary objects.

  1. create profiles, create the iRule, create required pools, create the Virtual Server
  2. create the Virtual Server, create required pools, create the iRule, edit the Virtual Server
  3. create a custom HTTP profile, create required pools, create the Virtual Server, create the iRule
  4. create required pools, create a custom HTTP profile, create the iRule, create the Virtual Server

Answer(s): B



Which statement is true concerning a functional iRule?

  1. iRules use a proprietary syntax language.
  2. iRules must contain at least one event declaration.
  3. iRules must contain at least one conditional statement.
  4. iRules must contain at least one pool assignment statement.

Answer(s): B






Post your Comments and Discuss F5 201 exam dumps with other Community members:

Join the 201 Discussion