Free F50-522 Exam Braindumps (page: 3)

Page 2 of 13

Which statement is true regarding OneConnect processing?

  1. The virtual server must have a UDP profile.
  2. The number of client connections is reduced.
  3. Server-side requests can utilize existing client-side connections.
  4. Client-side requests can utilize existing server-side connections.

Answer(s): D



Click the Exhibit button.
An LTM has the 3 virtual servers, four self IP addresses defined and the networks shown in the exhibit. Selected options for each object are shown below. Settings not shown are at their defaults.

VirtualServer1
Destination: 10.10.2.102:443 netmask 255.255.255.255
Pool: Pool with 3 members in the 172.16/16 network
VirtualServer2
Destination: 10.10.2.102:* netmask 255.255.255.255
Pool: Pool with 3 members in the 192.168/16 network
VirtualServer3
Destination: 10.10.2.0:80 netmask 255.255.255.0
Type: IP Forwarding
SNAT1
Source IP: All Addresses
SNAT Address: SNAT Pool with 2 members - 172.16.20.50 and 192.168.10.50
Self IPs
192.168.1.1; 172.16.1.1; 10.10.2.1; 10.10.1.1

A connection attempt is made with a source IP and port of 10.20.100.50:2222 and a destination
IP and port of 10.10.2.102:80.
When the request is processed, what will be the destination IP address?

  1. The request will be dropped.
  2. Destination IP: 10.10.2.102
  3. Destination IP: pool member in the 172.16/16 network
  4. Destination IP: pool member in the 192.168/16 network

Answer(s): D



The partial configuration below includes an iRule, a virtual server, and pools.
When traffic from the client at 160.10.10.10:2056 connects to the virtual server Test_VS and sends an HTTP
request, what will the client's source address be translated to as the traffic is sent to the chosen pool member?
pool Test_Pool {
member 10.10.10.10:80
member 10.10.10.11:80
}
snatpool lower_range {
member 10.10.10.1
}
snatpool upper_range {
member 10.10.10.2
}
rule Test_iRule {
when CLIENT_ACCEPTED {
if { [TCP::local_port] < 2024 } {
snatpool lower_range
}
else { snatpool upper_range
}
}}
virtual Test_VS {
destination 200.10.10.1:http pool Test_Pool rule Test_iRule
}

  1. 10.10.10.1
  2. 10.10.10.2
  3. 160.10.10.10
  4. 200.10.10.1
  5. It could be either 10.10.10.10 or 10.10.10.11.

Answer(s): A



Which tool is used on BIG-IP systems to capture data packets?

  1. snoop
  2. qkview
  3. tcpdump
  4. ethereal

Answer(s): C






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

F50-522 Discussions & Posts