Free 201 Exam Braindumps

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



What is the purpose of floating self‐IP addresses?

  1. to define an address that grants administrative access to either system at any time
  2. to define an address that allows either system to initiate communication at any time
  3. to define an address that allows network devices to route traffic via a single IP address
  4. to define an address that gives network devices greater flexibility in choosing a path to forward traffic

Answer(s): C






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

201 Exam Discussions & Posts