nerdexam
F5

101 · Question #240

An LTM has the 3 virtual servers, 2 SNATs, 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 defau

The correct answer is C. Source IP: 10.10.2.103; Destination IP: 10.10.2.102. VirtualServer2 is a transparent virtual server that does not alter the destination IP, leaving it at 10.10.2.102, while SNAT2 translates the source IP of all traffic to 10.10.2.103.

Section 3: Load Balancing and High Availability Basics

Question

An LTM has the 3 virtual servers, 2 SNATs, 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. Assume port exhaustion has not been reached. VirtualServerl Destination: 10.10.2.102:80 netmask 255.255.255.255 Pool: Pool with 3 members in the 172.1 61.16 network SNAT Automap configured V VirtualServer2 Destination: 10.10.2.102:* netmask 255.255.255.255 Transparent with 3 pool members in the 192.168/16 network VirtualServer3 Destination: 10.10.2.0:80 netmask 255.255.255.0 Type: IP Forwarding SNATI Source IP: 10.10.0.0 netmask 255.255.0.0 SNAT Address: SNAT Pool with 2 members 172.16.20.50 and 192.168.10.50 SNAT2 Source IP: All Addresses SNAT Address: 10.10.2.103 Floating 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:443. When the request is processed, what will be the source and destination IP addresses?

Exhibit

101 question #240 exhibit

Options

  • ASource IP: 10.10.2.103; Destination IP: pool member in the 192.168/16 network
  • BSource IP: 10.10.201; Destination IP: pool member in the 192.168/16 network G
  • CSource IP: 10.10.2.103; Destination IP: 10.10.2.102
  • DThe request will be dropped.
  • ESource IP: 10.20.10.50; Destination IP: pool member in the 192.168/16 network
  • FSource IP: 10.10.201; Destination IP: 10.102.102

How the community answered

(62 responses)
  • A
    2% (1)
  • B
    3% (2)
  • C
    48% (30)
  • D
    27% (17)
  • E
    6% (4)
  • F
    13% (8)

Why each option

VirtualServer2 is a transparent virtual server that does not alter the destination IP, leaving it at 10.10.2.102, while SNAT2 translates the source IP of all traffic to 10.10.2.103.

ASource IP: 10.10.2.103; Destination IP: pool member in the 192.168/16 network

A transparent virtual server does not load-balance to pool members in the 192.168/16 network; it passes traffic to the original destination IP, so the destination cannot be a pool member address.

BSource IP: 10.10.201; Destination IP: pool member in the 192.168/16 network G

The source IP '10.10.201' is not a valid IPv4 address and does not match the SNAT2 translation address of 10.10.2.103, making this choice technically invalid.

CSource IP: 10.10.2.103; Destination IP: 10.10.2.102Correct

A transparent virtual server on BIG-IP passes traffic through without performing destination NAT or pool member selection, so the destination address remains the original 10.10.2.102 sent by the client. SNAT2 is configured with source 'All Addresses' and SNAT address 10.10.2.103, meaning it applies to all traffic passing through the LTM and rewrites the source IP to 10.10.2.103 before forwarding, producing the source/destination pair shown in choice C.

DThe request will be dropped.

Traffic is not dropped because VirtualServer2 matches the connection on destination 10.10.2.102:* and SNAT2 successfully applies a source translation, so processing completes without error.

ESource IP: 10.20.10.50; Destination IP: pool member in the 192.168/16 network

The source IP 10.20.10.50 does not correspond to any configured SNAT address - SNAT2 maps all sources to 10.10.2.103, not to an address in the 10.20.x.x range.

FSource IP: 10.10.201; Destination IP: 10.102.102

Both IP addresses in choice F (10.10.201 and 10.102.102) are malformed octets that do not match any configured virtual server destination or SNAT translation address in the scenario.

Concept tested: BIG-IP transparent virtual server behavior combined with SNAT

Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-local-traffic-management-virtual-servers/virtual-server-types.html

Topics

#virtual servers#SNAT automap#transparent mode#traffic routing

Community Discussion

No community discussion yet for this question.

Full 101 Practice