Free F50-531 Exam Braindumps

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 F50-531 exam with other Community members:

F50-531 Discussions & Posts