Free F50-522 Exam Braindumps (page: 5)

Page 4 of 13

A steaming profile will do which of the following?

  1. Search and replace all occurences of a specified string only in requests processed by a virtual server.
  2. Search and replace all occurences of a specified string only in responses processed by a virtual server.
  3. Search and replace all occurences of a specified string in requests and responses processed by a virtual server.
  4. Search and replace the first occurence of a specified string in either a request or response processed by a virtual server.

Answer(s): C



A monitor has been defined with an alias port of 443. All other options are left at their defaults.
The adminstrator wishes to assign it to a pool of members where the members' ports vary.
Which is the result?

  1. This assignment is not allowed since the ports do not match.
  2. For each member, the monitor will test the members node at port 443.
  3. For each member, if the members port is not 443, the member will be marked down.
  4. For each member, if it is running an SSL service at the members port, the monitor may work.
    Otherwise, the monitor will fail and the member will be marked down.

Answer(s): B



Which is a potential result when a trunk is configured on a BIG-IP?

  1. VLAN fail-safe is not available for any VLANs associated with any trunks.
  2. Packets flowing to the VLAN could arrive on any of the interfaces in the trunk.
  3. No additional trunks can be configured since each BIG-IP is limited to one trunk.
  4. Since any VLANs associated with the trunk are necessarily associated with multiple interfaces, the VLANs using the trunk must use tagged packets.

Answer(s): B



A site is designing a virtual server, SNAT, and iRule such that all traffic using the virtual server from employee networks will have the source addresses translated to 10.10.1.30 but external customer traffic will not have it's source address translated. In either case, traffic should be load balanced to a member of the pool web_pool. Employees are from either 192.168.0.0/16 or 172.16.12.0/24 networks. Assuming a virtual server is associated with this rule and has no default pool, which iRule will fulfill these requirements?

  1. This cannot be performed with an iRule.
  2. rule Test_iRule {
    when CLIENT_ACCEPTED {
    if { [[IP::local_addr] starts_with 192.168] or [[IP::local_addr] starts_with 172.16.12.] } {
    snatpool employee_snat pool web_pool
    }
    else {
    pool web_pool
    }
  3. rule Test_iRule {
    when HTTP_REQUEST {
    if { [[IP::local_addr] starts_with 192.168] or [[IP::local_addr] starts_with 172.16.12.] } {
    snatpool employee_snat pool web_pool
    }
    else {
    pool web_pool
    }
  4. rule Test_iRule {
    when CLIENT_ACCEPTED {
    if { [[IP::remote_addr] starts_with 192.168] or [[IP::remote_addr] starts_with 172.16.12.] } {
    snatpool employee_snat pool web_pool
    }
    else {
    pool web_pool
    }
  5. rule Test_iRule {
    when CLIENT_ACCEPTED {
    if { [[IP::remote_addr] starts_with 192.168] or [[IP::remote_addr] starts_with 172.16.12.] } {
    snatpool employee_snat
    }
    else {
    pool web_pool
    }

Answer(s): D






Post your Comments and Discuss F5 F50-522 exam with other Community members:

F50-522 Discussions & Posts