nerdexam
F5

201 · Question #40

Which VLANs must be enabled for a SNAT to perform as desired (translating only desired packets).

The correct answer is C. The SNAT must be enabled for the VLANs where desired packets arrive on the BIGIP.. For a SNAT to translate desired packets, it must be enabled on the VLANs where those packets initially arrive on the BIG-IP system.

Section 2: Configure Load Balancing Features

Question

Which VLANs must be enabled for a SNAT to perform as desired (translating only desired packets).

Options

  • AThe SNAT must be enabled for all VLANs.
  • BThe SNAT must be enabled for the VLANs where desired packets leave the BIGIP.
  • CThe SNAT must be enabled for the VLANs where desired packets arrive on the BIGIP.
  • DThe SNAT must be enabled for the VLANs where desired packets arrive and leave the BIGIP.

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    94% (29)

Why each option

For a SNAT to translate desired packets, it must be enabled on the VLANs where those packets initially arrive on the BIG-IP system.

AThe SNAT must be enabled for all VLANs.

Enabling SNAT on all VLANs is often unnecessary and can lead to unintended translations or increased resource utilization, failing to meet the requirement of 'translating only desired packets'.

BThe SNAT must be enabled for the VLANs where desired packets leave the BIGIP.

While the translated packet exits the BIG-IP on a specific VLAN, the SNAT rule's primary action of identifying and modifying the source address occurs when the packet *arrives*, making enablement solely on egress VLANs insufficient.

CThe SNAT must be enabled for the VLANs where desired packets arrive on the BIGIP.Correct

A SNAT must be enabled on the VLANs where the client's traffic arrives on the BIG-IP system because this is the point where the BIG-IP first intercepts the packet and determines if source address translation is required. Enabling the SNAT on the ingress VLAN ensures that the incoming packets are correctly identified and processed for source IP translation before being forwarded.

DThe SNAT must be enabled for the VLANs where desired packets arrive and leave the BIGIP.

Enabling SNAT on both arrival and leaving VLANs is redundant; the critical step for initiating source address translation is on the arrival VLAN.

Concept tested: SNAT VLAN group configuration

Source: https://techdocs.f5.com/en-us/big-ip-15-1-0/big-ip-tmos-implementations/source-network-address-translation.html

Topics

#SNAT#VLAN association#traffic flow

Community Discussion

No community discussion yet for this question.

Full 201 Practice